org.openrdf.query.algebra.evaluation.iterator
Class MultiProjectionIterator
java.lang.Object
info.aduna.iteration.CloseableIterationBase<E,X>
info.aduna.iteration.LookAheadIteration<BindingSet,QueryEvaluationException>
org.openrdf.query.algebra.evaluation.iterator.MultiProjectionIterator
- All Implemented Interfaces:
- CloseableIteration<BindingSet,QueryEvaluationException>, Iteration<BindingSet,QueryEvaluationException>
public class MultiProjectionIterator
- extends LookAheadIteration<BindingSet,QueryEvaluationException>
- Author:
- Arjohn Kampman, James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiProjectionIterator
public MultiProjectionIterator(MultiProjection multiProjection,
CloseableIteration<BindingSet,QueryEvaluationException> iter,
BindingSet bindings)
getNextElement
protected BindingSet getNextElement()
throws QueryEvaluationException
- Description copied from class:
LookAheadIteration
- Gets the next element. Subclasses should implement this method so that it
returns the next element.
- Specified by:
getNextElement in class LookAheadIteration<BindingSet,QueryEvaluationException>
- Returns:
- The next element, or null if no more elements are
available.
- Throws:
QueryEvaluationException
handleClose
protected void handleClose()
throws QueryEvaluationException
- Description copied from class:
CloseableIterationBase
- Called by
CloseableIterationBase.close() when it is called for the first time. This method
is only called once on each iteration. By default, this method does
nothing.
- Overrides:
handleClose in class LookAheadIteration<BindingSet,QueryEvaluationException>
- Throws:
QueryEvaluationException
Copyright © 2001-2012 Aduna. All Rights Reserved.