lutaml / lutaml-uml

UML module for LutaML
2 stars 2 forks source link

Aggregation and Composition in lutaml #92

Open opoudjis opened 2 years ago

opoudjis commented 2 years ago

The aggregation and composition owner_type do not seem to be working in Lutaml:

  association {
    owner TermCollection
    member Term
    owner_type aggregation
  }
  association {
    owner Term
    member BasicBlock
    owner_type composition
  }

Both are rendering as hollow inheritance arrows. A similar issue came up with https://github.com/lutaml/lutaml-uml/issues/73, but it's hard for me to see how the fix there would apply.