public abstract class Filter extends FilterBase implements IFilterTest
Constructor and Description |
---|
Filter() |
Modifier and Type | Method and Description |
---|---|
protected Iterator |
filterOnce(Iterator src,
Object context)
Wrap the source iterator with this filter.
|
abstract boolean |
isValid(Object obj)
True iff the argument is matched by the filter.
|
addFilter, filter, getProperty, getRequiredProperty, setProperty, toString
protected Iterator filterOnce(Iterator src, Object context)
FilterBase
filterOnce
in class FilterBase
src
- The source iterator.context
- The iterator evaluation context.public abstract boolean isValid(Object obj)
IFilterTest
isValid
in interface IFilterTest
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.