public class LimitedSizePathIterator extends PathIteration
PathIteration.ValuePair
Constructor and Description |
---|
LimitedSizePathIterator(EvaluationStrategyImpl evaluationStrategyImpl,
StatementPattern.Scope scope,
Var startVar,
TupleExpr pathExpression,
Var endVar,
Var contextVar,
long minLength,
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, makeQueue, makeSet
handleClose, hasNext, next, remove
close, isClosed
public LimitedSizePathIterator(EvaluationStrategyImpl evaluationStrategyImpl, StatementPattern.Scope scope, Var startVar, TupleExpr pathExpression, Var endVar, Var contextVar, long minLength, BindingSet bindings, AtomicLong used, long maxSize) throws QueryEvaluationException
evaluationStrategyImpl
- scope
- startVar
- pathExpression
- endVar
- contextVar
- minLength
- bindings
- QueryEvaluationException
protected boolean add(Set<PathIteration.ValuePair> valueSet, PathIteration.ValuePair vp) throws QueryEvaluationException
add
in class PathIteration
QueryEvaluationException
Copyright © 2001-2016 Aduna. All Rights Reserved.