public class ZeroLengthPathIteration extends LookAheadIteration<BindingSet,QueryEvaluationException>
| Constructor and Description |
|---|
ZeroLengthPathIteration(EvaluationStrategyImpl 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() |
handleClose, hasNext, next, removeclose, isClosedpublic ZeroLengthPathIteration(EvaluationStrategyImpl evaluationStrategyImpl, Var subjectVar, Var objVar, Value subj, Value obj, Var contextVar, BindingSet bindings)
protected BindingSet getNextElement() throws QueryEvaluationException
getNextElement in class LookAheadIteration<BindingSet,QueryEvaluationException>QueryEvaluationExceptionprotected boolean add(Set<Value> reportedValues2, Value v) throws QueryEvaluationException
reportedValues2 - v - QueryEvaluationExceptionCopyright © 2001-2015 Aduna. All Rights Reserved.