Difference between revisions of "Plantuml"

From BITPlan Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
<uml>
 
<uml>
 
hide circle
 
hide circle
note "Role names of respective classe in association [https://en.wiktionary.org/wiki/employ employs]." as Note1
 
 
class Person {
 
class Person {
 
}
 
}
Line 8: Line 7:
 
}
 
}
 
Person "+employee 0..*" <-- "+employer 0..1" Company : employs
 
Person "+employee 0..*" <-- "+employer 0..1" Company : employs
Person.. Note1
+
note on link "[https://en.wiktionary.org/wiki/employ employs] is the name of the association between the classes Person and Company."
Company .. Note1
+
 
 
</uml>
 
</uml>

Revision as of 15:46, 16 February 2020

Stackoverflow questions