Difference between revisions of "Plantuml"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
<uml> | <uml> | ||
hide circle | hide circle | ||
− | |||
class Person { | class Person { | ||
} | } | ||
Line 8: | Line 7: | ||
} | } | ||
Person "+employee 0..*" <-- "+employer 0..1" Company : employs | Person "+employee 0..*" <-- "+employer 0..1" Company : employs | ||
− | + | note on link "[https://en.wiktionary.org/wiki/employ employs] is the name of the association between the classes Person and Company." | |
− | Company . | + | |
</uml> | </uml> |