public interface Edge extends FormattableElement
NotationPackage.getEdge()
Modifier and Type | Method and Description |
---|---|
Item |
getSource()
Returns the value of the 'Source' reference.
|
Item |
getTarget()
Returns the value of the 'Target' reference.
|
void |
setSource(Item value)
Sets the value of the '
Source ' reference. |
void |
setTarget(Item value)
Sets the value of the '
Target ' reference. |
getFormat, getId, getLabel, setFormat, setId, setLabel
Item getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(Item)
,
NotationPackage.getEdge_Source()
void setSource(Item value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
Item getTarget()
If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...
setTarget(Item)
,
NotationPackage.getEdge_Target()
void setTarget(Item value)
Target
' reference.
value
- the new value of the 'Target' reference.getTarget()