public interface LeafCondition extends Condition
RulePackage.getLeafCondition()
Modifier and Type | Method and Description |
---|---|
CompareType |
getCompareType()
Returns the value of the 'Compare Type' attribute.
|
VDomainModelReference |
getDomainModelReference()
Returns the value of the 'Domain Model Reference' containment reference.
|
Object |
getExpectedValue()
Returns the value of the 'Expected Value' attribute.
|
VDomainModelReference |
getValueDomainModelReference()
Returns the value of the 'Value Domain Model Reference' containment reference.
|
void |
setCompareType(CompareType value)
Sets the value of the '
Compare
Type ' attribute. |
void |
setDomainModelReference(VDomainModelReference value)
Sets the value of the '
Domain Model Reference ' containment reference. |
void |
setExpectedValue(Object value)
Sets the value of the '
Expected
Value ' attribute. |
void |
setValueDomainModelReference(VDomainModelReference value)
Sets the value of the '
Value Domain Model Reference ' containment reference. |
evaluate, evaluateChangedValues
Object getExpectedValue()
If the meaning of the 'Expected Value' attribute isn't clear, there really should be more of a description here...
setExpectedValue(Object)
,
RulePackage.getLeafCondition_ExpectedValue()
void setExpectedValue(Object value)
Expected
Value
' attribute.
value
- the new value of the 'Expected Value' attribute.getExpectedValue()
VDomainModelReference getDomainModelReference()
If the meaning of the 'Domain Model Reference' containment reference isn't clear, there really should be more of a description here...
setDomainModelReference(VDomainModelReference)
,
RulePackage.getLeafCondition_DomainModelReference()
void setDomainModelReference(VDomainModelReference value)
Domain Model Reference
' containment reference.
value
- the new value of the 'Domain Model Reference' containment reference.getDomainModelReference()
VDomainModelReference getValueDomainModelReference()
If the meaning of the 'Value Domain Model Reference' containment reference isn't clear, there really should be more of a description here...
setValueDomainModelReference(VDomainModelReference)
,
RulePackage.getLeafCondition_ValueDomainModelReference()
void setValueDomainModelReference(VDomainModelReference value)
Value Domain Model Reference
' containment reference.
value
- the new value of the 'Value Domain Model Reference' containment reference.getValueDomainModelReference()
CompareType getCompareType()
"EQUALS"
.
The literals are from the enumeration CompareType
.
If the meaning of the 'Compare Type' attribute isn't clear, there really should be more of a description here...
CompareType
,
setCompareType(CompareType)
,
RulePackage.getLeafCondition_CompareType()
void setCompareType(CompareType value)
Compare
Type
' attribute.
value
- the new value of the 'Compare Type' attribute.CompareType
,
getCompareType()
Copyright © 2019. All rights reserved.