|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jess.Filter.ByModule
A Filter implementation that passes Jess objects defined in a given module.
Nested Class Summary |
Nested classes inherited from class 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 byMethod Detail |
public boolean accept(java.lang.Object o)
accept
in interface Filter
o
- the object to test
Modular
|
© 2007 Sandia Corporation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |