public interface PathExpressionConstraint extends Constraint, CallableRelation
The following features are supported:
PatternLanguagePackage.getPathExpressionConstraint()
Modifier and Type | Method and Description |
---|---|
ValueReference |
getDst()
Returns the value of the 'Dst' containment reference.
|
org.eclipse.emf.common.util.EList<ReferenceType> |
getEdgeTypes()
Returns the value of the 'Edge Types' containment reference list.
|
ClassType |
getSourceType()
Returns the value of the 'Source Type' 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 |
setSourceType(ClassType value)
Sets the value of the '
Source Type ' containment reference. |
void |
setSrc(VariableReference value)
Sets the value of the '
Src ' containment reference. |
java.lang.String |
toString() |
getTransitive, setTransitive
org.eclipse.emf.common.util.EList<ReferenceType> getEdgeTypes()
ReferenceType
.
PatternLanguagePackage.getPathExpressionConstraint_EdgeTypes()
ClassType getSourceType()
setSourceType(ClassType)
,
PatternLanguagePackage.getPathExpressionConstraint_SourceType()
void setSourceType(ClassType value)
Source Type
' containment reference.
value
- the new value of the 'Source Type' containment reference.getSourceType()
VariableReference getSrc()
setSrc(VariableReference)
,
PatternLanguagePackage.getPathExpressionConstraint_Src()
void setSrc(VariableReference value)
Src
' containment reference.
value
- the new value of the 'Src' containment reference.getSrc()
ValueReference getDst()
setDst(ValueReference)
,
PatternLanguagePackage.getPathExpressionConstraint_Dst()
void setDst(ValueReference value)
Dst
' containment reference.
value
- the new value of the 'Dst' containment reference.getDst()
java.lang.String toString()
toString
in class java.lang.Object