Rule Execution Server API

ilog.rules.factory
Class IlrControlNodeStatement

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

public abstract class IlrControlNodeStatement
extends IlrFlowNodeStatement

This abstract class represents the super class of all control nodes in a ruleflow, such as: if, switch, fork, while and goto.

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
 
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
 


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013