org.openrdf.sail.optimistic.helpers
Class StatementBindingSetCursor
java.lang.Object
info.aduna.iteration.CloseableIterationBase<T,X>
info.aduna.iteration.ConvertingIteration<Statement,BindingSet,QueryEvaluationException>
org.openrdf.sail.optimistic.helpers.StatementBindingSetCursor
- All Implemented Interfaces:
- CloseableIteration<BindingSet,QueryEvaluationException>, Iteration<BindingSet,QueryEvaluationException>
public class StatementBindingSetCursor
- extends ConvertingIteration<Statement,BindingSet,QueryEvaluationException>
Converts a statement cursor into a binding cursor.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatementBindingSetCursor
public StatementBindingSetCursor(Iteration<? extends Statement,? extends QueryEvaluationException> iter,
StatementPattern sp,
BindingSet bindings)
convert
protected BindingSet convert(Statement st)
- Specified by:
convert in class ConvertingIteration<Statement,BindingSet,QueryEvaluationException>
Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.