Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.iterator.ZeroLengthPathIteration
-
-
Uses of ZeroLengthPathIteration in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return ZeroLengthPathIteration Modifier and Type Method Description protected ZeroLengthPathIteration
StrictEvaluationStrategy. getZeroLengthPathIterator(BindingSet bindings, Var subjectVar, Var objVar, Var contextVar, Value subj, Value obj)
-
Uses of ZeroLengthPathIteration in org.eclipse.rdf4j.query.algebra.evaluation.limited
Methods in org.eclipse.rdf4j.query.algebra.evaluation.limited that return ZeroLengthPathIteration Modifier and Type Method Description protected ZeroLengthPathIteration
LimitedSizeEvaluationStrategy. getZeroLengthPathIterator(BindingSet bindings, Var subjectVar, Var objVar, Var contextVar, Value subj, Value obj)
-
Uses of ZeroLengthPathIteration in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
Subclasses of ZeroLengthPathIteration in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator Modifier and Type Class Description class
LimitedSizeZeroLengthPathIteration
-