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:

definingEnd :
Property (0 1); -- source
ConnectorEnd
partWithPort :
Property (0 1); -- source
ConnectorEnd
role :
ConnectableElement (1 1); -- source
ConnectorEnd
isOrdered : Boolean (1 1); -- source
MultiplicityElementFor a multivalued multiplicity, this attribute specifies whether the values
in an instantiation of this MultiplicityElement are sequentially ordered.
Default value: FALSE

isUnique : Boolean (1 1); -- source
MultiplicityElement
lower : Integer (1 1); -- source
MultiplicityElementThe lower bound of the multiplicity interval.
{
derived}

lowerValue :
ValueSpecification (0 1); -- source
MultiplicityElement
upper : UnlimitedNatural (1 1); -- source
MultiplicityElement
upperValue :
ValueSpecification (0 1); -- source
MultiplicityElement
ownedComment :
Comment (0 *); -- source
Element
ownedElement :
Element (0 *); -- source
Element
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
xmi-interop@omg.org.