|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.rdf.spo.SPOFilter
public abstract class SPOFilter
| Constructor Summary | |
|---|---|
SPOFilter()
|
|
| Method Summary | |
|---|---|
boolean |
canAccept(Object o)
Return true iff this this filter can be used on the specified object (filter on the object class). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.bigdata.relation.accesspath.IElementFilter |
|---|
accept |
| Constructor Detail |
|---|
public SPOFilter()
| Method Detail |
|---|
public boolean canAccept(Object o)
IElementFilter
Note: This was added
by MikeP to filter out cases where the runtime type system was
throwing a ClassCastException in the IElementFilter.accept(Object) implementation.
canAccept in interface IElementFilter<ISPO>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||