Difference between revisions of "UML"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
* [https://stackoverflow.com/questions/53782241/class-diagram-uml Class diagram UML] | * [https://stackoverflow.com/questions/53782241/class-diagram-uml Class diagram UML] | ||
<uml> | <uml> | ||
+ | hide circle | ||
class Reservation { | class Reservation { | ||
date: Date | date: Date | ||
Line 25: | Line 26: | ||
} | } | ||
class Regular_Reservation { | class Regular_Reservation { | ||
+ | start:date | ||
+ | end:date | ||
+ | frequency:int | ||
+ | new(date,date,int) | ||
} | } | ||
− | + | Reservation <|-- Regular_Reservation | |
</uml> | </uml> | ||
= Learning UML = | = Learning UML = | ||
{{Link|target=UML-Day}} | {{Link|target=UML-Day}} |
Revision as of 09:17, 15 December 2018
Tools
Stackoverflow Tags
Tool-Evaluations
- https://www.herzbube.ch/article/evaluation-free-uml-tools
- https://www.predictiveanalyticstoday.com/open-source-free-unified-modeling-language-uml-tools/