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