public class IndependentJoingroupBindingsIteration extends LookAheadIteration<BindingSet,QueryEvaluationException>
Modifier and Type | Field and Description |
---|---|
protected BindingSet |
bindings |
protected int |
currentIdx |
protected CloseableIteration<BindingSet,QueryEvaluationException> |
iter |
protected ArrayList<BindingSet> |
result |
Constructor and Description |
---|
IndependentJoingroupBindingsIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
protected ArrayList<BindingSet> |
computeResult() |
protected BindingSet |
getNextElement()
Gets the next element.
|
handleClose, hasNext, next, remove
close, isClosed
protected final BindingSet bindings
protected final CloseableIteration<BindingSet,QueryEvaluationException> iter
protected ArrayList<BindingSet> result
protected int currentIdx
public IndependentJoingroupBindingsIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter, BindingSet bindings)
protected BindingSet getNextElement() throws QueryEvaluationException
LookAheadIteration
getNextElement
in class LookAheadIteration<BindingSet,QueryEvaluationException>
QueryEvaluationException
protected ArrayList<BindingSet> computeResult() throws QueryEvaluationException
QueryEvaluationException
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.