1

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.

pascal
  • 3,287
  • 1
  • 17
  • 35
BiciAP
  • 112
  • 7

1 Answers1

2

The UML equivalent would be a composition, something like:

@startuml
Bar *-- Foo
@enduml
pascal
  • 3,287
  • 1
  • 17
  • 35