Geonovum / MIM-Werkomgeving

Werkomgeving van MIM. Bevat werk en alle pre-publicatieversies.
https://geonovum.github.io/MIM-Werkomgeving/
7 stars 16 forks source link

Misalignment between the MIM EA model and MIM standart for Association class #546

Open elena-slavco opened 2 months ago

elena-slavco commented 2 months ago

There is some is misalignment between the MIM EA model and the latest version of the MIM standard. When we create association class with the MIM EA model, we expect a "mim:Relatiesoort" (Section 6.4.5.7 in MIM) but the EA model only contains a "mim:Relatieklasse" (see the attached image).

Could please let us know which one is correct?

Screenshot 2024-04-23 151912

PalmJanssen commented 2 months ago

You rightly point out this misallignment. It shows that the toolbox does something wrong.

It should be like this:

image

PalmJanssen commented 2 months ago

It cannot, as far as I know, be fixed in the toolbox. The Relatieklasse extends from uml:Association class which is a hybrid between Class and Association with only one name: Relatieklasse.

It can be corrected in the UML by manually changing the stereotype on the association from <<Relatieklasse>> to <<Relatiesoort>