ilog.rules.factory
Class IlrAction
java.lang.Object
ilog.rules.factory.IlrBaseStatement
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 JRule releases. The current serialization support is appropriate
for short term storage or RMI between applications running the same
version of JRules.
- See Also:
IlrAssertAction,
IlrRetractAction,
IlrModifyAction,
IlrUpdateAction,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
flag
protected boolean flag
value
protected IlrValue value
statements
protected List statements