Rule Execution Server API

ilog.rules.factory
Interface IlrTest

All Superinterfaces:
ilog.rules.factory.IlrSourceElement, Serializable
All Known Implementing Classes:
IlrAfterTest, IlrBaseTest, IlrBeforeTest, IlrBinaryTemporalTest, IlrBinaryTest, IlrInstanceOfTest, IlrNaryTest, IlrNotTest, IlrOccursinTest, IlrPropertyMatchTest, IlrUnaryTest, IlrUnknownTest

public interface IlrTest
extends ilog.rules.factory.IlrSourceElement, Serializable

This interface represents a test 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:
IlrUnaryTest, IlrBinaryTest, IlrInstanceOfTest, IlrNotTest, IlrNaryTest, IlrUnknownTest

Method Summary
 Object exploreTest(IlrFactoryExplorer explorer)
          Explores a test using a factory explorer and returns an object as a result.
 

Method Detail

exploreTest

Object exploreTest(IlrFactoryExplorer explorer)
Explores a test 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 null if the method does not return a value.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013