org.openrdf.sail.optimistic.helpers
Class NamedContextCursor
java.lang.Object
info.aduna.iteration.CloseableIterationBase<E,X>
info.aduna.iteration.IterationWrapper<E,X>
info.aduna.iteration.FilterIteration<Statement,QueryEvaluationException>
org.openrdf.sail.optimistic.helpers.NamedContextCursor
- All Implemented Interfaces:
- CloseableIteration<Statement,QueryEvaluationException>, Iteration<Statement,QueryEvaluationException>
public class NamedContextCursor
- extends FilterIteration<Statement,QueryEvaluationException>
Filters statements that have a context resource.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamedContextCursor
public NamedContextCursor(Iteration<? extends Statement,? extends QueryEvaluationException> iter)
accept
protected boolean accept(Statement st)
- Specified by:
accept in class FilterIteration<Statement,QueryEvaluationException>
Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.