-
Notifications
You must be signed in to change notification settings - Fork 123
Modeler_audit_rules_R1430
Antonin Abhervé edited this page Sep 3, 2020
·
1 revision
Multiplicities of an AssociationEnd must be consistent. MultiplicityMin cannot be ‘*’ and MultiplicityMin must be inferior to MultiplicityMax.
From a logical point of view, it makes sense that a minimum value cannot be higher than a maximum value. Furthermore, if the minimum value is ‘*’ which means infinity, the maximum value cannot possibly be higher.