public interface PatternCompositionConstraint extends Constraint
The following features are supported:
Modifier and Type | Method and Description |
---|---|
PatternCall |
getCall()
Returns the value of the 'Call' containment reference.
|
boolean |
isNegative()
Returns the value of the 'Negative' attribute.
|
void |
setCall(PatternCall value)
Sets the value of the '
Call ' containment reference. |
void |
setNegative(boolean value)
Sets the value of the '
Negative ' attribute. |
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()
PatternCall getCall()
If the meaning of the 'Call' containment reference isn't clear, there really should be more of a description here...
setCall(PatternCall)
,
PatternLanguagePackage.getPatternCompositionConstraint_Call()
void setCall(PatternCall value)
Call
' containment reference.
value
- the new value of the 'Call' containment reference.getCall()