public class ZeroLengthPathIteration extends LookAheadIteration<BindingSet,QueryEvaluationException>
| Constructor and Description | 
|---|
| ZeroLengthPathIteration(EvaluationStrategy evaluationStrategyImpl,
                       Var subjectVar,
                       Var objVar,
                       Value subj,
                       Value obj,
                       Var contextVar,
                       BindingSet bindings) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | add(Set<Value> reportedValues2,
   Value v)add param v to the set reportedValues2 | 
| Var | createAnonVar(String varName) | 
| protected BindingSet | getNextElement()Gets the next element. | 
handleClose, hasNext, next, removeclose, isClosedpublic ZeroLengthPathIteration(EvaluationStrategy evaluationStrategyImpl, Var subjectVar, Var objVar, Value subj, Value obj, Var contextVar, BindingSet bindings)
protected BindingSet getNextElement() throws QueryEvaluationException
LookAheadIterationgetNextElement in class LookAheadIteration<BindingSet,QueryEvaluationException>QueryEvaluationExceptionprotected boolean add(Set<Value> reportedValues2, Value v) throws QueryEvaluationException
reportedValues2 - v - QueryEvaluationExceptionCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.