public interface Branch extends RuleModelElement
The following features are supported:
RuleflowPackage.getBranch()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList |
getLabel()
Returns the value of the 'Label' containment reference list.
|
org.eclipse.emf.common.util.EList |
getMessages()
Returns the value of the 'Messages' containment reference list.
|
org.eclipse.emf.common.util.EList |
getNextStep()
Returns the value of the 'Next Step' containment reference list.
|
ViewExpressions |
getViewExpressions()
Returns the value of the 'View Expressions' containment reference
|
boolean |
isAmbiguous()
Returns the value of the 'Ambiguous' attribute.
|
boolean |
isFilled()
Returns the value of the 'Filled' attribute.
|
void |
setAmbiguous(boolean value)
Sets the value of the '
Ambiguous' attribute |
void |
setFilled(boolean value)
Sets the value of the '
Filled' attribute |
void |
setViewExpressions(ViewExpressions value)
Sets the value of the '
View Expressions' containment reference |
getDocumentingRuleStatementsorg.eclipse.emf.common.util.EList getNextStep()
FlowControl.
If the meaning of the 'Next Step' containment reference list isn't clear, there really should be more of a description here...
RuleflowPackage.getBranch_NextStep()org.eclipse.emf.common.util.EList getLabel()
OpaqueExpression.
If the meaning of the 'Label' containment reference list isn't clear, there really should be more of a description here...
RuleflowPackage.getBranch_Label()ViewExpressions getViewExpressions()
If the meaning of the 'View Expressions' containment reference isn't clear, there really should be more of a description here...
setViewExpressions(ViewExpressions),
RuleflowPackage.getBranch_ViewExpressions()void setViewExpressions(ViewExpressions value)
View Expressions' containment reference.
value - the new value of the 'View Expressions' containment reference.getViewExpressions()boolean isAmbiguous()
"false".
If the meaning of the 'Ambiguous' attribute isn't clear, there really should be more of a description here...
setAmbiguous(boolean),
RuleflowPackage.getBranch_Ambiguous()void setAmbiguous(boolean value)
Ambiguous' attribute.
value - the new value of the 'Ambiguous' attribute.isAmbiguous()boolean isFilled()
"false".
If the meaning of the 'Filled' attribute isn't clear, there really should be more of a description here...
setFilled(boolean),
RuleflowPackage.getBranch_Filled()void setFilled(boolean value)
Filled' attribute.
value - the new value of the 'Filled' attribute.isFilled()org.eclipse.emf.common.util.EList getMessages()
RulesheetString.
If the meaning of the 'Messages' containment reference list isn't clear, there really should be more of a description here...
RuleflowPackage.getBranch_Messages()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.