|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.runtime.ClassObjectFilter
public class ClassObjectFilter
Filters Objects by Class, only accepting Classes of the specified type
| Constructor Summary | |
|---|---|
ClassObjectFilter(Class clazz)
The Allowed Class type |
|
| Method Summary | |
|---|---|
boolean |
accept(Object object)
Returning true means the Iterator accepts, and thus returns, the current Object's Class type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassObjectFilter(Class clazz)
clazz - | Method Detail |
|---|
public boolean accept(Object object)
accept in interface ObjectFilterobject -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||