ilog.rules.xml
Interface IlrXmlObjectExplorer.IlrObjectSelector
-
- Enclosing class:
- IlrXmlObjectExplorer
public static interface IlrXmlObjectExplorer.IlrObjectSelectorThis interface defines an abstract selector of Java instances.- See Also:
IlrXmlObjectExplorer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description booleanisExplored(java.lang.Object obj)Indicates if sub-objects on a Java instance should be explored.booleanisProcessed(java.lang.Object obj)Indicates if an object must be processed.
-