Plantuml: Difference between revisions
Jump to navigation
Jump to search
(→Links) |
|||
| Line 30: | Line 30: | ||
=== rendered === | === rendered === | ||
<uml> | <uml format='svg'> | ||
hide circle | hide circle | ||
Revision as of 06:33, 28 January 2026
Links
Issues
plantuml --version
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
Fontconfig error: No writable cache directories
No diagram found
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.
