You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When TypeA is composed of component types, we need a way to know the 2 types of composition:
Composition by "has": TypeA has the right to insert (and manage) new instances into component types.
Composition by "link": TypeA does not have the right to insert new instances, but can choose between instances already managed by components.
The text was updated successfully, but these errors were encountered:
with the requirement: types.length = labels.length
and if labels do not exist, types should be copied there with the concatenation of "_h" or "_l" (defaults to _h for "has")
When TypeA is composed of component types, we need a way to know the 2 types of composition:
Composition by "has": TypeA has the right to insert (and manage) new instances into component types.
Composition by "link": TypeA does not have the right to insert new instances, but can choose between instances already managed by components.
The text was updated successfully, but these errors were encountered: