Package org.kie.api.runtime
Interface ObjectFilter
- 
- All Known Implementing Classes:
- ClassObjectFilter
 
 public interface ObjectFilterObjectFilter is used with WorkingMemories to filter out instances during Iteration
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(Object object)
 
- 
- 
- 
Method Detail- 
acceptboolean accept(Object object) - Returns:
- true if the Iterator accepts, and thus returns, the current Object. Otherwise false.
 
 
- 
 
-