ilog.rules.factory
Class IlrExecuteStatement
- java.lang.Object
-
- ilog.rules.factory.IlrBaseStatement
-
- ilog.rules.factory.IlrStatementBlock
-
- ilog.rules.factory.IlrExecuteStatement
-
- All Implemented Interfaces:
- ilog.rules.factory.IlrSourceElement, IlrStatement, java.io.Serializable
Deprecated.
public final class IlrExecuteStatement extends IlrStatementBlock
This class represents an execute statement 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description IlrExecuteStatement()Deprecated.Constructs an execute action with no arguments.IlrExecuteStatement(IlrStatement[] statements)Deprecated.Constructs an execute action and initializes it using the block of statements passed as argument.
-
Method Summary
Methods Modifier and Type Method and Description java.lang.ObjectexploreStatement(IlrFactoryExplorer explorer)Deprecated.Explores this statement using a factory explorer and returns an object as a result.-
Methods inherited from class ilog.rules.factory.IlrStatementBlock
addStatement, enumerateStatements, getStatementCount, getStatements, removeStatement
-
-
-
-
Constructor Detail
-
IlrExecuteStatement
public IlrExecuteStatement()
Deprecated.Constructs an execute action with no arguments. The execute action has no statements initially.
-
IlrExecuteStatement
public IlrExecuteStatement(IlrStatement[] statements)
Deprecated.Constructs an execute action and initializes it using the block of statements passed as argument.- Parameters:
statements- The block of statement of this execute statement.
-
-
Method Detail
-
exploreStatement
public java.lang.Object exploreStatement(IlrFactoryExplorer explorer)
Deprecated.Explores this statement using a factory explorer and returns an object as a result.- Parameters:
explorer- The factory explorer.- Returns:
- An object which represents the result of the exploration,
or
nullif the method does not return a value.
-
-