org.openrdf.sail.federation.evaluation
Class InsertBindingSetCursor

java.lang.Object
  extended by info.aduna.iteration.CloseableIterationBase<E,X>
      extended by info.aduna.iteration.IterationWrapper<BindingSet,QueryEvaluationException>
          extended by org.openrdf.sail.federation.evaluation.InsertBindingSetCursor
All Implemented Interfaces:
CloseableIteration<BindingSet,QueryEvaluationException>, Iteration<BindingSet,QueryEvaluationException>

public class InsertBindingSetCursor
extends IterationWrapper<BindingSet,QueryEvaluationException>

Adds more bindings to each of the results.

Author:
James Leigh

Field Summary
 
Fields inherited from class info.aduna.iteration.IterationWrapper
wrappedIter
 
Constructor Summary
InsertBindingSetCursor(CloseableIteration<BindingSet,QueryEvaluationException> delegate, BindingSet bindings)
           
 
Method Summary
 BindingSet next()
           
 
Methods inherited from class info.aduna.iteration.IterationWrapper
handleClose, hasNext, remove
 
Methods inherited from class info.aduna.iteration.CloseableIterationBase
close, isClosed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertBindingSetCursor

public InsertBindingSetCursor(CloseableIteration<BindingSet,QueryEvaluationException> delegate,
                              BindingSet bindings)
Method Detail

next

public BindingSet next()
                throws QueryEvaluationException
Specified by:
next in interface Iteration<BindingSet,QueryEvaluationException>
Overrides:
next in class IterationWrapper<BindingSet,QueryEvaluationException>
Throws:
QueryEvaluationException


Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.