Rule Execution Server API

ilog.rules.factory
Class IlrEvaluateCondition

java.lang.Object
  extended by ilog.rules.factory.IlrCondition
      extended by ilog.rules.factory.IlrTestCondition
          extended by ilog.rules.factory.IlrEvaluateCondition
All Implemented Interfaces:
Serializable

public class IlrEvaluateCondition
extends IlrTestCondition

This class defines an evaluate condition.

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
IlrEvaluateCondition(IlrReflect reflect)
          Constructs an evaluate condition.
 
Method Summary
 Object exploreCondition(IlrFactoryExplorer explorer)
          Explores a condition using a factory explorer and returns an object as a result.
 
Methods inherited from class ilog.rules.factory.IlrTestCondition
addBinding, addTest, enumerateBindings, enumerateTests, getBindingCount, getBindings, getTestCount, getTests, removeBinding, removeTest
 
Methods inherited from class ilog.rules.factory.IlrCondition
getClassName, getObject, getShortClassName, getXOMClassScope, isEventCondition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlrEvaluateCondition

public IlrEvaluateCondition(IlrReflect reflect)
Constructs an evaluate condition.

Parameters:
reflect - A reflect.
Method Detail

exploreCondition

public Object exploreCondition(IlrFactoryExplorer explorer)
Explores a condition using a factory explorer and returns an object as a result.

Specified by:
exploreCondition in class IlrCondition
Parameters:
explorer - The factory explorer.
Returns:
An object, or null if the exploration does not return a value.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013