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