public final class IlrTaskForkNodeStatement extends IlrSplitNodeStatement
fork node in a
rule flow.
Warning: Serialized objects of this class will not be compatible with future releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of IBM Decision Server.
| Constructor and Description |
|---|
IlrTaskForkNodeStatement(java.lang.String name)
Builds a
fork node for a ruleflow. |
IlrTaskForkNodeStatement(java.lang.String name,
IlrFlowNodeStatement previousNode)
Builds a
fork node for a ruleflow and connects the created
node to the passed node. |
closeexploreStatement, getName, setNextNodepublic IlrTaskForkNodeStatement(java.lang.String name)
fork node for a ruleflow.
It is useful to set a label if the node is the target of a goto
statement.name - The label used to target the node in a goto statement.public IlrTaskForkNodeStatement(java.lang.String name,
IlrFlowNodeStatement previousNode)
fork node for a ruleflow and connects the created
node to the passed node. This constructor should not be called to connect
the new node to an IlrTaskIfNodeStatement nor to an
IlrTaskSwitchNodeStatement. Instead, you should use
IlrTaskIfNodeStatement.setTrueNode,
IlrTaskIfNodeStatement.setFalseNode,
IlrTaskSwitchNodeStatement.setCaseNode,
IlrTaskSwitchNodeStatement.setDefaultNode.
It is useful to set a label if the node is the target of a goto
statement.name - The label used to target the node in a goto statement.previousNode - The node that is before the new node in the
ruleflow. The two nodes are connected by calling the method
IlrFlowNodeStatement.setNextNode.© Copyright IBM Corp. 1987, 2024