public interface IterateCondition extends Condition
The following features are supported:
RulePackage.getIterateCondition()
Modifier and Type | Method and Description |
---|---|
Condition |
getItemCondition()
Returns the value of the 'Item Condition' containment reference.
|
VDomainModelReference |
getItemReference()
Returns the value of the 'Item Reference' containment reference.
|
Quantifier |
getQuantifier()
Returns the value of the 'Quantifier' attribute.
|
boolean |
isIfEmpty()
Returns the value of the 'If Empty' attribute.
|
void |
setIfEmpty(boolean value)
Sets the value of the '
If
Empty ' attribute. |
void |
setItemCondition(Condition value)
Sets the value of the '
Item
Condition ' containment reference. |
void |
setItemReference(VDomainModelReference value)
Sets the value of the '
Item
Reference ' containment reference. |
void |
setQuantifier(Quantifier value)
Sets the value of the '
Quantifier ' attribute. |
evaluate, evaluateChangedValues
Quantifier getQuantifier()
"all"
.
The literals are from the enumeration Quantifier
.
If the meaning of the 'Quantifier' attribute isn't clear, there really should be more of a description here...
Quantifier
,
setQuantifier(Quantifier)
,
RulePackage.getIterateCondition_Quantifier()
void setQuantifier(Quantifier value)
Quantifier
' attribute.
value
- the new value of the 'Quantifier' attribute.Quantifier
,
getQuantifier()
boolean isIfEmpty()
If the meaning of the 'If Empty' attribute isn't clear, there really should be more of a description here...
setIfEmpty(boolean)
,
RulePackage.getIterateCondition_IfEmpty()
void setIfEmpty(boolean value)
If
Empty
' attribute.
value
- the new value of the 'If Empty' attribute.isIfEmpty()
VDomainModelReference getItemReference()
If the meaning of the 'Item Reference' containment reference isn't clear, there really should be more of a description here...
setItemReference(VDomainModelReference)
,
RulePackage.getIterateCondition_ItemReference()
void setItemReference(VDomainModelReference value)
Item
Reference
' containment reference.
value
- the new value of the 'Item Reference' containment reference.getItemReference()
Condition getItemCondition()
If the meaning of the 'Item Condition' containment reference isn't clear, there really should be more of a description here...
setItemCondition(Condition)
,
RulePackage.getIterateCondition_ItemCondition()
void setItemCondition(Condition value)
Item
Condition
' containment reference.
value
- the new value of the 'Item Condition' containment reference.getItemCondition()
Copyright © 2019. All rights reserved.