umlentity-relationshipplantumlpowerdesigner

Display conceptual data model weak entity in PlantUML


How would I go about displaying this relationship in PlantUML?

PowerDesigner screenshot

I cannot figure out how to show that the entity type Foo is weak using PlantUML.


Solution

  • The UML equivalent would be a composition, something like:

    @startuml
    Bar *-- Foo
    @enduml