org.drools.runtime
Interface ObjectFilter

All Known Implementing Classes:
ClassObjectFilter

public interface ObjectFilter

ObjectFilter is used with WorkingMemories to filter out instances during Iteration


Method Summary
 boolean accept(Object object)
          Returning true means the Iterator accepts, and thus returns, the current Object.
 

Method Detail

accept

boolean accept(Object object)
Returning true means the Iterator accepts, and thus returns, the current Object.

Parameters:
object -
Returns:


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.