Interface Anchor
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,GraphicsAlgorithmContainer
,org.eclipse.emf.common.notify.Notifier
,PictogramElement
,PropertyContainer
- All Known Subinterfaces:
AdvancedAnchor
,BoxRelativeAnchor
,ChopboxAnchor
,FixPointAnchor
- All Known Implementing Classes:
AdvancedAnchorImpl
,AnchorImpl
,BoxRelativeAnchorImpl
,ChopboxAnchorImpl
,FixPointAnchorImpl
A representation of the model object 'Anchor'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Connection>
Returns the value of the 'Incoming Connections' reference list.org.eclipse.emf.common.util.EList<Connection>
Returns the value of the 'Outgoing Connections' reference list.Returns the value of the 'Parent' container reference.Returns the value of the 'Referenced Graphics Algorithm' reference.void
setParent
(AnchorContainer value) Sets the value of the 'Parent
' container reference.void
Sets the value of the 'Referenced Graphics Algorithm
' reference.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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.eclipse.graphiti.mm.pictograms.PictogramElement
getGraphicsAlgorithm, getLink, isActive, isVisible, setActive, setGraphicsAlgorithm, setLink, setVisible
Methods inherited from interface org.eclipse.graphiti.mm.PropertyContainer
getProperties
-
Method Details
-
getParent
AnchorContainer getParent()Returns the value of the 'Parent' container reference. It is bidirectional and its opposite is 'Anchors
'.If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Parent' container reference.
- See Also:
-
setParent
Sets the value of the 'Parent
' container reference.- Parameters:
value
- the new value of the 'Parent' container reference.- See Also:
-
getOutgoingConnections
org.eclipse.emf.common.util.EList<Connection> getOutgoingConnections()Returns the value of the 'Outgoing Connections' reference list. The list contents are of typeConnection
. It is bidirectional and its opposite is 'Start
'.If the meaning of the 'Outgoing Connections' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Outgoing Connections' reference list.
- See Also:
-
getIncomingConnections
org.eclipse.emf.common.util.EList<Connection> getIncomingConnections()Returns the value of the 'Incoming Connections' reference list. The list contents are of typeConnection
. It is bidirectional and its opposite is 'End
'.If the meaning of the 'Incoming Connections' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Incoming Connections' reference list.
- See Also:
-
getReferencedGraphicsAlgorithm
GraphicsAlgorithm getReferencedGraphicsAlgorithm()Returns the value of the 'Referenced Graphics Algorithm' reference.If the meaning of the 'Referenced Graphics Algorithm' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Referenced Graphics Algorithm' reference.
- See Also:
-
setReferencedGraphicsAlgorithm
Sets the value of the 'Referenced Graphics Algorithm
' reference.- Parameters:
value
- the new value of the 'Referenced Graphics Algorithm' reference.- See Also:
-