public interface LeafCondition extends Condition
RulePackage.getLeafCondition()
Modifier and Type | Method and Description |
---|---|
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 |
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()
Copyright © 2016. All rights reserved.