Package org.kie.api.runtime
Interface ObjectFilter
-
- All Known Implementing Classes:
ClassObjectFilter
public interface ObjectFilter
ObjectFilter is used with WorkingMemories to filter out instances during Iteration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(java.lang.Object object)
-