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, remove
close, isClosed
public ZeroLengthPathIteration(EvaluationStrategy evaluationStrategyImpl, Var subjectVar, Var objVar, Value subj, Value obj, Var contextVar, BindingSet bindings)
protected BindingSet getNextElement() throws QueryEvaluationException
LookAheadIteration
getNextElement
in class LookAheadIteration<BindingSet,QueryEvaluationException>
QueryEvaluationException
protected boolean add(Set<Value> reportedValues2, Value v) throws QueryEvaluationException
reportedValues2
- v
- QueryEvaluationException
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.