|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjess.Filter.ByModule
public static class Filter.ByModule
A Filter implementation that passes Jess objects defined in a given module.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface jess.Filter |
|---|
Filter.ByClass, Filter.ByModule |
| Constructor Summary | |
|---|---|
Filter.ByModule(java.lang.String module)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
accept(java.lang.Object o)
Returns true if the given object implements the jess.Modular interface and is defined in the filter's named module |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Filter.ByModule(java.lang.String module)
module - the module name to filter by| Method Detail |
|---|
public boolean accept(java.lang.Object o)
accept in interface Filtero - the object to test
Modular
|
© 2013 Sandia Corporation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||