| Package | Description |
|---|---|
| com.corticon.rulesemf.canonicalrulemodel.ruleflow | |
| com.corticon.rulesemf.canonicalrulemodel.ruleflow.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActivityNode
A representation of the model object 'Activity Node'
|
interface |
BranchContainer
A representation of the model object 'Branch Container'
|
interface |
TerminateNode
A representation of the model object 'Terminate Node'
|
| Modifier and Type | Method and Description |
|---|---|
FlowControl |
RuleflowFactory.createFlowControl()
Returns a new object of class 'Flow Control'
|
FlowControl |
ActivityNode.getNextStep()
Returns the value of the 'Next Step' reference
|
FlowControl |
Flow.getStart()
Returns the value of the 'Start' reference
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityNode.setNextStep(FlowControl value)
Sets the value of the '
Next Step' reference |
void |
Flow.setStart(FlowControl value)
Sets the value of the '
Start' reference |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
RuleflowSwitch.caseFlowControl(FlowControl object)
Returns the result of interpreting the object as an instance of 'Flow Control'
|
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.