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. |
getGraphicalParent, getGraphicalProperties, getInterfaceName, getModelObject, setGraphicalParent, setInterfaceName, setModelObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
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()