public abstract class SPOFilter<E extends ISPO> extends Object implements IElementFilter<E>
Constructor and Description |
---|
SPOFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
canAccept(Object o)
Return true iff this this filter can be used on the specified object
(filter on the object class).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isValid
public boolean canAccept(Object o)
IElementFilter
Note: This was added to make it possible filter out cases where the
runtime type system was throwing a ClassCastException
in the
IFilterTest.isValid(Object)
implementation.
canAccept
in interface IElementFilter<E extends ISPO>
o
- An object of some type.true
if the element can be inspected by this filter.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.