|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Anchor
A representation of the model object 'Anchor'.
The following features are supported:
PictogramsPackage.getAnchor()
Method Summary | |
---|---|
|
getIncomingConnections()
Returns the value of the 'Incoming Connections' reference list. |
|
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. |
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 |
---|
AnchorContainer 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()
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()
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |