Rule Execution Server API

ilog.rules.factory
Interface IlrClassDriver.ClassTester

Enclosing interface:
IlrClassDriver

public static interface IlrClassDriver.ClassTester

Interface for testing if an object is an instance of some class.


Method Summary
 boolean isInstance(Object object)
          Tests whether the passed object is an instance of some class.
 

Method Detail

isInstance

boolean isInstance(Object object)
Tests whether the passed object is an instance of some class.

Parameters:
object - The object to test.
Returns:
true if the object is an instance of some class.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013