Uses of Enum
org.eclipse.rdf4j.query.algebra.StatementPattern.Scope
Packages that use StatementPattern.Scope
Package
Description
Abstract Query Algebra model.
Implementations of
relevant to query evaluation.
invalid reference
Iteration
The rdf4j SPARQL 1.1 parser.
-
Uses of StatementPattern.Scope in org.eclipse.rdf4j.query.algebra
Subclasses with type arguments of type StatementPattern.Scope in org.eclipse.rdf4j.query.algebraModifier and TypeClassDescriptionstatic enumIndicates the scope of the statement pattern.Fields in org.eclipse.rdf4j.query.algebra declared as StatementPattern.ScopeModifier and TypeFieldDescriptionprivate StatementPattern.ScopeArbitraryLengthPath.scopeprivate StatementPattern.ScopeClear.scopeprivate StatementPattern.ScopeStatementPattern.scopeprivate StatementPattern.ScopeZeroLengthPath.scopeMethods in org.eclipse.rdf4j.query.algebra that return StatementPattern.ScopeModifier and TypeMethodDescriptionArbitraryLengthPath.getScope()Gets the context scope for the arbitrary-length path.Clear.getScope()StatementPattern.getScope()Gets the context scope for the statement pattern.ZeroLengthPath.getScope()Gets the context scope for the zero-length path.static StatementPattern.ScopeReturns the enum constant of this type with the specified name.static StatementPattern.Scope[]StatementPattern.Scope.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.query.algebra with parameters of type StatementPattern.ScopeModifier and TypeMethodDescriptionvoidArbitraryLengthPath.setScope(StatementPattern.Scope scope) Sets the context scope for the arbitrary-length pathvoidClear.setScope(StatementPattern.Scope scope) voidStatementPattern.setScope(StatementPattern.Scope scope) Deprecated, for removal: This API element is subject to removal in a future version.voidZeroLengthPath.setScope(StatementPattern.Scope scope) Sets the context scope for the zero-length pathConstructors in org.eclipse.rdf4j.query.algebra with parameters of type StatementPattern.ScopeModifierConstructorDescriptionArbitraryLengthPath(StatementPattern.Scope scope, Var subject, TupleExpr pathExpression, Var object, long minLength) Creates a arbitrary-length path that matches a subject-, predicate- and object variable against statements from the specified context scope.ArbitraryLengthPath(StatementPattern.Scope scope, Var subjVar, TupleExpr pathExpression, Var objVar, Var conVar, long minLength) Creates a arbitrary-length path that matches a subject-, predicate-, object- and context variable against statements from the specified context scope.StatementPattern(StatementPattern.Scope scope, Var subject, Var predicate, Var object) Creates a statement pattern that matches a subject-, predicate- and object variable against statements from the specified context scope.StatementPattern(StatementPattern.Scope scope, Var subjVar, Var predVar, Var objVar, Var conVar) Creates a statement pattern that matches a subject-, predicate-, object- and context variable against statements from the specified context scope.ZeroLengthPath(StatementPattern.Scope scope, Var subject, Var object) Creates a zero-length path that matches a subject-, predicate- and object variable against statements from the specified context scope.ZeroLengthPath(StatementPattern.Scope scope, Var subjVar, Var objVar, Var conVar) Creates a zero-length path that matches a subject-, predicate-, object- and context variable against statements from the specified context scope. -
Uses of StatementPattern.Scope in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Fields in org.eclipse.rdf4j.query.algebra.evaluation.iterator declared as StatementPattern.ScopeConstructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type StatementPattern.ScopeModifierConstructorDescriptionPathIteration(EvaluationStrategy strategy, StatementPattern.Scope scope, Var startVar, TupleExpr pathExpression, Var endVar, Var contextVar, long minLength, BindingSet bindings) -
Uses of StatementPattern.Scope in org.eclipse.rdf4j.query.parser.sparql
Fields in org.eclipse.rdf4j.query.parser.sparql declared as StatementPattern.ScopeModifier and TypeFieldDescriptionTupleExprBuilder.PathSequenceContext.scopeprivate StatementPattern.ScopeGraphPattern.spScopeThe StatementPattern-scope of this graph pattern.Methods in org.eclipse.rdf4j.query.parser.sparql that return StatementPattern.ScopeMethods in org.eclipse.rdf4j.query.parser.sparql with parameters of type StatementPattern.ScopeModifier and TypeMethodDescriptionprivate TupleExprTupleExprBuilder.handlePathModifiers(StatementPattern.Scope scope, Var subjVar, TupleExpr te, Var endVar, Var contextVar, long lowerBound, long upperBound) voidGraphPattern.setStatementPatternScope(StatementPattern.Scope spScope)