public class LimitedSizePathIterator extends PathIteration
PathIteration.ValuePair| Constructor and Description |
|---|
LimitedSizePathIterator(StrictEvaluationStrategy evaluationStrategyImpl,
org.eclipse.rdf4j.query.algebra.StatementPattern.Scope scope,
org.eclipse.rdf4j.query.algebra.Var startVar,
org.eclipse.rdf4j.query.algebra.TupleExpr pathExpression,
org.eclipse.rdf4j.query.algebra.Var endVar,
org.eclipse.rdf4j.query.algebra.Var contextVar,
long minLength,
org.eclipse.rdf4j.query.BindingSet bindings,
AtomicLong used,
long maxSize) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
add(Set<PathIteration.ValuePair> valueSet,
PathIteration.ValuePair vp) |
addToQueue, createAnonVar, getNextElement, handleClose, isUnbound, makeQueue, makeSethasNext, next, removepublic LimitedSizePathIterator(StrictEvaluationStrategy evaluationStrategyImpl, org.eclipse.rdf4j.query.algebra.StatementPattern.Scope scope, org.eclipse.rdf4j.query.algebra.Var startVar, org.eclipse.rdf4j.query.algebra.TupleExpr pathExpression, org.eclipse.rdf4j.query.algebra.Var endVar, org.eclipse.rdf4j.query.algebra.Var contextVar, long minLength, org.eclipse.rdf4j.query.BindingSet bindings, AtomicLong used, long maxSize) throws org.eclipse.rdf4j.query.QueryEvaluationException
evaluationStrategyImpl - scope - startVar - pathExpression - endVar - contextVar - minLength - bindings - org.eclipse.rdf4j.query.QueryEvaluationExceptionprotected boolean add(Set<PathIteration.ValuePair> valueSet, PathIteration.ValuePair vp) throws org.eclipse.rdf4j.query.QueryEvaluationException
add in class PathIterationorg.eclipse.rdf4j.query.QueryEvaluationExceptionCopyright © 2015-2019 Eclipse Foundation. All Rights Reserved.