public interface ConnectorEnd extends MultiplicityElement
A ConnectorEnd is an endpoint of a Connector, which attaches the Connector to a ConnectableElement.
The following features are supported:
UMLPackage.getConnectorEnd()
Modifier and Type | Method and Description |
---|---|
Connector |
get_connectorOfEnd()
Returns the value of the 'connector Of End' container reference.
|
Property |
getDefiningEnd()
Returns the value of the 'Defining End' reference.
|
Property |
getPartWithPort()
Returns the value of the 'Part With Port' reference.
|
ConnectableElement |
getRole()
Returns the value of the 'Role' reference.
|
void |
set_connectorOfEnd(Connector value)
Sets the value of the '
connector Of End '
container reference. |
void |
setPartWithPort(Property value)
Sets the value of the '
Part With Port '
reference. |
void |
setRole(ConnectableElement value)
Sets the value of the '
Role ' reference. |
getLower, getLowerValue, getUpper, getUpperValue, isOrdered, isUnique, setLowerValue, setOrdered, setUnique, setUpperValue
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotypeInstance, getOwnedComment, getOwnedElement, getOwner, getSyncElement, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasOwnedComment, hasOwnedElement, setAppliedStereotypeInstance, setOwner, setSyncElement
get_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalID
getID, getMDExtension, getMdExtensions, setID
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetID
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
@CheckForNull Property getDefiningEnd()
connector End Of Defining End
'.
A derived property referencing the corresponding end on the Association which types the Connector owing this ConnectorEnd, if any. It is derived by selecting the
end at the same place in the ordering of Association ends as this ConnectorEnd.
UMLPackage.getConnectorEnd_DefiningEnd()
,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property#get_connectorEndOfDefiningEnd
@CheckForNull ConnectableElement getRole()
End
'.
The ConnectableElement attached at this ConnectorEnd. When an instance of the containing Classifier is created, a link may (depending on the multiplicities) be
created to an instance of the Classifier that types this ConnectableElement.
setRole(ConnectableElement)
,
UMLPackage.getConnectorEnd_Role()
,
ConnectableElement.getEnd()
void setRole(@CheckForNull ConnectableElement value)
Role
' reference.
value
- the new value of the 'Role' reference.getRole()
@CheckForNull Property getPartWithPort()
connector End Of Part With Port
'.
Indicates the role of the internal structure of a Classifier with the Port to which the ConnectorEnd is attached.
setPartWithPort(Property)
,
UMLPackage.getConnectorEnd_PartWithPort()
,
Property.get_connectorEndOfPartWithPort()
void setPartWithPort(@CheckForNull Property value)
Part With Port
'
reference.
value
- the new value of the 'Part With Port' reference.getPartWithPort()
@CheckForNull Connector get_connectorOfEnd()
End
'.
If the meaning of the 'connector Of End' container reference isn't clear, there really should be more of a description here...
set_connectorOfEnd(Connector)
,
UMLPackage.getConnectorEnd__connectorOfEnd()
,
Connector.getEnd()
void set_connectorOfEnd(@CheckForNull Connector value)
connector Of End
'
container reference.
value
- the new value of the 'connector Of End' container reference.get_connectorOfEnd()