|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRuleFlowProcess
Represents a RuleFlow process.
Method Summary | |
---|---|
void |
addNode(INode node)
Method for adding a node to this RuleFlow process. |
INode |
getNode(long id)
Returns the node with the given id |
INode[] |
getNodes()
Returns the nodes of this RuleFlow process. |
IStartNode |
getStart()
Returns the start node of this RuleFlow process. |
String[] |
getVariableNames()
Returns the names of the global variables used in this RuleFlow process |
List |
getVariables()
Returns the global variables used in this RuleFlow process |
void |
removeNode(INode node)
Method for removing a node from this RuleFlow process |
void |
setVariables(List variables)
Sets the global variables used in this RuleFlow process |
Methods inherited from interface org.drools.ruleflow.common.core.IProcess |
---|
getId, getName, getType, getVersion, setId, setName, setType, setVersion |
Method Detail |
---|
IStartNode getStart()
INode[] getNodes()
INode getNode(long id)
id
- the node id
IllegalArgumentException
- if an unknown id is passedvoid addNode(INode node)
node
- the node to be added
IllegalArgumentException
- if node
is nullvoid removeNode(INode node)
node
- the node to be removed
IllegalArgumentException
- if node
is null or unknownList getVariables()
void setVariables(List variables)
variables
- the variables
IllegalArugmentException
- if variables
is nullString[] getVariableNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |