Difference between revisions of "Plantuml"

From BITPlan Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
class Company {
 
class Company {
 
}
 
}
Person "+employee 0..*" -- "+employer 0..1" Company : employs
+
Person "+employee 0..*" <-- "+employer 0..1" Company : employs
 
</uml>
 
</uml>

Revision as of 15:41, 16 February 2020

Stackoverflow questions