How would I go about displaying this relationship in PlantUML?
I cannot figure out how to show that the entity type Foo is weak using PlantUML.
How would I go about displaying this relationship in PlantUML?
I cannot figure out how to show that the entity type Foo is weak using PlantUML.
The UML equivalent would be a composition, something like:
@startuml
Bar *-- Foo
@enduml