Rule Execution Server API

ilog.rules.factory
Class IlrSplitNodeStatement

java.lang.Object
  extended by ilog.rules.factory.IlrBaseStatement
      extended by ilog.rules.factory.IlrFlowNodeStatement
          extended by ilog.rules.factory.IlrControlNodeStatement
              extended by ilog.rules.factory.IlrSplitNodeStatement
All Implemented Interfaces:
ilog.rules.factory.IlrSourceElement, IlrStatement, Serializable
Direct Known Subclasses:
IlrTaskForkNodeStatement, IlrTaskIfNodeStatement, IlrTaskSwitchNodeStatement, IlrTaskWhileNodeStatement

public abstract class IlrSplitNodeStatement
extends IlrControlNodeStatement

Represents the super class of all split control nodes in a rule flow, such as: if, switch, fork and while.

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.

See Also:
Serialized Form

Method Summary
 IlrFlowNodeStatement close()
          Closes all the branches of the split node.
 
Methods inherited from class ilog.rules.factory.IlrFlowNodeStatement
exploreStatement, getName, setNextNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

close

public IlrFlowNodeStatement close()
Closes all the branches of the split node.

Returns:
the node to which all the last nodes of the split node branches are connected.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2012