
Metamodel user guide
A LinkEnd is the part of a Link that connects to an Instance. It corresponds to an AssociationEnd of an Association.
In UML 2.0, LinkEnds are implemented as slots.
A LinkEnd belongs to a Link.



Attribute | Description |
|---|---|
| boolean IsNavigable [0..1] | Determines if this LinkEnd is navigable. |
| boolean IsOrdered [0..1] | Determines if this LinkEnd is ordered. |
| boolean IsUnique [0..1] | Determines if this LinkEnd is unique. |
| string MultiplicityMax [0..1] | Maximum value of the Link's multiplicity. |
| string MultiplicityMin [0..1] | Minimum value of the Link's multiplicity. When placed on a target end, the multiplicity specifies the number of target instances that may be associated with a single source instance across the given Link. |
Association | Description |
|---|---|
| Consumer : RequiredInterface [0..1] | |
| LinkNode : Link [1..1] | |
| Model : AssociationEnd [0..1] | |
| Provider : ProvidedInterface [0..1] | |
| Linked : Instance [1..1] | Links connected to the current ClassifierOccurence. |