Rule Execution Server API

ilog.rules.factory
Class IlrBaseStatement

java.lang.Object
  extended by ilog.rules.factory.IlrBaseStatement
All Implemented Interfaces:
ilog.rules.factory.IlrSourceElement, IlrStatement, Serializable
Direct Known Subclasses:
IlrAction, IlrAssignment, IlrBindStatement, IlrBreakStatement, IlrContinueStatement, IlrFlowNodeStatement, IlrReturnStatement, IlrStatementBlock, IlrThrowStatement

public abstract class IlrBaseStatement
extends Object
implements IlrStatement

This class is the base class of all the statements.

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

Constructor Summary
IlrBaseStatement()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ilog.rules.factory.IlrStatement
exploreStatement
 

Constructor Detail

IlrBaseStatement

public IlrBaseStatement()

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013