Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.iterator.PathIteration.ValuePair
-
Packages that use PathIteration.ValuePair Package Description org.eclipse.rdf4j.query.algebra.evaluation.iterator Implementations ofIteration
relevant to query evaluation. -
-
Uses of PathIteration.ValuePair in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Fields in org.eclipse.rdf4j.query.algebra.evaluation.iterator declared as PathIteration.ValuePair Modifier and Type Field Description private PathIteration.ValuePair
PathIteration. currentVp
Fields in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type parameters of type PathIteration.ValuePair Modifier and Type Field Description private java.util.Set<PathIteration.ValuePair>
PathIteration. reportedValues
private java.util.Set<PathIteration.ValuePair>
PathIteration. unreportedValues
private java.util.Queue<PathIteration.ValuePair>
PathIteration. valueQueue
Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return PathIteration.ValuePair Modifier and Type Method Description private PathIteration.ValuePair
PathIteration. valuePairFromStartAndEnd(MutableBindingSet nextElement)
Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type PathIteration.ValuePair Modifier and Type Method Description protected boolean
PathIteration. add(java.util.Set<PathIteration.ValuePair> valueSet, PathIteration.ValuePair vp)
protected boolean
PathIteration. addToQueue(java.util.Queue<PathIteration.ValuePair> valueQueue2, PathIteration.ValuePair vp)
private boolean
PathIteration. isCyclicPath(PathIteration.ValuePair vp)
Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type arguments of type PathIteration.ValuePair Modifier and Type Method Description protected boolean
PathIteration. add(java.util.Set<PathIteration.ValuePair> valueSet, PathIteration.ValuePair vp)
protected boolean
PathIteration. addToQueue(java.util.Queue<PathIteration.ValuePair> valueQueue2, PathIteration.ValuePair vp)
-