public interface CompareConstraint extends Constraint
The following features are supported:
Modifier and Type | Method and Description |
---|---|
CompareFeature |
getFeature()
Returns the value of the 'Feature' attribute.
|
ValueReference |
getLeftOperand()
Returns the value of the 'Left Operand' containment reference.
|
ValueReference |
getRightOperand()
Returns the value of the 'Right Operand' containment reference.
|
void |
setFeature(CompareFeature value)
Sets the value of the '
Feature ' attribute. |
void |
setLeftOperand(ValueReference value)
Sets the value of the '
Left Operand ' containment reference. |
void |
setRightOperand(ValueReference value)
Sets the value of the '
Right Operand ' containment reference. |
ValueReference getLeftOperand()
If the meaning of the 'Left Operand' containment reference isn't clear, there really should be more of a description here...
setLeftOperand(ValueReference)
,
PatternLanguagePackage.getCompareConstraint_LeftOperand()
void setLeftOperand(ValueReference value)
Left Operand
' containment reference.
value
- the new value of the 'Left Operand' containment reference.getLeftOperand()
CompareFeature getFeature()
CompareFeature
.
If the meaning of the 'Feature' attribute isn't clear, there really should be more of a description here...
CompareFeature
,
setFeature(CompareFeature)
,
PatternLanguagePackage.getCompareConstraint_Feature()
void setFeature(CompareFeature value)
Feature
' attribute.
value
- the new value of the 'Feature' attribute.CompareFeature
,
getFeature()
ValueReference getRightOperand()
If the meaning of the 'Right Operand' containment reference isn't clear, there really should be more of a description here...
setRightOperand(ValueReference)
,
PatternLanguagePackage.getCompareConstraint_RightOperand()
void setRightOperand(ValueReference value)
Right Operand
' containment reference.
value
- the new value of the 'Right Operand' containment reference.getRightOperand()