public interface PathExpressionHead extends PathExpressionElement
The following features are supported:
Modifier and Type | Method and Description |
---|---|
ValueReference |
getDst()
Returns the value of the 'Dst' containment reference.
|
VariableReference |
getSrc()
Returns the value of the 'Src' containment reference.
|
void |
setDst(ValueReference value)
Sets the value of the '
Dst ' containment reference. |
void |
setSrc(VariableReference value)
Sets the value of the '
Src ' containment reference. |
getTail, getType, setTail, setType
VariableReference getSrc()
If the meaning of the 'Src' containment reference isn't clear, there really should be more of a description here...
setSrc(VariableReference)
,
PatternLanguagePackage.getPathExpressionHead_Src()
void setSrc(VariableReference value)
Src
' containment reference.
value
- the new value of the 'Src' containment reference.getSrc()
ValueReference getDst()
If the meaning of the 'Dst' containment reference isn't clear, there really should be more of a description here...
setDst(ValueReference)
,
PatternLanguagePackage.getPathExpressionHead_Dst()
void setDst(ValueReference value)
Dst
' containment reference.
value
- the new value of the 'Dst' containment reference.getDst()