Rule Execution Server API

ilog.rules.factory
Class IlrIfStatement.ElseBlock

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

public static final class IlrIfStatement.ElseBlock
extends IlrStatementBlock

This class represents the else part of an if 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
IlrIfStatement.ElseBlock(IlrStatement[] statements)
          Constructs an else 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

IlrIfStatement.ElseBlock

public IlrIfStatement.ElseBlock(IlrStatement[] statements)
Constructs an else block containing initially the statements given in the array statements.

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

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013