Rule Execution Server API

ilog.rules.xml
Interface IlrXmlObjectExplorer.IlrObjectSelector

Enclosing class:
IlrXmlObjectExplorer

public static interface IlrXmlObjectExplorer.IlrObjectSelector

This interface defines an abstract selector of Java instances.

See Also:
IlrXmlObjectExplorer

Method Summary
 boolean isExplored(Object obj)
          Indicates if sub-objects on a Java instance should be explored.
 boolean isProcessed(Object obj)
          Indicates if an object must be processed.
 

Method Detail

isProcessed

boolean isProcessed(Object obj)
Indicates if an object must be processed.


isExplored

boolean isExplored(Object obj)
Indicates if sub-objects on a Java instance should be explored.


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013