public interface Connection extends AnchorContainer
The following features are supported:
PictogramsPackage.getConnection()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ConnectionDecorator> |
getConnectionDecorators()
Returns the value of the 'Connection Decorators' containment reference list.
|
Anchor |
getEnd()
Returns the value of the 'End' reference.
|
Diagram |
getParent()
Returns the value of the 'Parent' container reference.
|
Anchor |
getStart()
Returns the value of the 'Start' reference.
|
void |
setEnd(Anchor value)
Sets the value of the '
End' reference. |
void |
setParent(Diagram value)
Sets the value of the '
Parent' container reference. |
void |
setStart(Anchor value)
Sets the value of the '
Start' reference. |
getAnchorsgetGraphicsAlgorithm, getLink, isActive, isVisible, setActive, setGraphicsAlgorithm, setLink, setVisiblegetPropertiesAnchor getStart()
Outgoing Connections'.
If the meaning of the 'Start' reference isn't clear, there really should be more of a description here...
setStart(Anchor),
PictogramsPackage.getConnection_Start(),
Anchor.getOutgoingConnections()void setStart(Anchor value)
Start' reference.
value - the new value of the 'Start' reference.getStart()Anchor getEnd()
Incoming Connections'.
If the meaning of the 'End' reference isn't clear, there really should be more of a description here...
setEnd(Anchor),
PictogramsPackage.getConnection_End(),
Anchor.getIncomingConnections()void setEnd(Anchor value)
End' reference.
value - the new value of the 'End' reference.getEnd()Diagram getParent()
Connections'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(Diagram),
PictogramsPackage.getConnection_Parent(),
Diagram.getConnections()void setParent(Diagram value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()org.eclipse.emf.common.util.EList<ConnectionDecorator> getConnectionDecorators()
ConnectionDecorator.
It is bidirectional and its opposite is 'Connection'.
If the meaning of the 'Connection Decorators' containment reference list isn't clear, there really should be more of a description here...
PictogramsPackage.getConnection_ConnectionDecorators(),
ConnectionDecorator.getConnection()