|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Connection
A representation of the model object 'Connection'.
The following features are supported:
PictogramsPackage.getConnection()
Method Summary | |
---|---|
|
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. |
Methods inherited from interface org.eclipse.graphiti.mm.pictograms.AnchorContainer |
---|
getAnchors |
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 Detail |
---|
Anchor 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()
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |