Class UML 2.5::ConnectorEnd
Description:
A ConnectorEnd is an endpoint of a Connector, which attaches the Connector
to a ConnectableElement.
Direct Superclasses: MultiplicityElementDirect Subclasses: Class Precedence List: ConnectorEnd,
MultiplicityElement,
ElementProperties:
![](/se-interop/image/down-arrow.png?hunchentoot-session=30870%3A404EB7CAE661912463A16501DD3CAC6A)
definingEnd :
Property (0 1); -- source
ConnectorEnd![](/se-interop/image/down-arrow.png?hunchentoot-session=30870%3A404EB7CAE661912463A16501DD3CAC6A)
partWithPort :
Property (0 1); -- source
ConnectorEnd![](/se-interop/image/down-arrow.png?hunchentoot-session=30870%3A404EB7CAE661912463A16501DD3CAC6A)
role :
ConnectableElement (1 1); -- source
ConnectorEnd![](/se-interop/image/down-arrow.png?hunchentoot-session=30870%3A404EB7CAE661912463A16501DD3CAC6A)
isOrdered : Boolean (1 1); -- source
MultiplicityElement![](/se-interop/image/down-arrow.png?hunchentoot-session=30870%3A404EB7CAE661912463A16501DD3CAC6A)
isUnique : Boolean (1 1); -- source
MultiplicityElement![](/se-interop/image/down-arrow.png?hunchentoot-session=30870%3A404EB7CAE661912463A16501DD3CAC6A)
lower : Integer (1 1); -- source
MultiplicityElement![](/se-interop/image/down-arrow.png?hunchentoot-session=30870%3A404EB7CAE661912463A16501DD3CAC6A)
lowerValue :
ValueSpecification (0 1); -- source
MultiplicityElement![](/se-interop/image/down-arrow.png?hunchentoot-session=30870%3A404EB7CAE661912463A16501DD3CAC6A)
upper : UnlimitedNatural (1 1); -- source
MultiplicityElement![](/se-interop/image/down-arrow.png?hunchentoot-session=30870%3A404EB7CAE661912463A16501DD3CAC6A)
upperValue :
ValueSpecification (0 1); -- source
MultiplicityElement![](/se-interop/image/down-arrow.png?hunchentoot-session=30870%3A404EB7CAE661912463A16501DD3CAC6A)
ownedComment :
Comment (0 *); -- source
Element![](/se-interop/image/down-arrow.png?hunchentoot-session=30870%3A404EB7CAE661912463A16501DD3CAC6A)
ownedElement :
Element (0 *); -- source
Element![](/se-interop/image/down-arrow.png?hunchentoot-session=30870%3A404EB7CAE661912463A16501DD3CAC6A)
owner :
Element (0 1); -- source
ElementConstraints:
No additional constraints.
Operations:
Signature: definingEnd.1() : Property;
Description: Derivation for ConnectorEnd::/definingEnd : Property
Expression: result = (if connector.type = null then null else let index : Integer = connector.end->indexOf(self) in connector.type.memberEnd->at(index) endif)
Send questions or comments to
[email protected].