public interface Flow extends RuleActivity
The following features are supported:
RuleflowPackage.getFlow()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList |
getBranchControlList()
Returns the value of the 'Branch Control List' containment reference list.
|
org.eclipse.emf.common.util.EList |
getConnectorList()
Returns the value of the 'Connector List' containment reference list.
|
org.eclipse.emf.common.util.EList |
getFlowControlList()
Returns the value of the 'Flow Control List' containment reference list.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute
|
FlowControl |
getStart()
Returns the value of the 'Start' reference
|
org.eclipse.emf.common.util.EList |
getSubflowList()
Returns the value of the 'Subflow List' containment reference list.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute |
void |
setStart(FlowControl value)
Sets the value of the '
Start' reference |
getDomain, setDomaingetDocumentingRuleStatementsjava.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
RuleflowPackage.getFlow_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()FlowControl getStart()
If the meaning of the 'Start' reference isn't clear, there really should be more of a description here...
setStart(FlowControl),
RuleflowPackage.getFlow_Start()void setStart(FlowControl value)
Start' reference.
value - the new value of the 'Start' reference.getStart()org.eclipse.emf.common.util.EList getFlowControlList()
FlowControl.
If the meaning of the 'Flow Control List' containment reference list isn't clear, there really should be more of a description here...
RuleflowPackage.getFlow_FlowControlList()org.eclipse.emf.common.util.EList getSubflowList()
Subflow.
If the meaning of the 'Subflow List' containment reference list isn't clear, there really should be more of a description here...
RuleflowPackage.getFlow_SubflowList()org.eclipse.emf.common.util.EList getConnectorList()
Connector.
If the meaning of the 'Connector List' containment reference list isn't clear, there really should be more of a description here...
RuleflowPackage.getFlow_ConnectorList()org.eclipse.emf.common.util.EList getBranchControlList()
FlowControl.
If the meaning of the 'Branch Control List' containment reference list isn't clear, there really should be more of a description here...
RuleflowPackage.getFlow_BranchControlList()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.