|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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.
| Nested Class Summary | |
|---|---|
static class |
Filter.ByClass
A Filter implementation that passes objects that are instances of a given class. |
static class |
Filter.ByModule
A 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 |
|---|
boolean accept(java.lang.Object o)
o - the object to test
|
© 2008 Sandia Corporation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||