public interface Decision extends RuleModelElement
The following features are supported:
RuleflowPackage.getDecision()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList |
getLabel()
Returns the value of the 'Label' containment reference list.
|
java.lang.String |
getLabelExpression()
Returns the value of the 'Label Expression' attribute
|
FlowControl |
getNextStep()
Returns the value of the 'Next Step' reference
|
boolean |
isBooleanLabel()
Returns the value of the 'Boolean Label' attribute
|
boolean |
isDefault()
Returns the value of the 'Default' attribute
|
void |
setBooleanLabel(boolean value)
Sets the value of the '
Boolean Label' attribute |
void |
setDefault(boolean value)
Sets the value of the '
Default' attribute |
void |
setLabelExpression(java.lang.String value)
Sets the value of the '
Label Expression' attribute |
void |
setNextStep(FlowControl value)
Sets the value of the '
Next Step' reference |
getDocumentingRuleStatementsjava.lang.String getLabelExpression()
If the meaning of the 'Label Expression' attribute isn't clear, there really should be more of a description here...
setLabelExpression(String),
RuleflowPackage.getDecision_LabelExpression()void setLabelExpression(java.lang.String value)
Label Expression' attribute.
value - the new value of the 'Label Expression' attribute.getLabelExpression()boolean isBooleanLabel()
If the meaning of the 'Boolean Label' attribute isn't clear, there really should be more of a description here...
setBooleanLabel(boolean),
RuleflowPackage.getDecision_BooleanLabel()void setBooleanLabel(boolean value)
Boolean Label' attribute.
value - the new value of the 'Boolean Label' attribute.isBooleanLabel()boolean isDefault()
If the meaning of the 'Default' attribute isn't clear, there really should be more of a description here...
setDefault(boolean),
RuleflowPackage.getDecision_Default()void setDefault(boolean value)
Default' attribute.
value - the new value of the 'Default' attribute.isDefault()FlowControl getNextStep()
If the meaning of the 'Next Step' reference isn't clear, there really should be more of a description here...
setNextStep(FlowControl),
RuleflowPackage.getDecision_NextStep()void setNextStep(FlowControl value)
Next Step' reference.
value - the new value of the 'Next Step' reference.getNextStep()org.eclipse.emf.common.util.EList getLabel()
OpaqueExpression.
If the meaning of the 'Label' reference list isn't clear, there really should be more of a description here...
RuleflowPackage.getDecision_Label()Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.