| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| Nested Class Summary | |
| static class | Filter.ByClassA Filter implementation that passes objects that are instances of a given class. | 
| static class | Filter.ByModuleA Filter implementation that passes Jess objects defined in a given module. | 
| Method Summary | |
|  boolean | accept(java.lang.Object o)Returns true if the given object should be included in the filtered set. | 
| Method Detail | 
public boolean accept(java.lang.Object o)
o - the object to test
| 
 | © 2007 Sandia Corporation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||