Rule Execution Server API

ilog.rules.factory
Class IlrForStatement.ForBlock

java.lang.Object
  extended by ilog.rules.factory.IlrBaseStatement
      extended by ilog.rules.factory.IlrStatementBlock
          extended by ilog.rules.factory.IlrForStatement.ForBlock
All Implemented Interfaces:
ilog.rules.factory.IlrSourceElement, IlrStatement, Serializable
Enclosing class:
IlrForStatement

public static final class IlrForStatement.ForBlock
extends IlrStatementBlock

This class represents the inner block part of an for statement.

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
IlrForStatement.ForBlock(IlrStatement[] statements)
          Constructs a for block containing initially the statements given in the array statements.
 
Method Summary
 
Methods inherited from class ilog.rules.factory.IlrStatementBlock
addStatement, enumerateStatements, getStatementCount, getStatements, removeStatement
 
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

IlrForStatement.ForBlock

public IlrForStatement.ForBlock(IlrStatement[] statements)
Constructs a for block containing initially the statements given in the array statements.

Parameters:
statements - The statements to execute when the inner for loop is activated. This parameter can be null. In this case, it represents an empty block.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013