public interface PatternCompositionConstraint extends Constraint
The following features are supported:
PatternLanguagePackage.getPatternCompositionConstraint()
Modifier and Type | Method and Description |
---|---|
CallableRelation |
getCall()
Returns the value of the 'Call' containment reference.
|
boolean |
isNegative()
Returns the value of the 'Negative' attribute.
|
void |
setCall(CallableRelation value)
Sets the value of the '
Call ' containment reference. |
void |
setNegative(boolean value)
Sets the value of the '
Negative ' attribute. |
java.lang.String |
toString() |
boolean isNegative()
If the meaning of the 'Negative' attribute isn't clear, there really should be more of a description here...
setNegative(boolean)
,
PatternLanguagePackage.getPatternCompositionConstraint_Negative()
void setNegative(boolean value)
Negative
' attribute.
value
- the new value of the 'Negative' attribute.isNegative()
CallableRelation getCall()
If the meaning of the 'Call' containment reference isn't clear, there really should be more of a description here...
setCall(CallableRelation)
,
PatternLanguagePackage.getPatternCompositionConstraint_Call()
void setCall(CallableRelation value)
Call
' containment reference.
value
- the new value of the 'Call' containment reference.getCall()
java.lang.String toString()
toString
in class java.lang.Object