| Modifier and Type | Class and Description |
|---|---|
class |
EvaluationStrategyImpl
Deprecated.
since 4.0. Use
StrictEvaluationStrategy instead. |
class |
ExtendedEvaluationStrategy
SPARQL 1.1 extended query evaluation strategy.
|
class |
SimpleEvaluationStrategy
Deprecated.
renamed to
StrictEvaluationStrategy. |
class |
TupleFunctionEvaluationStrategy
An
EvaluationStrategy that has support for TupleFunctions. |
| Constructor and Description |
|---|
PathIteration(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) |
| Modifier and Type | Class and Description |
|---|---|
class |
LimitedSizeEvaluationStrategy |
| 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) |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.