
UML/BPMN Metamodel
End point of a Link.
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.


Figure 220 : LinkEnd (architecture_autodiagram)
Attribute | Description |
---|---|
boolean IsOrdered [1..1] | Determines if this LinkEnd is ordered. |
boolean IsUnique [1..1] | Determines if this LinkEnd is unique. |
string MultiplicityMax [1..1] | Maximum value of the Link's multiplicity. |
string MultiplicityMin [1..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. |
Navigability Navigability [1..1] |
Association | Description |
---|---|
The LinkEnd is an occurrence of this AssociationEnd. | |
Used for Connectors between Ports to designate the RequiredInterface(s) set the LinkEnd is connected to. | |
Used for Connectors between Ports to designate the ProvidedInterface(s) set the LinkEnd is connected to. |