Plantuml
Jump to navigation
Jump to search
Links
Stackoverflow questions
In PlantUML, how do I specify role names at either end of an association between two classes?
In PlantUML, how do I specify role names at either end of an association between two classes?
source code
hide circle
package PlantUml {
class Person {
}
class Company {
}
}
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.
rendered
The file "mwstore://local-backend/local-public/diagrams/archive/20251108155455!Diagrams_8ae762f6c7164dde9e054c691c5efe45.png" already exists.