Semprini / pyMDG

UML Model Driven Generation of schema, code, data and documentation.
Other
21 stars 10 forks source link

UML 2.5 compliant ownership vs navigability #71

Open Semprini opened 4 months ago

Semprini commented 4 months ago

Pre UML 2.4 the convention was non-navigable ends were assumed to be owned by the Association whereas navigable ends were assumed to be owned by the Classifier at the opposite end. This convention is now deprecated. So in UML 2.5 navigability and ownership are separate concepts.

Directionality of the relationship should not be used to derive ownership.