UML: Difference between revisions
Jump to navigation
Jump to search
| Line 39: | Line 39: | ||
Reservation <|-- Regular_Reservation | Reservation <|-- Regular_Reservation | ||
Reservation "n" <- "1" Regular_Reservation | Reservation "n" <- "1" Regular_Reservation | ||
</uml> | |||
<uml> | |||
hide circle | |||
class Reservation { | |||
date: Date | |||
duration: int | |||
price: int | |||
delete(): boolean | |||
start:date | |||
end:date | |||
frequency:int | |||
new(date,optional date,optional int) | |||
} | |||
class Client { | |||
name | |||
} | |||
Reservation -> Client | |||
Reservation "n" <- "1" Reservation | |||
</uml> | </uml> | ||
= Learning UML = | = Learning UML = | ||
{{Link|target=UML-Day}} | {{Link|target=UML-Day}} | ||
Revision as of 08:25, 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/
Stackoverflow Questions
Inheritance

