jess
Interface Filter


public interface Filter

An interface representing a generic boolean single-argument operation. A Filter can be passed to the Rete.getObjects(Filter) method, where it is used to choose relevant objects from working memory.

(C) 2005 Sandia National Laboratories


Method Summary
 boolean accept(java.lang.Object o)
           
 

Method Detail

accept

public boolean accept(java.lang.Object o)

© 2006 Sandia Corporation