public interface Anchor extends PictogramElement
The following features are supported:
PictogramsPackage.getAnchor()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Connection> |
getIncomingConnections()
Returns the value of the 'Incoming Connections' reference list.
|
org.eclipse.emf.common.util.EList<Connection> |
getOutgoingConnections()
Returns the value of the 'Outgoing Connections' reference list.
|
AnchorContainer |
getParent()
Returns the value of the 'Parent' container reference.
|
GraphicsAlgorithm |
getReferencedGraphicsAlgorithm()
Returns the value of the 'Referenced Graphics Algorithm' reference.
|
void |
setParent(AnchorContainer value)
Sets the value of the '
Parent' container reference. |
void |
setReferencedGraphicsAlgorithm(GraphicsAlgorithm value)
Sets the value of the '
Referenced Graphics Algorithm' reference. |
getGraphicsAlgorithm, getLink, isActive, isVisible, setActive, setGraphicsAlgorithm, setLink, setVisiblegetPropertiesAnchorContainer getParent()
Anchors'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(AnchorContainer),
PictogramsPackage.getAnchor_Parent(),
AnchorContainer.getAnchors()void setParent(AnchorContainer value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()org.eclipse.emf.common.util.EList<Connection> getOutgoingConnections()
Connection.
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...
PictogramsPackage.getAnchor_OutgoingConnections(),
Connection.getStart()org.eclipse.emf.common.util.EList<Connection> getIncomingConnections()
Connection.
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...
PictogramsPackage.getAnchor_IncomingConnections(),
Connection.getEnd()GraphicsAlgorithm getReferencedGraphicsAlgorithm()
If the meaning of the 'Referenced Graphics Algorithm' reference isn't clear, there really should be more of a description here...
setReferencedGraphicsAlgorithm(GraphicsAlgorithm),
PictogramsPackage.getAnchor_ReferencedGraphicsAlgorithm()void setReferencedGraphicsAlgorithm(GraphicsAlgorithm value)
Referenced Graphics Algorithm' reference.
value - the new value of the 'Referenced Graphics Algorithm' reference.getReferencedGraphicsAlgorithm()