ilog.rules.factory
Class IlrBaseStatement
- java.lang.Object
-
- ilog.rules.factory.IlrBaseStatement
-
- All Implemented Interfaces:
- ilog.rules.factory.IlrSourceElement, IlrStatement, java.io.Serializable
- Direct Known Subclasses:
- IlrAction, IlrAssignment, IlrBindStatement, IlrBreakStatement, IlrContinueStatement, IlrFlowNodeStatement, IlrReturnStatement, IlrStatementBlock, IlrThrowStatement
public abstract class IlrBaseStatement extends java.lang.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
Constructors Constructor and Description 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
-
-