Rule Execution Server API

ilog.rules.xml
Interface IlrXmlObjectExplorer.IlrObjectProcessor

Enclosing class:
IlrXmlObjectExplorer

public static interface IlrXmlObjectExplorer.IlrObjectProcessor

This interface defines an abstract processor of Java instances.

See Also:
IlrXmlObjectExplorer

Method Summary
 void process(Object obj)
          This method is to be refined by sub-classes to define the behavior of the processor
 

Method Detail

process

void process(Object obj)
This method is to be refined by sub-classes to define the behavior of the processor

Parameters:
obj - the object to be processed

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013