OntoUML / ontouml-models-tools

Toolset for the OntoUML/UFO Catalog
MIT License
1 stars 1 forks source link

Catch numbers in association ends #10

Closed pedropaulofb closed 1 year ago

pedropaulofb commented 1 year ago

Some modelers have used the association end field (role) instead of the multiplicity to define the cardinality of the relations. The software must identify and report these situations.

pedropaulofb commented 1 year ago

An instance X of the class ontouml:Relation has a ontouml:relationEnd property with an instance Y of the class ontouml:Property. The name of the association end Y is set via the ontouml:name property.

pedropaulofb commented 1 year ago

Done.