public interface GraphEdge extends GraphElement
The following features are supported:
RhapsodyPackage.getGraphEdge()
Modifier and Type | Method and Description |
---|---|
GraphEdge |
getContainingArrow()
Returns the value of the 'Containing Arrow' reference.
|
GraphElement |
getSource()
Returns the value of the 'Source' reference.
|
GraphElement |
getTarget()
Returns the value of the 'Target' reference.
|
void |
setContainingArrow(GraphEdge value)
Sets the value of the '
Containing Arrow ' reference. |
void |
setSource(GraphElement value)
Sets the value of the '
Source ' reference. |
void |
setTarget(GraphElement value)
Sets the value of the '
Target ' reference. |
getAssociatedImage, getGraphicalParent, getGraphicalProperties, getImageLayout, getInterfaceName, getModelObject, getSelectedImage, setAssociatedImage, setGraphicalParent, setImageLayout, setInterfaceName, setModelObject, setSelectedImage
GraphElement getSource()
setSource(GraphElement)
,
RhapsodyPackage.getGraphEdge_Source()
void setSource(GraphElement value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
GraphElement getTarget()
setTarget(GraphElement)
,
RhapsodyPackage.getGraphEdge_Target()
void setTarget(GraphElement value)
Target
' reference.
value
- the new value of the 'Target' reference.getTarget()
GraphEdge getContainingArrow()
setContainingArrow(GraphEdge)
,
RhapsodyPackage.getGraphEdge_ContainingArrow()
void setContainingArrow(GraphEdge value)
Containing Arrow
' reference.
value
- the new value of the 'Containing Arrow' reference.getContainingArrow()