Rule Execution Server API

ilog.rules.factory
Class IlrAction

java.lang.Object
  extended by ilog.rules.factory.IlrBaseStatement
      extended by ilog.rules.factory.IlrAction
All Implemented Interfaces:
ilog.rules.factory.IlrSourceElement, IlrStatement, Serializable
Direct Known Subclasses:
IlrApplyAction, IlrAssertAction, IlrModifyAction, IlrRetractAction, IlrUpdateAction

public abstract class IlrAction
extends IlrBaseStatement

This class is the base class of some actions of the rule language.

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:
IlrAssertAction, IlrRetractAction, IlrModifyAction, IlrUpdateAction, Serialized Form

Field Summary
protected  boolean flag
           
protected  List statements
           
protected  IlrValue value
           
 
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
 

Field Detail

flag

protected boolean flag

value

protected IlrValue value

statements

protected List statements

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013