public class IndependentJoingroupBindingsIteration2 extends LookAheadIteration<BindingSet,QueryEvaluationException>
Modifier and Type | Class and Description |
---|---|
protected class |
IndependentJoingroupBindingsIteration2.BindingInfo |
Modifier and Type | Field and Description |
---|---|
protected List<BindingSet> |
bindings |
protected int |
currentIdx |
protected CloseableIteration<BindingSet,QueryEvaluationException> |
iter |
protected static Pattern |
pattern |
protected ArrayList<BindingSet> |
result |
Constructor and Description |
---|
IndependentJoingroupBindingsIteration2(CloseableIteration<BindingSet,QueryEvaluationException> iter,
List<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 static final Pattern pattern
protected final List<BindingSet> bindings
protected final CloseableIteration<BindingSet,QueryEvaluationException> iter
protected ArrayList<BindingSet> result
protected int currentIdx
public IndependentJoingroupBindingsIteration2(CloseableIteration<BindingSet,QueryEvaluationException> iter, List<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.