Interface ConnectorEnd
-
- All Superinterfaces:
BaseElement
,java.lang.Cloneable
,java.lang.Comparable
,Element
,org.eclipse.emf.ecore.EObject
,MDObject
,ModelObject
,MultiplicityElement
,org.eclipse.emf.common.notify.Notifier
,javax.jmi.reflect.RefBaseObject
,javax.jmi.reflect.RefFeatured
,javax.jmi.reflect.RefObject
public interface ConnectorEnd extends MultiplicityElement
A representation of the model object 'Connector End'.A ConnectorEnd is an endpoint of a Connector, which attaches the Connector to a ConnectableElement.
The following features are supported:
- See Also:
UMLPackage.getConnectorEnd()
- Model:
- annotation="MOF package='compositestructures.mdinternalstructures'"
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.nomagic.magicdraw.uml.BaseElement
accept, addPropertyChangeListener, atInsert, canAdd, canAdd, canAddChild, canAddInstance, canBeDeleted, canChangeParent, canDeleteChild, clone, dispose, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, isParentOf, removeAllPropertyChangeListeners, removePropertyChangeListener, sGetID
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementTaggedValue, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotype, getOwnedComment, getOwnedElement, getOwner, getSyncElement, getTaggedValue, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasAppliedStereotype, hasElementTaggedValue, hasOwnedComment, hasOwnedElement, hasTaggedValue, setOwner, setSyncElement
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.nomagic.magicdraw.foundation.MDObject
getID, getMDExtension, getMdExtensions, setID
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.base.ModelObject
get_representationText, getLocalID, ignoringRefGetValue, ignoringRefGetValue, isInvalid, isSet, refGetValue, refGetValue, refSetValue, refSetValue, set_representationText, setLocalID, sGetLocalID
-
Methods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.MultiplicityElement
getLower, getLowerValue, getUpper, getUpperValue, isOrdered, isUnique, setLowerValue, setOrdered, setUnique, setUpperValue
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
-
-
-
-
Method Detail
-
getDefiningEnd
@CheckForNull Property getDefiningEnd()
Returns the value of the 'Defining End' reference. It is bidirectional and its opposite is '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.- Returns:
- the value of the 'Defining End' reference.
- See Also:
UMLPackage.getConnectorEnd_DefiningEnd()
,com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property#get_connectorEndOfDefiningEnd
- Model:
- opposite="_connectorEndOfDefiningEnd" transient="true" changeable="false" volatile="true" derived="true" ordered="false"
- Generated:
-
getRole
@CheckForNull ConnectableElement getRole()
Returns the value of the 'Role' reference. It is bidirectional and its opposite is '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.- Returns:
- the value of the 'Role' reference.
- See Also:
setRole(ConnectableElement)
,UMLPackage.getConnectorEnd_Role()
,ConnectableElement.getEnd()
- Model:
- opposite="end" required="true" ordered="false"
- Generated:
-
setRole
void setRole(@CheckForNull ConnectableElement value)
Sets the value of the 'Role
' reference.- Parameters:
value
- the new value of the 'Role' reference.- See Also:
getRole()
- Generated:
-
getPartWithPort
@CheckForNull Property getPartWithPort()
Returns the value of the 'Part With Port' reference. It is bidirectional and its opposite is '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.- Returns:
- the value of the 'Part With Port' reference.
- See Also:
setPartWithPort(Property)
,UMLPackage.getConnectorEnd_PartWithPort()
,Property.get_connectorEndOfPartWithPort()
- Model:
- opposite="_connectorEndOfPartWithPort" ordered="false"
- Generated:
-
setPartWithPort
void setPartWithPort(@CheckForNull Property value)
Sets the value of the 'Part With Port
' reference.- Parameters:
value
- the new value of the 'Part With Port' reference.- See Also:
getPartWithPort()
- Generated:
-
get_connectorOfEnd
@CheckForNull Connector get_connectorOfEnd()
Returns the value of the 'connector Of End' container reference. It is bidirectional and its opposite is 'End
'.If the meaning of the 'connector Of End' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'connector Of End' container reference.
- See Also:
set_connectorOfEnd(Connector)
,UMLPackage.getConnectorEnd__connectorOfEnd()
,Connector.getEnd()
- Model:
- opposite="end" required="true" transient="false" ordered="false"
- Generated:
-
set_connectorOfEnd
void set_connectorOfEnd(@CheckForNull Connector value)
Sets the value of the 'connector Of End
' container reference.- Parameters:
value
- the new value of the 'connector Of End' container reference.- See Also:
get_connectorOfEnd()
- Generated:
-
-