Difference between revisions of "Plantuml"

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "= Stackoverflow questions = <uml> class Person { } class Company { } Person "+employee 0..*" -- "+employer 0..1" Company </uml>")
 
Line 1: Line 1:
 
= Stackoverflow questions =
 
= Stackoverflow questions =
 
<uml>
 
<uml>
 +
hide circle
 
class Person {
 
class Person {
 
}
 
}

Revision as of 15:40, 16 February 2020

Stackoverflow questions