Interface ConnectorEnd
- All Superinterfaces:
BaseElement,Cloneable,Comparable,Element,org.eclipse.emf.ecore.EObject,MDObject,com.dassault_systemes.modeler.foundation.model.ModelElement,ModelObject,MultiplicityElement,org.eclipse.emf.common.notify.Notifier,javax.jmi.reflect.RefBaseObject,javax.jmi.reflect.RefFeatured,javax.jmi.reflect.RefObject
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:
- Model:
- annotation="MOF package='compositestructures.mdinternalstructures'"
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'connector Of End' container reference.Returns the value of the 'Defining End' reference.Returns the value of the 'Part With Port' reference.getRole()Returns the value of the 'Role' reference.voidset_connectorOfEnd(Connector value) Sets the value of the 'connector Of End' container reference.voidsetPartWithPort(Property value) Sets the value of the 'Part With Port' reference.voidsetRole(ConnectableElement value) Sets the value of the 'Role' reference.Methods inherited from interface com.nomagic.magicdraw.uml.BaseElement
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, isEditable, removePropertyChangeListener, sGetIDMethods inherited from interface java.lang.Comparable
compareToMethods 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, setSyncElementMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com.nomagic.magicdraw.foundation.MDObject
getID, getMDExtension, getMdExtensions, setIDMethods inherited from interface com.dassault_systemes.modeler.foundation.model.ModelElement
canChangeElementOwner, eDynamicGet, getElementOwner, getLocalID, getObjectParent, selfDispose, setLocalID, sGetLocalIDMethods inherited from interface com.nomagic.uml2.ext.magicdraw.base.ModelObject
get_representationText, ignoringRefGetValue, ignoringRefGetValue, isSet, refGetValue, refGetValue, refSetValue, refSetValue, set_representationTextMethods inherited from interface com.nomagic.uml2.ext.magicdraw.classes.mdkernel.MultiplicityElement
getLower, getLowerValue, getUpper, getUpperValue, isOrdered, isUnique, setLowerValue, setOrdered, setUnique, setUpperValueMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraintsMethods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refInvokeOperation, refInvokeOperation, refSetValueMethods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
-
Method Details
-
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
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:
- Model:
- opposite="end" required="true" ordered="false"
- Generated:
-
setRole
Sets the value of the 'Role' reference.- Parameters:
value- the new value of the 'Role' reference.- See Also:
- Generated:
-
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:
- Model:
- opposite="_connectorEndOfPartWithPort" ordered="false"
- Generated:
-
setPartWithPort
Sets the value of the 'Part With Port' reference.- Parameters:
value- the new value of the 'Part With Port' reference.- See Also:
- Generated:
-
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:
- Model:
- opposite="end" required="true" transient="false" ordered="false"
- Generated:
-
set_connectorOfEnd
Sets the value of the 'connector Of End' container reference.- Parameters:
value- the new value of the 'connector Of End' container reference.- See Also:
- Generated:
-