public interface DecisionNode extends FlowControl
The following features are supported:
RuleflowPackage.getDecisionNode()| Modifier and Type | Method and Description |
|---|---|
OpaqueExpression |
getBooleanCondition()
Returns the value of the 'Boolean Condition' containment reference
|
java.lang.String |
getConditionSubExpression()
Returns the value of the 'Condition Sub Expression' attribute
|
org.eclipse.emf.common.util.EList |
getDecisions()
Returns the value of the 'Decisions' reference list.
|
void |
setBooleanCondition(OpaqueExpression value)
Sets the value of the '
Boolean Condition' containment reference |
void |
setConditionSubExpression(java.lang.String value)
Sets the value of the '
Condition Sub Expression' attribute |
getDocumentingRuleStatementsjava.lang.String getConditionSubExpression()
If the meaning of the 'Condition Sub Expression' attribute isn't clear, there really should be more of a description here...
setConditionSubExpression(String),
RuleflowPackage.getDecisionNode_ConditionSubExpression()void setConditionSubExpression(java.lang.String value)
Condition Sub Expression' attribute.
value - the new value of the 'Condition Sub Expression' attribute.getConditionSubExpression()OpaqueExpression getBooleanCondition()
If the meaning of the 'Boolean Condition' reference isn't clear, there really should be more of a description here...
setBooleanCondition(OpaqueExpression),
RuleflowPackage.getDecisionNode_BooleanCondition()void setBooleanCondition(OpaqueExpression value)
Boolean Condition' containment reference.
value - the new value of the 'Boolean Condition' containment reference.getBooleanCondition()org.eclipse.emf.common.util.EList getDecisions()
Decision.
If the meaning of the 'Decisions' reference list isn't clear, there really should be more of a description here...
RuleflowPackage.getDecisionNode_Decisions()Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.