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 ofIterationrelevant 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.ValuePairPathIteration. currentVpFields 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. reportedValuesprivate java.util.Set<PathIteration.ValuePair>PathIteration. unreportedValuesprivate java.util.Queue<PathIteration.ValuePair>PathIteration. valueQueueMethods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return PathIteration.ValuePair Modifier and Type Method Description private PathIteration.ValuePairPathIteration. valuePairFromStartAndEnd(MutableBindingSet nextElement)Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type PathIteration.ValuePair Modifier and Type Method Description protected booleanPathIteration. add(java.util.Set<PathIteration.ValuePair> valueSet, PathIteration.ValuePair vp)protected booleanPathIteration. addToQueue(java.util.Queue<PathIteration.ValuePair> valueQueue2, PathIteration.ValuePair vp)private booleanPathIteration. 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 booleanPathIteration. add(java.util.Set<PathIteration.ValuePair> valueSet, PathIteration.ValuePair vp)protected booleanPathIteration. addToQueue(java.util.Queue<PathIteration.ValuePair> valueQueue2, PathIteration.ValuePair vp)
-