public interface BranchContainer extends RuleActivity, ActivityNode
The following features are supported:
RuleflowPackage.getBranchContainer()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList |
getBranches()
Returns the value of the 'Branches' containment reference list.
|
OpaqueExpression |
getCondition()
Returns the value of the 'Condition' containment reference
|
boolean |
isExtendToDatabase()
Returns the value of the 'Extend To Database' attribute.
|
void |
setCondition(OpaqueExpression value)
Sets the value of the '
Condition' containment reference |
void |
setExtendToDatabase(boolean value)
Sets the value of the '
Extend To Database' attribute |
getDomain, setDomaingetInvokes, getName, getNextStep, getOrder, getRuleActivityUpdateStamp, isEnabled, isIterative, setEnabled, setInvokes, setIterative, setName, setNextStep, setOrder, setRuleActivityUpdateStampgetDocumentingRuleStatementsOpaqueExpression getCondition()
If the meaning of the 'Condition' containment reference isn't clear, there really should be more of a description here...
setCondition(OpaqueExpression),
RuleflowPackage.getBranchContainer_Condition()void setCondition(OpaqueExpression value)
Condition' containment reference.
value - the new value of the 'Condition' containment reference.getCondition()org.eclipse.emf.common.util.EList getBranches()
Branch.
If the meaning of the 'Branches' containment reference list isn't clear, there really should be more of a description here...
RuleflowPackage.getBranchContainer_Branches()boolean isExtendToDatabase()
"".
If the meaning of the 'Extend To Database' attribute isn't clear, there really should be more of a description here...
setExtendToDatabase(boolean),
RuleflowPackage.getBranchContainer_ExtendToDatabase()void setExtendToDatabase(boolean value)
Extend To Database' attribute.
value - the new value of the 'Extend To Database' attribute.isExtendToDatabase()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.