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, removeclose, isClosedprotected 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
LookAheadIterationgetNextElement in class LookAheadIteration<BindingSet,QueryEvaluationException>QueryEvaluationExceptionprotected ArrayList<BindingSet> computeResult() throws QueryEvaluationException
QueryEvaluationExceptionCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.