A B C D E F G H I J L M N O P Q R S T U V Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractAggregateOperator - Class in org.eclipse.rdf4j.query.algebra
-
Base class for shared functionality of aggregate operators (e.g.
- AbstractAggregateOperator(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.AbstractAggregateOperator
- AbstractAggregateOperator(ValueExpr, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.AbstractAggregateOperator
- AbstractFederatedServiceResolver - Class in org.eclipse.rdf4j.query.algebra.evaluation.federation
-
Base class for
FederatedServiceResolverwhich takes care for lifecycle management of producedFederatedServices. - AbstractFederatedServiceResolver() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.federation.AbstractFederatedServiceResolver
- AbstractQueryModelNode - Class in org.eclipse.rdf4j.query.algebra
-
Base implementation of
QueryModelNode. - AbstractQueryModelNode() - Constructor for class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
- AbstractQueryModelVisitor<X extends Exception> - Class in org.eclipse.rdf4j.query.algebra.helpers
-
Base class for
QueryModelVisitors. - AbstractQueryModelVisitor() - Constructor for class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- AbstractSimpleQueryModelVisitor<X extends Exception> - Class in org.eclipse.rdf4j.query.algebra.helpers
-
Base class for
QueryModelVisitors. - AbstractSimpleQueryModelVisitor() - Constructor for class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- AbstractSimpleQueryModelVisitor(boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- accept(StatementPattern) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- Add - Class in org.eclipse.rdf4j.query.algebra
- Add() - Constructor for class org.eclipse.rdf4j.query.algebra.Add
- Add(ValueConstant) - Constructor for class org.eclipse.rdf4j.query.algebra.Add
- addArg(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
- addArg(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- addArgs(Iterable<ValueExpr>) - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
- addArgs(Iterable<ValueExpr>) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- addArgs(ValueExpr...) - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
- addArgs(ValueExpr...) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- addArgument(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.NAryValueOperator
- addElement(ExtensionElem) - Method in class org.eclipse.rdf4j.query.algebra.Extension
- addElement(OrderElem) - Method in class org.eclipse.rdf4j.query.algebra.Order
- addElement(ProjectionElem) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
- addElements(Iterable<ExtensionElem>) - Method in class org.eclipse.rdf4j.query.algebra.Extension
- addElements(Iterable<OrderElem>) - Method in class org.eclipse.rdf4j.query.algebra.Order
- addElements(Iterable<ProjectionElem>) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
- addElements(List<ProjectionElem>) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
- addElements(ExtensionElem...) - Method in class org.eclipse.rdf4j.query.algebra.Extension
- addElements(OrderElem...) - Method in class org.eclipse.rdf4j.query.algebra.Order
- addElements(ProjectionElem...) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
- addGroupBindingName(String) - Method in class org.eclipse.rdf4j.query.algebra.Group
- addGroupElement(GroupElem) - Method in class org.eclipse.rdf4j.query.algebra.Group
- addProjection(ProjectionElemList) - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
- addProjections(Iterable<ProjectionElemList>) - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
- addResultVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- addResultVars(Iterable<Var>) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- addResultVars(Var...) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- AggregateFunctionCall - Class in org.eclipse.rdf4j.query.algebra
-
Custom
AggregateOperatorfunction call that can be defined to take an argument and can apply distinct filtering on it. - AggregateFunctionCall(String, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.AggregateFunctionCall
- AggregateFunctionCall(ValueExpr, String, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.AggregateFunctionCall
- AggregateOperator - Interface in org.eclipse.rdf4j.query.algebra
-
An operator that returns aggregates values.
- And - Class in org.eclipse.rdf4j.query.algebra
-
A boolean AND operator operating on two boolean expressions.
- And() - Constructor for class org.eclipse.rdf4j.query.algebra.And
- And(ValueExpr, ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.And
- ArbitraryLengthPath - Class in org.eclipse.rdf4j.query.algebra
-
A tuple expression that matches a path of arbitrary length against an RDF graph.
- ArbitraryLengthPath() - Constructor for class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
- ArbitraryLengthPath(StatementPattern.Scope, Var, TupleExpr, Var, long) - Constructor for class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
-
Creates a arbitrary-length path that matches a subject-, predicate- and object variable against statements from the specified context scope.
- ArbitraryLengthPath(StatementPattern.Scope, Var, TupleExpr, Var, Var, long) - Constructor for class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
-
Creates a arbitrary-length path that matches a subject-, predicate-, object- and context variable against statements from the specified context scope.
- ArbitraryLengthPath(Var, TupleExpr, Var, long) - Constructor for class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
-
Creates a arbitrary-length path that matches a subject-, predicate- and object variable against statements from all contexts.
- ArbitraryLengthPath(Var, TupleExpr, Var, Var, long) - Constructor for class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
-
Creates a arbitrary-length path that matches a subject-, predicate-, object- and context variable against statements from all contexts.
- arg - Variable in class org.eclipse.rdf4j.query.algebra.Bound
-
The operator's argument.
- arg - Variable in class org.eclipse.rdf4j.query.algebra.CompareSubQueryValueOperator
- arg - Variable in class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
-
The operator's argument.
- arg - Variable in class org.eclipse.rdf4j.query.algebra.UnaryValueOperator
-
The operator's argument.
- args - Variable in class org.eclipse.rdf4j.query.algebra.FunctionCall
-
The operator's argument.
- args - Variable in class org.eclipse.rdf4j.query.algebra.NAryValueOperator
-
The operator's arguments.
- ask(Service, BindingSet, String) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedService
-
Evaluate the provided SPARQL ASK query at this federated service.
- Avg - Class in org.eclipse.rdf4j.query.algebra
-
The AVG operator as defined in http://www.w3.org/TR/sparql11-query/#aggregates.
- Avg(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Avg
- Avg(ValueExpr, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.Avg
B
- BGPCollector<X extends Exception> - Class in org.eclipse.rdf4j.query.algebra.helpers.collectors
-
Basic graph pattern collector.
- BGPCollector(QueryModelVisitor<X>) - Constructor for class org.eclipse.rdf4j.query.algebra.helpers.collectors.BGPCollector
- BinaryTupleOperator - Class in org.eclipse.rdf4j.query.algebra
-
An abstract superclass for binary tuple operators which, by definition, has two arguments.
- BinaryTupleOperator() - Constructor for class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
- BinaryTupleOperator(TupleExpr, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
-
Creates a new binary tuple operator.
- BinaryValueOperator - Class in org.eclipse.rdf4j.query.algebra
-
An abstract superclass for binary value operators which, by definition, has two arguments.
- BinaryValueOperator() - Constructor for class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
- BinaryValueOperator(ValueExpr, ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
-
Creates a new binary value operator.
- BindingSetAssignment - Class in org.eclipse.rdf4j.query.algebra
- BindingSetAssignment() - Constructor for class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
- BNodeGenerator - Class in org.eclipse.rdf4j.query.algebra
-
A BNode generator, which generates a new BNode each time it needs to supply a value.
- BNodeGenerator() - Constructor for class org.eclipse.rdf4j.query.algebra.BNodeGenerator
- BNodeGenerator(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.BNodeGenerator
- Bound - Class in org.eclipse.rdf4j.query.algebra
-
The BOUND function, as defined in SPARQL Query Language for RDF; checks if a variable is bound.
- Bound() - Constructor for class org.eclipse.rdf4j.query.algebra.Bound
- Bound(Var) - Constructor for class org.eclipse.rdf4j.query.algebra.Bound
C
- Clear - Class in org.eclipse.rdf4j.query.algebra
- Clear() - Constructor for class org.eclipse.rdf4j.query.algebra.Clear
- Clear(ValueConstant) - Constructor for class org.eclipse.rdf4j.query.algebra.Clear
- clone() - Method in class org.eclipse.rdf4j.query.algebra.AbstractAggregateOperator
- clone() - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Add
- clone() - Method in class org.eclipse.rdf4j.query.algebra.AggregateFunctionCall
- clone() - Method in interface org.eclipse.rdf4j.query.algebra.AggregateOperator
- clone() - Method in class org.eclipse.rdf4j.query.algebra.And
- clone() - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Avg
- clone() - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
- clone() - Method in class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
- clone() - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
- clone() - Method in class org.eclipse.rdf4j.query.algebra.BNodeGenerator
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Bound
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Clear
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Compare
- clone() - Method in class org.eclipse.rdf4j.query.algebra.CompareAll
- clone() - Method in class org.eclipse.rdf4j.query.algebra.CompareAny
- clone() - Method in class org.eclipse.rdf4j.query.algebra.CompareSubQueryValueOperator
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Copy
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Count
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Create
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Datatype
- clone() - Method in class org.eclipse.rdf4j.query.algebra.DeleteData
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Difference
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Distinct
- clone() - Method in class org.eclipse.rdf4j.query.algebra.EmptySet
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Exists
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Extension
- clone() - Method in class org.eclipse.rdf4j.query.algebra.ExtensionElem
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Filter
- clone() - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Group
- clone() - Method in class org.eclipse.rdf4j.query.algebra.GroupConcat
- clone() - Method in class org.eclipse.rdf4j.query.algebra.GroupElem
- clone() - Method in class org.eclipse.rdf4j.query.algebra.If
- clone() - Method in class org.eclipse.rdf4j.query.algebra.In
- clone() - Method in class org.eclipse.rdf4j.query.algebra.InsertData
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Intersection
- clone() - Method in class org.eclipse.rdf4j.query.algebra.IRIFunction
- clone() - Method in class org.eclipse.rdf4j.query.algebra.IsBNode
- clone() - Method in class org.eclipse.rdf4j.query.algebra.IsLiteral
- clone() - Method in class org.eclipse.rdf4j.query.algebra.IsNumeric
- clone() - Method in class org.eclipse.rdf4j.query.algebra.IsResource
- clone() - Method in class org.eclipse.rdf4j.query.algebra.IsURI
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Join
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Label
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Lang
- clone() - Method in class org.eclipse.rdf4j.query.algebra.LangMatches
- clone() - Method in class org.eclipse.rdf4j.query.algebra.LeftJoin
- clone() - Method in class org.eclipse.rdf4j.query.algebra.ListMemberOperator
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Load
- clone() - Method in class org.eclipse.rdf4j.query.algebra.LocalName
- clone() - Method in class org.eclipse.rdf4j.query.algebra.MathExpr
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Max
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Min
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Modify
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Move
- clone() - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Namespace
- clone() - Method in class org.eclipse.rdf4j.query.algebra.NAryValueOperator
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Not
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Or
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Order
- clone() - Method in class org.eclipse.rdf4j.query.algebra.OrderElem
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Projection
- clone() - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
- clone() - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
- clone() - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
-
Returns a (deep) clone of this query model node.
- clone() - Method in class org.eclipse.rdf4j.query.algebra.QueryRoot
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Reduced
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Regex
- clone() - Method in class org.eclipse.rdf4j.query.algebra.SameTerm
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Sample
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Service
- clone() - Method in class org.eclipse.rdf4j.query.algebra.SingletonSet
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Slice
- clone() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Str
- clone() - Method in class org.eclipse.rdf4j.query.algebra.SubQueryValueOperator
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Sum
- clone() - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
- clone() - Method in interface org.eclipse.rdf4j.query.algebra.TupleExpr
- clone() - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- clone() - Method in class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
- clone() - Method in class org.eclipse.rdf4j.query.algebra.UnaryValueOperator
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Union
- clone() - Method in interface org.eclipse.rdf4j.query.algebra.UpdateExpr
- clone() - Method in class org.eclipse.rdf4j.query.algebra.ValueConstant
- clone() - Method in interface org.eclipse.rdf4j.query.algebra.ValueExpr
- clone() - Method in class org.eclipse.rdf4j.query.algebra.ValueExprTripleRef
- clone() - Method in class org.eclipse.rdf4j.query.algebra.Var
- clone() - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
- Coalesce - Class in org.eclipse.rdf4j.query.algebra
- Coalesce() - Constructor for class org.eclipse.rdf4j.query.algebra.Coalesce
- Coalesce(List<ValueExpr>) - Constructor for class org.eclipse.rdf4j.query.algebra.Coalesce
- Compare - Class in org.eclipse.rdf4j.query.algebra
-
A comparison between two values.
- Compare() - Constructor for class org.eclipse.rdf4j.query.algebra.Compare
- Compare(ValueExpr, ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Compare
- Compare(ValueExpr, ValueExpr, Compare.CompareOp) - Constructor for class org.eclipse.rdf4j.query.algebra.Compare
- Compare.CompareOp - Enum in org.eclipse.rdf4j.query.algebra
- CompareAll - Class in org.eclipse.rdf4j.query.algebra
- CompareAll() - Constructor for class org.eclipse.rdf4j.query.algebra.CompareAll
- CompareAll(ValueExpr, TupleExpr, Compare.CompareOp) - Constructor for class org.eclipse.rdf4j.query.algebra.CompareAll
- CompareAny - Class in org.eclipse.rdf4j.query.algebra
- CompareAny() - Constructor for class org.eclipse.rdf4j.query.algebra.CompareAny
- CompareAny(ValueExpr, TupleExpr, Compare.CompareOp) - Constructor for class org.eclipse.rdf4j.query.algebra.CompareAny
- CompareSubQueryValueOperator - Class in org.eclipse.rdf4j.query.algebra
- CompareSubQueryValueOperator() - Constructor for class org.eclipse.rdf4j.query.algebra.CompareSubQueryValueOperator
- CompareSubQueryValueOperator(ValueExpr, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.CompareSubQueryValueOperator
- containsExtension(TupleExpr) - Static method in class org.eclipse.rdf4j.query.algebra.helpers.TupleExprs
- containsSubquery(TupleExpr) - Static method in class org.eclipse.rdf4j.query.algebra.helpers.TupleExprs
-
Verifies if the supplied
TupleExprcontains aProjectionwith the subquery flag set to true (default). - Copy - Class in org.eclipse.rdf4j.query.algebra
- Copy() - Constructor for class org.eclipse.rdf4j.query.algebra.Copy
- Copy(ValueConstant) - Constructor for class org.eclipse.rdf4j.query.algebra.Copy
- Count - Class in org.eclipse.rdf4j.query.algebra
- Count(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Count
- Count(ValueExpr, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.Count
- Create - Class in org.eclipse.rdf4j.query.algebra
- Create() - Constructor for class org.eclipse.rdf4j.query.algebra.Create
- Create(ValueConstant) - Constructor for class org.eclipse.rdf4j.query.algebra.Create
- createConstVar(Value) - Static method in class org.eclipse.rdf4j.query.algebra.helpers.TupleExprs
-
Creates an (anonymous) Var representing a constant value.
- createService(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.federation.AbstractFederatedServiceResolver
-
Create a new
FederatedServicefor the given serviceUrl.
D
- Datatype - Class in org.eclipse.rdf4j.query.algebra
-
The DATATYPE function, as defined in SPARQL Query Language for RDF.
- Datatype() - Constructor for class org.eclipse.rdf4j.query.algebra.Datatype
- Datatype(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Datatype
- DEFAULT_CONTEXTS - org.eclipse.rdf4j.query.algebra.StatementPattern.Scope
-
Scope for patterns that should be matched against statements from the default contexts.
- DeleteData - Class in org.eclipse.rdf4j.query.algebra
- DeleteData(String) - Constructor for class org.eclipse.rdf4j.query.algebra.DeleteData
- DescribeOperator - Class in org.eclipse.rdf4j.query.algebra
- DescribeOperator(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.DescribeOperator
- Difference - Class in org.eclipse.rdf4j.query.algebra
-
The MINUS set operator, which returns the result of the left tuple expression, except for the results that are also returned by the right tuple expression.
- Difference() - Constructor for class org.eclipse.rdf4j.query.algebra.Difference
- Difference(TupleExpr, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Difference
-
Creates a new minus operator that operates on the two specified arguments.
- Distinct - Class in org.eclipse.rdf4j.query.algebra
- Distinct() - Constructor for class org.eclipse.rdf4j.query.algebra.Distinct
- Distinct(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Distinct
- DIVIDE - org.eclipse.rdf4j.query.algebra.MathExpr.MathOp
E
- EmptySet - Class in org.eclipse.rdf4j.query.algebra
-
A tuple expression that contains zero solutions.
- EmptySet() - Constructor for class org.eclipse.rdf4j.query.algebra.EmptySet
- endpointToService - Variable in class org.eclipse.rdf4j.query.algebra.evaluation.federation.AbstractFederatedServiceResolver
-
Map service URL to the corresponding initialized
FederatedService - EQ - org.eclipse.rdf4j.query.algebra.Compare.CompareOp
-
equal to
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.AbstractAggregateOperator
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Add
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.AggregateFunctionCall
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.And
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Avg
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.BNodeGenerator
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Bound
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Clear
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Compare
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.CompareAll
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.CompareAny
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.CompareSubQueryValueOperator
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Copy
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Count
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Create
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Datatype
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.DeleteData
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Difference
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Distinct
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.EmptySet
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Exists
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Extension
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.ExtensionElem
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Filter
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Group
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.GroupConcat
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.GroupElem
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.If
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.In
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.InsertData
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Intersection
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.IRIFunction
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.IsBNode
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.IsLiteral
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.IsNumeric
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.IsResource
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.IsURI
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Join
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Label
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Lang
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.LangMatches
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.LeftJoin
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.ListMemberOperator
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Load
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.LocalName
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.MathExpr
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Max
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Min
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Modify
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Move
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Namespace
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.NAryValueOperator
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Not
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Or
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Order
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.OrderElem
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Projection
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
- equals(Object) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
-
Returns true if this query model node and its children are recursively equal to o and its children.
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.QueryRoot
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Reduced
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Regex
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.SameTerm
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Sample
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Service
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.SingletonSet
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Slice
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Str
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.SubQueryValueOperator
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Sum
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.UnaryValueOperator
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Union
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.ValueConstant
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.ValueExprTripleRef
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Var
- equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
- evaluate(Service, CloseableIteration<BindingSet>, String) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedService
-
Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.
- Exists - Class in org.eclipse.rdf4j.query.algebra
-
Checks whether the wrapped Query produces any results.
- Exists() - Constructor for class org.eclipse.rdf4j.query.algebra.Exists
- Exists(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Exists
- Extension - Class in org.eclipse.rdf4j.query.algebra
-
An extension operator that can be used to add bindings to solutions whose values are defined by
value expressions. - Extension() - Constructor for class org.eclipse.rdf4j.query.algebra.Extension
- Extension(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Extension
- Extension(TupleExpr, Iterable<ExtensionElem>) - Constructor for class org.eclipse.rdf4j.query.algebra.Extension
- Extension(TupleExpr, ExtensionElem...) - Constructor for class org.eclipse.rdf4j.query.algebra.Extension
- ExtensionElem - Class in org.eclipse.rdf4j.query.algebra
- ExtensionElem() - Constructor for class org.eclipse.rdf4j.query.algebra.ExtensionElem
- ExtensionElem(ValueExpr, String) - Constructor for class org.eclipse.rdf4j.query.algebra.ExtensionElem
F
- FederatedService - Interface in org.eclipse.rdf4j.query.algebra.evaluation.federation
-
FederatedService to allow for customized evaluation of SERVICE expression.
- FederatedServiceResolver - Interface in org.eclipse.rdf4j.query.algebra.evaluation.federation
-
The
FederatedServiceResolveris used to manage a set ofFederatedServiceinstances, which are used to evaluate SERVICE expressions for particular service Urls. - FederatedServiceResolverClient - Interface in org.eclipse.rdf4j.query.algebra.evaluation.federation
-
Interface used by
org.eclipse.rdf4j.sail.config.SailFactoryandorg.eclipse.rdf4j.repository.config.RepositoryFactorythat can make external SERVICE calls. - Filter - Class in org.eclipse.rdf4j.query.algebra
-
The FILTER operator, as defined in SPARQL Query Language for RDF.
- Filter() - Constructor for class org.eclipse.rdf4j.query.algebra.Filter
- Filter(TupleExpr, ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Filter
- FunctionCall - Class in org.eclipse.rdf4j.query.algebra
-
A call to an (external) function that operates on zero or more arguments.
- FunctionCall() - Constructor for class org.eclipse.rdf4j.query.algebra.FunctionCall
- FunctionCall(String, Iterable<ValueExpr>) - Constructor for class org.eclipse.rdf4j.query.algebra.FunctionCall
- FunctionCall(String, ValueExpr...) - Constructor for class org.eclipse.rdf4j.query.algebra.FunctionCall
-
Creates a new unary value operator.
G
- GE - org.eclipse.rdf4j.query.algebra.Compare.CompareOp
-
greater than or equal to
- getAggregateBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Group
- getAlgorithmName() - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
- getAlternative() - Method in class org.eclipse.rdf4j.query.algebra.If
- getArg() - Method in class org.eclipse.rdf4j.query.algebra.Bound
-
Gets the argument of this unary value operator.
- getArg() - Method in class org.eclipse.rdf4j.query.algebra.CompareSubQueryValueOperator
- getArg() - Method in class org.eclipse.rdf4j.query.algebra.Regex
- getArg() - Method in class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
-
Gets the argument of this unary tuple operator.
- getArg() - Method in class org.eclipse.rdf4j.query.algebra.UnaryValueOperator
-
Gets the argument of this unary value operator.
- getArgs() - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
- getArgs() - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- getArguments() - Method in class org.eclipse.rdf4j.query.algebra.NAryValueOperator
- getAskQueryString() - Method in class org.eclipse.rdf4j.query.algebra.Service
-
Returns an ASK query string using no projection vars.
- getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
- getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
- getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Difference
- getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.EmptySet
- getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Group
- getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Intersection
- getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Join
- getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.LeftJoin
- getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
- getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Projection
- getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.SingletonSet
- getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
- getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
- getAssuredBindingNames() - Method in interface org.eclipse.rdf4j.query.algebra.TupleExpr
-
Gets the names of the bindings that are guaranteed to be present in the results produced by this tuple expression.
- getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
- getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Union
- getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
- getBaseURI() - Method in class org.eclipse.rdf4j.query.algebra.IRIFunction
- getBaseURI() - Method in class org.eclipse.rdf4j.query.algebra.Service
- getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
- getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
- getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Difference
- getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.EmptySet
- getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Extension
- getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Filter
- getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Group
- getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Intersection
- getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Join
- getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.LeftJoin
- getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
- getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Projection
- getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.SingletonSet
- getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
- getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
- getBindingNames() - Method in interface org.eclipse.rdf4j.query.algebra.TupleExpr
-
Gets the names of the bindings that are, or can be, returned by this tuple expression when it is evaluated.
- getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
- getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Union
- getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
- getBindingSets() - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
- getCardinality() - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
- getChildren(TupleExpr) - Static method in class org.eclipse.rdf4j.query.algebra.helpers.TupleExprs
-
Returns
TupleExprchildren of the given node. - getCondition() - Method in class org.eclipse.rdf4j.query.algebra.Filter
- getCondition() - Method in class org.eclipse.rdf4j.query.algebra.If
-
Gets the argument of this unary value operator.
- getCondition() - Method in class org.eclipse.rdf4j.query.algebra.LeftJoin
- getConstVarName(Value) - Static method in class org.eclipse.rdf4j.query.algebra.helpers.TupleExprs
- getContextVar() - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
-
Returns the context variable, if available.
- getContextVar() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
-
Returns the context variable, if available.
- getContextVar() - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
-
Returns the context variable, if available.
- getCostEstimate() - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
- getCostEstimate() - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
- getDataBlock() - Method in class org.eclipse.rdf4j.query.algebra.DeleteData
- getDataBlock() - Method in class org.eclipse.rdf4j.query.algebra.InsertData
- getDeleteExpr() - Method in class org.eclipse.rdf4j.query.algebra.Modify
- getDestinationGraph() - Method in class org.eclipse.rdf4j.query.algebra.Add
-
The named graph to which to add.
- getDestinationGraph() - Method in class org.eclipse.rdf4j.query.algebra.Copy
-
The named graph to which to copy.
- getDestinationGraph() - Method in class org.eclipse.rdf4j.query.algebra.Move
-
The named graph to which to copy.
- getElements() - Method in class org.eclipse.rdf4j.query.algebra.Extension
- getElements() - Method in class org.eclipse.rdf4j.query.algebra.Order
- getElements() - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
- getExpr() - Method in class org.eclipse.rdf4j.query.algebra.ExtensionElem
- getExpr() - Method in class org.eclipse.rdf4j.query.algebra.OrderElem
- getExprVar() - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
-
Returns the context variable, if available.
- getExtVarName() - Method in class org.eclipse.rdf4j.query.algebra.ValueExprTripleRef
- getFederatedServiceResolver() - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedServiceResolverClient
-
Gets the
FederatedServiceResolverused by this client. - getFlagsArg() - Method in class org.eclipse.rdf4j.query.algebra.Regex
- getGenericPlanNode() - Method in class org.eclipse.rdf4j.query.algebra.helpers.QueryModelTreeToGenericPlanNode
- getGraph() - Method in class org.eclipse.rdf4j.query.algebra.Clear
- getGraph() - Method in class org.eclipse.rdf4j.query.algebra.Create
- getGraph() - Method in class org.eclipse.rdf4j.query.algebra.Load
- getGroupBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Group
- getGroupElements() - Method in class org.eclipse.rdf4j.query.algebra.Group
- getIndexName() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
- getInsertExpr() - Method in class org.eclipse.rdf4j.query.algebra.Modify
- getIRI() - Method in class org.eclipse.rdf4j.query.algebra.AggregateFunctionCall
- getLeftArg() - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
-
Gets the left argument of this binary tuple operator.
- getLeftArg() - Method in class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
-
Gets the left argument of this binary value operator.
- getLimit() - Method in class org.eclipse.rdf4j.query.algebra.Slice
- getLineNumberOffset() - Method in class org.eclipse.rdf4j.query.algebra.DeleteData
- getLineNumberOffset() - Method in class org.eclipse.rdf4j.query.algebra.InsertData
- getMinLength() - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
- getName() - Method in class org.eclipse.rdf4j.query.algebra.ExtensionElem
- getName() - Method in class org.eclipse.rdf4j.query.algebra.GroupElem
- getName() - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
-
Get the name of the projection element (typically the name of the variable in the select expressions)
- getName() - Method in class org.eclipse.rdf4j.query.algebra.Var
- getNodeIdExpr() - Method in class org.eclipse.rdf4j.query.algebra.BNodeGenerator
- getObjectVar() - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
- getObjectVar() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
- getObjectVar() - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
- getObjectVar() - Method in class org.eclipse.rdf4j.query.algebra.ValueExprTripleRef
- getObjectVar() - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
- getOffset() - Method in class org.eclipse.rdf4j.query.algebra.Slice
- getOperator() - Method in class org.eclipse.rdf4j.query.algebra.Compare
- getOperator() - Method in class org.eclipse.rdf4j.query.algebra.CompareAll
- getOperator() - Method in class org.eclipse.rdf4j.query.algebra.CompareAny
- getOperator() - Method in class org.eclipse.rdf4j.query.algebra.GroupElem
- getOperator() - Method in class org.eclipse.rdf4j.query.algebra.MathExpr
- getOrder() - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
- getOrder() - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
- getOrder() - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
- getOrder() - Method in class org.eclipse.rdf4j.query.algebra.EmptySet
- getOrder() - Method in class org.eclipse.rdf4j.query.algebra.SingletonSet
- getOrder() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
- getOrder() - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
- getOrder() - Method in interface org.eclipse.rdf4j.query.algebra.TupleExpr
- getOrder() - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- getOrder() - Method in class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
- getOrder() - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
- getParentNode() - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
- getParentNode() - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
-
Gets the node's parent.
- getPathExpression() - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
- getPatternArg() - Method in class org.eclipse.rdf4j.query.algebra.Regex
- getPredicateVar() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
- getPredicateVar() - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
- getPredicateVar() - Method in class org.eclipse.rdf4j.query.algebra.ValueExprTripleRef
- getPrefixDeclarations() - Method in class org.eclipse.rdf4j.query.algebra.Service
- getProjectedNames() - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
- getProjectedNamesFor(Collection<String>) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
- getProjectionAlias() - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
-
Get the alias the projection element value should be mapped to.
- getProjectionContext() - Method in class org.eclipse.rdf4j.query.algebra.Projection
- getProjectionElemList() - Method in class org.eclipse.rdf4j.query.algebra.Projection
- getProjections() - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
- getResult() - Method in class org.eclipse.rdf4j.query.algebra.If
- getResultSizeActual() - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
- getResultSizeActual() - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
- getResultSizeEstimate() - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
- getResultSizeEstimate() - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
-
Returns the number of tuples that this QueryNode predicts will be outputted.
- getResultVars() - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- getRightArg() - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
-
Gets the right argument of this binary tuple operator.
- getRightArg() - Method in class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
-
Gets the right argument of this binary value operator.
- getScope() - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
-
Gets the context scope for the arbitrary-length path.
- getScope() - Method in class org.eclipse.rdf4j.query.algebra.Clear
- getScope() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
-
Gets the context scope for the statement pattern.
- getScope() - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
-
Gets the context scope for the zero-length path.
- getSelectQueryString(Set<String>) - Method in class org.eclipse.rdf4j.query.algebra.Service
-
Returns a SELECT query string using the provided projection vars.
- getSeparator() - Method in class org.eclipse.rdf4j.query.algebra.GroupConcat
- getService(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.federation.AbstractFederatedServiceResolver
-
Retrieve the
FederatedServiceregistered for serviceUrl. - getService(String) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedServiceResolver
-
Retrieve the
FederatedServiceregistered for serviceUrl. - getServiceExpr() - Method in class org.eclipse.rdf4j.query.algebra.Service
- getServiceExpressionString() - Method in class org.eclipse.rdf4j.query.algebra.Service
- getServiceRef() - Method in class org.eclipse.rdf4j.query.algebra.Service
- getServiceVars() - Method in class org.eclipse.rdf4j.query.algebra.Service
- getSignature() - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
-
Default implementation of
QueryModelNode.getSignature()that prints the name of the node's class. - getSignature() - Method in class org.eclipse.rdf4j.query.algebra.AggregateFunctionCall
- getSignature() - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
- getSignature() - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
- getSignature() - Method in class org.eclipse.rdf4j.query.algebra.Compare
- getSignature() - Method in class org.eclipse.rdf4j.query.algebra.CompareAll
- getSignature() - Method in class org.eclipse.rdf4j.query.algebra.CompareAny
- getSignature() - Method in class org.eclipse.rdf4j.query.algebra.Count
- getSignature() - Method in class org.eclipse.rdf4j.query.algebra.ExtensionElem
- getSignature() - Method in class org.eclipse.rdf4j.query.algebra.Filter
- getSignature() - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
- getSignature() - Method in class org.eclipse.rdf4j.query.algebra.Group
- getSignature() - Method in class org.eclipse.rdf4j.query.algebra.GroupElem
- getSignature() - Method in class org.eclipse.rdf4j.query.algebra.MathExpr
- getSignature() - Method in class org.eclipse.rdf4j.query.algebra.OrderElem
- getSignature() - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
- getSignature() - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
-
Returns the signature of this query model node.
- getSignature() - Method in class org.eclipse.rdf4j.query.algebra.Slice
- getSignature() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
- getSignature() - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
- getSignature() - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- getSignature() - Method in class org.eclipse.rdf4j.query.algebra.ValueConstant
- getSignature() - Method in class org.eclipse.rdf4j.query.algebra.Var
- getSignature() - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
- getSource() - Method in class org.eclipse.rdf4j.query.algebra.Load
- getSourceExpression() - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
- getSourceGraph() - Method in class org.eclipse.rdf4j.query.algebra.Add
-
The named graph from which to add.
- getSourceGraph() - Method in class org.eclipse.rdf4j.query.algebra.Copy
-
The named graph from which to copy.
- getSourceGraph() - Method in class org.eclipse.rdf4j.query.algebra.Move
-
The named graph from which to copy.
- getStatementOrder() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
- getStatementPatterns() - Method in class org.eclipse.rdf4j.query.algebra.helpers.collectors.BGPCollector
- getStatementPatterns() - Method in class org.eclipse.rdf4j.query.algebra.helpers.collectors.StatementPatternCollector
- getSubjectVar() - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
- getSubjectVar() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
- getSubjectVar() - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
- getSubjectVar() - Method in class org.eclipse.rdf4j.query.algebra.ValueExprTripleRef
- getSubjectVar() - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
- getSubQuery() - Method in class org.eclipse.rdf4j.query.algebra.SubQueryValueOperator
- getSupportedOrders(AvailableStatementOrder) - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
- getSupportedOrders(AvailableStatementOrder) - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
- getSupportedOrders(AvailableStatementOrder) - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
- getSupportedOrders(AvailableStatementOrder) - Method in class org.eclipse.rdf4j.query.algebra.EmptySet
- getSupportedOrders(AvailableStatementOrder) - Method in class org.eclipse.rdf4j.query.algebra.SingletonSet
- getSupportedOrders(AvailableStatementOrder) - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
- getSupportedOrders(AvailableStatementOrder) - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
- getSupportedOrders(AvailableStatementOrder) - Method in interface org.eclipse.rdf4j.query.algebra.TupleExpr
- getSupportedOrders(AvailableStatementOrder) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- getSupportedOrders(AvailableStatementOrder) - Method in class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
- getSupportedOrders(AvailableStatementOrder) - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
- getSymbol() - Method in enum org.eclipse.rdf4j.query.algebra.Compare.CompareOp
- getSymbol() - Method in enum org.eclipse.rdf4j.query.algebra.MathExpr.MathOp
- getTotalTimeNanosActual() - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
- getTotalTimeNanosActual() - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
- getTreeString() - Method in class org.eclipse.rdf4j.query.algebra.helpers.QueryModelTreePrinter
- getURI() - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
- getURI() - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- getValue() - Method in class org.eclipse.rdf4j.query.algebra.ValueConstant
- getValue() - Method in class org.eclipse.rdf4j.query.algebra.Var
- getVarList() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
- getVarList() - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
- getVarList() - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
- getVarNames() - Method in class org.eclipse.rdf4j.query.algebra.helpers.collectors.VarNameCollector
- getVars(L) - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
-
Adds the variables of this statement pattern to the supplied collection.
- getVars(L) - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
-
Adds the variables of this statement pattern to the supplied collection.
- getVars(L) - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
-
Adds the variables of this statement pattern to the supplied collection.
- getWhereExpr() - Method in class org.eclipse.rdf4j.query.algebra.Modify
- Group - Class in org.eclipse.rdf4j.query.algebra
-
A tuple operator that groups tuples that have a specific set of equivalent variable bindings, and that can apply aggregate functions on the grouped results.
- Group() - Constructor for class org.eclipse.rdf4j.query.algebra.Group
- Group(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Group
- Group(TupleExpr, Iterable<String>) - Constructor for class org.eclipse.rdf4j.query.algebra.Group
- Group(TupleExpr, Iterable<String>, Iterable<GroupElem>) - Constructor for class org.eclipse.rdf4j.query.algebra.Group
- GroupConcat - Class in org.eclipse.rdf4j.query.algebra
-
The GROUP_CONCAT operator as defined in http://www.w3.org/TR/sparql11-query/#aggregates
- GroupConcat(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.GroupConcat
- GroupConcat(ValueExpr, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.GroupConcat
- GroupElem - Class in org.eclipse.rdf4j.query.algebra
-
A tuple operator that groups tuples that have a specific set of equivalent variable bindings, and that can apply aggregate functions on the grouped results.
- GroupElem(String, AggregateOperator) - Constructor for class org.eclipse.rdf4j.query.algebra.GroupElem
- GT - org.eclipse.rdf4j.query.algebra.Compare.CompareOp
-
greater than
H
- hasAggregateOperatorInExpression() - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
- hasCondition() - Method in class org.eclipse.rdf4j.query.algebra.LeftJoin
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.AbstractAggregateOperator
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Add
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.AggregateFunctionCall
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.And
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Avg
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.BNodeGenerator
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Bound
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Clear
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Compare
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.CompareAll
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.CompareAny
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.CompareSubQueryValueOperator
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Copy
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Count
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Create
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Datatype
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.DeleteData
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Difference
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Distinct
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.EmptySet
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Exists
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Extension
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.ExtensionElem
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Filter
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Group
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.GroupConcat
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.GroupElem
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.If
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.In
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.InsertData
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Intersection
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.IRIFunction
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.IsBNode
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.IsLiteral
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.IsNumeric
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.IsResource
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.IsURI
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Join
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Label
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Lang
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.LangMatches
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.LeftJoin
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.ListMemberOperator
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Load
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.LocalName
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.MathExpr
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Max
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Min
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Modify
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Move
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Namespace
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.NAryValueOperator
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Not
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Or
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Order
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.OrderElem
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Projection
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.QueryRoot
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Reduced
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Regex
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.SameTerm
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Sample
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Service
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.SingletonSet
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Slice
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Str
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.SubQueryValueOperator
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Sum
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.UnaryValueOperator
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Union
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.ValueConstant
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.ValueExprTripleRef
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Var
- hashCode() - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
- hasLimit() - Method in class org.eclipse.rdf4j.query.algebra.Slice
-
Checks whether the row selection has a (valid) limit.
- hasOffset() - Method in class org.eclipse.rdf4j.query.algebra.Slice
-
Checks whether the row selection has a (valid) offset.
- hasService(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.federation.AbstractFederatedServiceResolver
-
Verify if a registered
FederatedServiceexists for the given serviceUrul. - hasValue() - Method in class org.eclipse.rdf4j.query.algebra.Var
I
- If - Class in org.eclipse.rdf4j.query.algebra
-
The IF function, as defined in SPARQL 1.1 Query.
- If() - Constructor for class org.eclipse.rdf4j.query.algebra.If
- If(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.If
- If(ValueExpr, ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.If
- If(ValueExpr, ValueExpr, ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.If
- In - Class in org.eclipse.rdf4j.query.algebra
-
Checks whether a certain value is contained in a set of results produced by a query.
- In() - Constructor for class org.eclipse.rdf4j.query.algebra.In
- In(ValueExpr, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.In
- initialize() - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedService
-
Method to perform any initializations, invoked after construction.
- InsertData - Class in org.eclipse.rdf4j.query.algebra
- InsertData(String) - Constructor for class org.eclipse.rdf4j.query.algebra.InsertData
- Intersection - Class in org.eclipse.rdf4j.query.algebra
-
The INTERSECT set operator, which returns the intersection of the result sets of two tuple expressions.
- Intersection() - Constructor for class org.eclipse.rdf4j.query.algebra.Intersection
- Intersection(TupleExpr, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Intersection
-
Creates a new intersection operator that operates on the two specified arguments.
- iri - Variable in class org.eclipse.rdf4j.query.algebra.AggregateFunctionCall
- IRIFunction - Class in org.eclipse.rdf4j.query.algebra
-
The IRI function, as defined in SPARQL 1.1 Query Language for RDF.
- IRIFunction() - Constructor for class org.eclipse.rdf4j.query.algebra.IRIFunction
- IRIFunction(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.IRIFunction
- isAnonymous() - Method in class org.eclipse.rdf4j.query.algebra.Var
- isAscending() - Method in class org.eclipse.rdf4j.query.algebra.OrderElem
- IsBNode - Class in org.eclipse.rdf4j.query.algebra
- IsBNode() - Constructor for class org.eclipse.rdf4j.query.algebra.IsBNode
- IsBNode(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.IsBNode
- isCardinalitySet() - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
- isConstant() - Method in class org.eclipse.rdf4j.query.algebra.Var
- isDistinct() - Method in class org.eclipse.rdf4j.query.algebra.AbstractAggregateOperator
- isDistinct() - Method in interface org.eclipse.rdf4j.query.algebra.AggregateOperator
- isFilterExistsFunction(TupleExpr) - Static method in class org.eclipse.rdf4j.query.algebra.helpers.TupleExprs
-
Verifies if the supplied expression is a FILTER (NOT) EXISTS operation
- isInitialized() - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedService
-
Method to check if
FederatedService.initialize()had been called. - IsLiteral - Class in org.eclipse.rdf4j.query.algebra
- IsLiteral() - Constructor for class org.eclipse.rdf4j.query.algebra.IsLiteral
- IsLiteral(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.IsLiteral
- isMergeJoin() - Method in class org.eclipse.rdf4j.query.algebra.Join
- IsNumeric - Class in org.eclipse.rdf4j.query.algebra
-
IsNumeric - Boolean operator determining if the supplied expression represents a numeric value.
- IsNumeric() - Constructor for class org.eclipse.rdf4j.query.algebra.IsNumeric
- IsNumeric(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.IsNumeric
- IsResource - Class in org.eclipse.rdf4j.query.algebra
- IsResource() - Constructor for class org.eclipse.rdf4j.query.algebra.IsResource
- IsResource(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.IsResource
- isSilent() - Method in class org.eclipse.rdf4j.query.algebra.Add
- isSilent() - Method in class org.eclipse.rdf4j.query.algebra.Clear
- isSilent() - Method in class org.eclipse.rdf4j.query.algebra.Copy
- isSilent() - Method in class org.eclipse.rdf4j.query.algebra.Create
- isSilent() - Method in class org.eclipse.rdf4j.query.algebra.DeleteData
- isSilent() - Method in class org.eclipse.rdf4j.query.algebra.InsertData
- isSilent() - Method in class org.eclipse.rdf4j.query.algebra.Load
- isSilent() - Method in class org.eclipse.rdf4j.query.algebra.Modify
- isSilent() - Method in class org.eclipse.rdf4j.query.algebra.Move
- isSilent() - Method in class org.eclipse.rdf4j.query.algebra.Service
- isSilent() - Method in interface org.eclipse.rdf4j.query.algebra.UpdateExpr
- isSubquery() - Method in class org.eclipse.rdf4j.query.algebra.Projection
- IsURI - Class in org.eclipse.rdf4j.query.algebra
- IsURI() - Constructor for class org.eclipse.rdf4j.query.algebra.IsURI
- IsURI(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.IsURI
- isVariableScopeChange() - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
- isVariableScopeChange() - Method in interface org.eclipse.rdf4j.query.algebra.VariableScopeChange
-
indicates if the node represents a variable scope change.
- isVariableScopeChange(TupleExpr) - Static method in class org.eclipse.rdf4j.query.algebra.helpers.TupleExprs
-
Verifies if the supplied
TupleExprrepresents a variable scope change.
J
- Join - Class in org.eclipse.rdf4j.query.algebra
-
A natural join between two tuple expressions.
- Join() - Constructor for class org.eclipse.rdf4j.query.algebra.Join
- Join(TupleExpr, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Join
L
- Label - Class in org.eclipse.rdf4j.query.algebra
-
The LABEL function, which selects the label of literals.
- Label() - Constructor for class org.eclipse.rdf4j.query.algebra.Label
- Label(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Label
- Lang - Class in org.eclipse.rdf4j.query.algebra
-
The LANG function, as defined in SPARQL Query Language for RDF.
- Lang() - Constructor for class org.eclipse.rdf4j.query.algebra.Lang
- Lang(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Lang
- LangMatches - Class in org.eclipse.rdf4j.query.algebra
-
Checks whether a language tag (e.g.
- LangMatches() - Constructor for class org.eclipse.rdf4j.query.algebra.LangMatches
- LangMatches(ValueExpr, ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.LangMatches
- LE - org.eclipse.rdf4j.query.algebra.Compare.CompareOp
-
lower than or equal to
- leftArg - Variable in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
-
The operator's left argument.
- leftArg - Variable in class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
-
The operator's left argument.
- LeftJoin - Class in org.eclipse.rdf4j.query.algebra
-
The LeftJoin operator, as defined in SPARQL Query Language for RDF.
- LeftJoin() - Constructor for class org.eclipse.rdf4j.query.algebra.LeftJoin
- LeftJoin(TupleExpr, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.LeftJoin
- LeftJoin(TupleExpr, TupleExpr, ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.LeftJoin
- ListMemberOperator - Class in org.eclipse.rdf4j.query.algebra
-
ValueOperator that verifies if the first of its arguments occurs in any of the subsequent arguments.
- ListMemberOperator() - Constructor for class org.eclipse.rdf4j.query.algebra.ListMemberOperator
- Load - Class in org.eclipse.rdf4j.query.algebra
- Load(ValueConstant) - Constructor for class org.eclipse.rdf4j.query.algebra.Load
- LocalName - Class in org.eclipse.rdf4j.query.algebra
-
The LOCAL NAME function, which selects the local name of URIs.
- LocalName() - Constructor for class org.eclipse.rdf4j.query.algebra.LocalName
- LocalName(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.LocalName
- LT - org.eclipse.rdf4j.query.algebra.Compare.CompareOp
-
lower than
M
- MathExpr - Class in org.eclipse.rdf4j.query.algebra
-
A mathematical expression consisting an operator and two arguments.
- MathExpr() - Constructor for class org.eclipse.rdf4j.query.algebra.MathExpr
- MathExpr(ValueExpr, ValueExpr, MathExpr.MathOp) - Constructor for class org.eclipse.rdf4j.query.algebra.MathExpr
- MathExpr.MathOp - Enum in org.eclipse.rdf4j.query.algebra
- Max - Class in org.eclipse.rdf4j.query.algebra
- Max(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Max
- Max(ValueExpr, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.Max
- meet(Add) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Add) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Add) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Add) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(AggregateFunctionCall) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(AggregateFunctionCall) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(AggregateFunctionCall) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(AggregateFunctionCall) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(And) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(And) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(And) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(And) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(ArbitraryLengthPath) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(ArbitraryLengthPath) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(ArbitraryLengthPath) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(ArbitraryLengthPath) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Avg) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Avg) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Avg) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Avg) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(BindingSetAssignment) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(BindingSetAssignment) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(BindingSetAssignment) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(BindingSetAssignment) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(BNodeGenerator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(BNodeGenerator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(BNodeGenerator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(BNodeGenerator) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Bound) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Bound) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Bound) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Bound) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Clear) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Clear) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Clear) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Clear) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Coalesce) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Coalesce) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Coalesce) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Coalesce) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Compare) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Compare) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Compare) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Compare) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(CompareAll) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(CompareAll) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(CompareAll) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(CompareAll) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(CompareAny) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(CompareAny) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(CompareAny) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(CompareAny) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Copy) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Copy) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Copy) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Copy) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Count) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Count) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Count) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Count) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Create) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Create) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Create) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Create) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Datatype) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Datatype) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Datatype) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Datatype) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(DeleteData) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(DeleteData) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(DeleteData) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(DeleteData) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(DescribeOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(DescribeOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(DescribeOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(DescribeOperator) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Difference) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Difference) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Difference) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Difference) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Distinct) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Distinct) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Distinct) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Distinct) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(EmptySet) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(EmptySet) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(EmptySet) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(EmptySet) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Exists) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Exists) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Exists) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Exists) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Extension) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Extension) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Extension) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Extension) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(ExtensionElem) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(ExtensionElem) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(ExtensionElem) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(ExtensionElem) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Filter) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Filter) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Filter) - Method in class org.eclipse.rdf4j.query.algebra.helpers.collectors.StatementPatternCollector
- meet(Filter) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Filter) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(FunctionCall) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(FunctionCall) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(FunctionCall) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(FunctionCall) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Group) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Group) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Group) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Group) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(GroupConcat) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(GroupConcat) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(GroupConcat) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(GroupConcat) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(GroupElem) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(GroupElem) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(GroupElem) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(GroupElem) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(If) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(If) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(If) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(If) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(In) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(In) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(In) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(In) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(InsertData) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(InsertData) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(InsertData) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(InsertData) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Intersection) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Intersection) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Intersection) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Intersection) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(IRIFunction) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(IRIFunction) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(IRIFunction) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(IRIFunction) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(IsBNode) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(IsBNode) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(IsBNode) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(IsBNode) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(IsLiteral) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(IsLiteral) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(IsLiteral) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(IsLiteral) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(IsNumeric) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(IsNumeric) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(IsNumeric) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(IsNumeric) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(IsResource) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(IsResource) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(IsResource) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(IsResource) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(IsURI) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(IsURI) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(IsURI) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(IsURI) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Join) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Join) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Join) - Method in class org.eclipse.rdf4j.query.algebra.helpers.collectors.BGPCollector
- meet(Join) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Join) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Label) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Label) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Label) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Label) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Lang) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Lang) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Lang) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Lang) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(LangMatches) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(LangMatches) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(LangMatches) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(LangMatches) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(LeftJoin) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(LeftJoin) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(LeftJoin) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(LeftJoin) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(ListMemberOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(ListMemberOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(ListMemberOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(ListMemberOperator) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Load) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Load) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Load) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Load) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(LocalName) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(LocalName) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(LocalName) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(LocalName) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(MathExpr) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(MathExpr) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(MathExpr) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(MathExpr) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Max) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Max) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Max) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Max) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Min) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Min) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Min) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Min) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Modify) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Modify) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Modify) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Modify) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Move) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Move) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Move) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Move) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(MultiProjection) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(MultiProjection) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(MultiProjection) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(MultiProjection) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Namespace) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Namespace) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Namespace) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Namespace) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Not) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Not) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Not) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Not) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Or) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Or) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Or) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Or) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Order) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Order) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Order) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Order) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(OrderElem) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(OrderElem) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(OrderElem) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(OrderElem) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Projection) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Projection) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Projection) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Projection) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(ProjectionElem) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(ProjectionElem) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(ProjectionElem) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(ProjectionElem) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(ProjectionElemList) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(ProjectionElemList) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(ProjectionElemList) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(ProjectionElemList) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(QueryRoot) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(QueryRoot) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(QueryRoot) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(QueryRoot) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Reduced) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Reduced) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Reduced) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Reduced) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Regex) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Regex) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Regex) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Regex) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(SameTerm) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(SameTerm) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(SameTerm) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(SameTerm) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Sample) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Sample) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Sample) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Sample) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Service) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Service) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Service) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Service) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(SingletonSet) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(SingletonSet) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(SingletonSet) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(SingletonSet) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Slice) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Slice) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Slice) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Slice) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(StatementPattern) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(StatementPattern) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(StatementPattern) - Method in class org.eclipse.rdf4j.query.algebra.helpers.collectors.BGPCollector
- meet(StatementPattern) - Method in class org.eclipse.rdf4j.query.algebra.helpers.collectors.StatementPatternCollector
- meet(StatementPattern) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(StatementPattern) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Str) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Str) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Str) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Str) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Sum) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Sum) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Sum) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Sum) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(TripleRef) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(TripleRef) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(TripleRef) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(TripleRef) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Union) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Union) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Union) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Union) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(ValueConstant) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(ValueExprTripleRef) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(ValueExprTripleRef) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(ValueExprTripleRef) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(ValueExprTripleRef) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(Var) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(Var) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(Var) - Method in class org.eclipse.rdf4j.query.algebra.helpers.collectors.VarNameCollector
- meet(Var) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(Var) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meet(ZeroLengthPath) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meet(ZeroLengthPath) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meet(ZeroLengthPath) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meet(ZeroLengthPath) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meetBinaryTupleOperator(BinaryTupleOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
-
Method called by all meet methods with a
BinaryTupleOperatornode as argument. - meetBinaryTupleOperator(BinaryTupleOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
-
Method called by all meet methods with a
BinaryTupleOperatornode as argument. - meetBinaryValueOperator(BinaryValueOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
-
Method called by all meet methods with a
BinaryValueOperatornode as argument. - meetBinaryValueOperator(BinaryValueOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
-
Method called by all meet methods with a
BinaryValueOperatornode as argument. - meetCompareSubQueryValueOperator(CompareSubQueryValueOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
-
Method called by all meet methods with a
CompareSubQueryValueOperatornode as argument. - meetCompareSubQueryValueOperator(CompareSubQueryValueOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
-
Method called by all meet methods with a
CompareSubQueryValueOperatornode as argument. - meetNAryValueOperator(NAryValueOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
-
Method called by all meet methods with a
NAryValueOperatornode as argument. - meetNAryValueOperator(NAryValueOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
-
Method called by all meet methods with a
NAryValueOperatornode as argument. - meetNode(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
-
Method called by all of the other meet methods that are not overridden in subclasses.
- meetNode(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.helpers.collectors.BGPCollector
- meetNode(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.helpers.QueryModelTreePrinter
- meetNode(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.helpers.QueryModelTreeToGenericPlanNode
- meetOther(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
- meetOther(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meetOther(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- meetOther(QueryModelNode) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
- meetSubQueryValueOperator(SubQueryValueOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
-
Method called by all meet methods with a
SubQueryValueOperatornode as argument. - meetSubQueryValueOperator(SubQueryValueOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
-
Method called by all meet methods with a
SubQueryValueOperatornode as argument. - meetUnaryTupleOperator(UnaryTupleOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
-
Method called by all meet methods with a
UnaryTupleOperatornode as argument. - meetUnaryTupleOperator(UnaryTupleOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
-
Method called by all meet methods with a
UnaryTupleOperatornode as argument. - meetUnaryValueOperator(UnaryValueOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
-
Method called by all meet methods with a
UnaryValueOperatornode as argument. - meetUnaryValueOperator(UnaryValueOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
-
Method called by all meet methods with a
UnaryValueOperatornode as argument. - meetUnsupported(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
- meetUpdateExpr(UpdateExpr) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
-
Method called by all meet methods with a
UpdateExprnode as argument. - meetUpdateExpr(UpdateExpr) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractSimpleQueryModelVisitor
-
Method called by all meet methods with a
UpdateExprnode as argument. - Min - Class in org.eclipse.rdf4j.query.algebra
- Min(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Min
- Min(ValueExpr, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.Min
- MINUS - org.eclipse.rdf4j.query.algebra.MathExpr.MathOp
- Modify - Class in org.eclipse.rdf4j.query.algebra
- Modify(TupleExpr, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Modify
- Modify(TupleExpr, TupleExpr, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Modify
- Move - Class in org.eclipse.rdf4j.query.algebra
- Move() - Constructor for class org.eclipse.rdf4j.query.algebra.Move
- Move(ValueConstant) - Constructor for class org.eclipse.rdf4j.query.algebra.Move
- MULTIPLY - org.eclipse.rdf4j.query.algebra.MathExpr.MathOp
- MultiProjection - Class in org.eclipse.rdf4j.query.algebra
-
A "multi-projection" that can produce multiple solutions from a single set of bindings.
- MultiProjection() - Constructor for class org.eclipse.rdf4j.query.algebra.MultiProjection
- MultiProjection(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.MultiProjection
- MultiProjection(TupleExpr, Iterable<ProjectionElemList>) - Constructor for class org.eclipse.rdf4j.query.algebra.MultiProjection
N
- NAMED_CONTEXTS - org.eclipse.rdf4j.query.algebra.StatementPattern.Scope
-
Scope for patterns that should be matched against statements from named contexts only.
- Namespace - Class in org.eclipse.rdf4j.query.algebra
-
The NAMESPACE function, which selects the namespace of URIs.
- Namespace() - Constructor for class org.eclipse.rdf4j.query.algebra.Namespace
- Namespace(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Namespace
- NAryValueOperator - Class in org.eclipse.rdf4j.query.algebra
-
An abstract superclass for N-ary value operators.
- NAryValueOperator() - Constructor for class org.eclipse.rdf4j.query.algebra.NAryValueOperator
- NAryValueOperator(List<ValueExpr>) - Constructor for class org.eclipse.rdf4j.query.algebra.NAryValueOperator
-
Creates a new N-Ary value operator.
- NE - org.eclipse.rdf4j.query.algebra.Compare.CompareOp
-
not equal to
- Not - Class in org.eclipse.rdf4j.query.algebra
-
A boolean NOT operator operating on a boolean expressions.
- Not() - Constructor for class org.eclipse.rdf4j.query.algebra.Not
- Not(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Not
- nullEquals(Object, Object) - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
O
- Or - Class in org.eclipse.rdf4j.query.algebra
-
A boolean OR operator operating on two boolean expressions.
- Or() - Constructor for class org.eclipse.rdf4j.query.algebra.Or
- Or(ValueExpr, ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Or
- Order - Class in org.eclipse.rdf4j.query.algebra
-
An order operator that can be used to order bindings as specified by a set of value expressions.
- Order() - Constructor for class org.eclipse.rdf4j.query.algebra.Order
- Order(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Order
- Order(TupleExpr, Iterable<OrderElem>) - Constructor for class org.eclipse.rdf4j.query.algebra.Order
- Order(TupleExpr, OrderElem...) - Constructor for class org.eclipse.rdf4j.query.algebra.Order
- OrderElem - Class in org.eclipse.rdf4j.query.algebra
- OrderElem() - Constructor for class org.eclipse.rdf4j.query.algebra.OrderElem
- OrderElem(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.OrderElem
- OrderElem(ValueExpr, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.OrderElem
- org.eclipse.rdf4j.query.algebra - package org.eclipse.rdf4j.query.algebra
-
Abstract Query Algebra model.
- org.eclipse.rdf4j.query.algebra.evaluation.federation - package org.eclipse.rdf4j.query.algebra.evaluation.federation
- org.eclipse.rdf4j.query.algebra.helpers - package org.eclipse.rdf4j.query.algebra.helpers
- org.eclipse.rdf4j.query.algebra.helpers.collectors - package org.eclipse.rdf4j.query.algebra.helpers.collectors
P
- PLUS - org.eclipse.rdf4j.query.algebra.MathExpr.MathOp
- printTree(QueryModelNode) - Static method in class org.eclipse.rdf4j.query.algebra.helpers.QueryModelTreePrinter
- process(QueryModelNode) - Static method in class org.eclipse.rdf4j.query.algebra.helpers.collectors.StatementPatternCollector
- process(QueryModelNode) - Static method in class org.eclipse.rdf4j.query.algebra.helpers.collectors.VarNameCollector
- Projection - Class in org.eclipse.rdf4j.query.algebra
-
A generalized projection (allowing the bindings to be renamed) on a tuple expression.
- Projection() - Constructor for class org.eclipse.rdf4j.query.algebra.Projection
- Projection(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Projection
- Projection(TupleExpr, ProjectionElemList) - Constructor for class org.eclipse.rdf4j.query.algebra.Projection
- Projection(TupleExpr, ProjectionElemList, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.Projection
- ProjectionElem - Class in org.eclipse.rdf4j.query.algebra
-
Projection elements control which of the selected expressions (produced by the WHERE clause of a query) are returned in the solution, and the order in which they appear.
- ProjectionElem() - Constructor for class org.eclipse.rdf4j.query.algebra.ProjectionElem
-
Create a new empty
ProjectionElem. - ProjectionElem(String) - Constructor for class org.eclipse.rdf4j.query.algebra.ProjectionElem
-
Create a new
ProjectionElemwith a variable name. - ProjectionElem(String, String) - Constructor for class org.eclipse.rdf4j.query.algebra.ProjectionElem
-
Create a new
ProjectionElemwith a variable name and an additional mappedtarget name - ProjectionElemList - Class in org.eclipse.rdf4j.query.algebra
- ProjectionElemList() - Constructor for class org.eclipse.rdf4j.query.algebra.ProjectionElemList
- ProjectionElemList(Iterable<ProjectionElem>) - Constructor for class org.eclipse.rdf4j.query.algebra.ProjectionElemList
- ProjectionElemList(ProjectionElem...) - Constructor for class org.eclipse.rdf4j.query.algebra.ProjectionElemList
Q
- QueryModelNode - Interface in org.eclipse.rdf4j.query.algebra
-
Main interface for all query model nodes.
- QueryModelTreePrinter - Class in org.eclipse.rdf4j.query.algebra.helpers
-
QueryModelVisitor implementation that "prints" a tree representation of a query model.
- QueryModelTreePrinter() - Constructor for class org.eclipse.rdf4j.query.algebra.helpers.QueryModelTreePrinter
- QueryModelTreeToGenericPlanNode - Class in org.eclipse.rdf4j.query.algebra.helpers
-
Convert TupleExpr (QueryModelNode) to GenericPlanNode for the Query.explain(...) feature.
- QueryModelTreeToGenericPlanNode(QueryModelNode) - Constructor for class org.eclipse.rdf4j.query.algebra.helpers.QueryModelTreeToGenericPlanNode
- QueryModelVisitor<X extends Exception> - Interface in org.eclipse.rdf4j.query.algebra
-
An interface for query model visitors, implementing the Visitor pattern.
- QueryRoot - Class in org.eclipse.rdf4j.query.algebra
-
A semantics-less query model node that is used as the root of query model trees.
- QueryRoot() - Constructor for class org.eclipse.rdf4j.query.algebra.QueryRoot
- QueryRoot(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.QueryRoot
R
- Reduced - Class in org.eclipse.rdf4j.query.algebra
- Reduced() - Constructor for class org.eclipse.rdf4j.query.algebra.Reduced
- Reduced(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Reduced
- Regex - Class in org.eclipse.rdf4j.query.algebra
-
Compares the string representation of a value expression to a pattern.
- Regex() - Constructor for class org.eclipse.rdf4j.query.algebra.Regex
- Regex(ValueExpr, ValueExpr, ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Regex
- registerService(String, FederatedService) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.federation.AbstractFederatedServiceResolver
-
Register the specified service to evaluate SERVICE expressions for the given url.
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Add
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.BNodeGenerator
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Bound
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Clear
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.CompareSubQueryValueOperator
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Copy
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Create
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.DeleteData
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.EmptySet
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Extension
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.ExtensionElem
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Filter
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Group
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.GroupElem
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.If
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.InsertData
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.LeftJoin
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Load
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Modify
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Move
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.NAryValueOperator
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Order
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.OrderElem
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Projection
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
-
Replaces one of the child nodes with a new node.
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Regex
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Service
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.SingletonSet
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.SubQueryValueOperator
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.UnaryValueOperator
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.ValueConstant
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.ValueExprTripleRef
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Var
- replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
- replaceNodeInList(List<T>, QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
- replaceWith(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
-
Default implementation of
QueryModelNode.replaceWith(QueryModelNode)that throws anIllegalArgumentExceptionindicating that current is not a child node of this node. - replaceWith(QueryModelNode) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
-
Substitutes this node with a new node in the query model tree.
- resetCardinality() - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
- rightArg - Variable in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
-
The operator's right argument.
- rightArg - Variable in class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
-
The operator's right argument.
S
- SameTerm - Class in org.eclipse.rdf4j.query.algebra
-
Checks RDF term equality.
- SameTerm() - Constructor for class org.eclipse.rdf4j.query.algebra.SameTerm
- SameTerm(ValueExpr, ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.SameTerm
- Sample - Class in org.eclipse.rdf4j.query.algebra
-
The SAMPLE operator as defined in http://www.w3.org/TR/sparql11-query/#aggregates
- Sample(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Sample
- Sample(ValueExpr, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.Sample
- select(Service, Set<String>, BindingSet, String) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedService
-
Evaluate the provided SPARQL query at this federated service.
- Service - Class in org.eclipse.rdf4j.query.algebra
-
The SERVICE keyword as defined in SERVICE definition.
- Service(Var, TupleExpr, String, Map<String, String>, String, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.Service
- setAggregateOperatorInExpression(boolean) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
- setAlgorithm(String) - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
- setAlgorithm(CloseableIteration<?>) - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
- setAlternative(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.If
- setArg(TupleExpr) - Method in class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
-
Sets the argument of this unary tuple operator.
- setArg(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.CompareSubQueryValueOperator
- setArg(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.Regex
- setArg(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.UnaryValueOperator
-
Sets the argument of this unary value operator.
- setArg(Var) - Method in class org.eclipse.rdf4j.query.algebra.Bound
-
Sets the argument of this unary value operator.
- setArgs(Iterable<ValueExpr>) - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
- setArgs(Iterable<ValueExpr>) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- setArguments(List<ValueExpr>) - Method in class org.eclipse.rdf4j.query.algebra.NAryValueOperator
- setAscending(boolean) - Method in class org.eclipse.rdf4j.query.algebra.OrderElem
- setBaseURI(String) - Method in class org.eclipse.rdf4j.query.algebra.IRIFunction
- setBaseURI(String) - Method in class org.eclipse.rdf4j.query.algebra.Service
- setBindingNames(Set<String>) - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
- setBindingSets(Iterable<BindingSet>) - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
- setCacheable(boolean) - Method in class org.eclipse.rdf4j.query.algebra.Join
- setCardinality(double) - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
- setCondition(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.Filter
- setCondition(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.If
-
Sets the condition argument of this unary value operator.
- setCondition(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.LeftJoin
- setContextVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
- setContextVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
- setCostEstimate(double) - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
- setCostEstimate(double) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
- setDeleteExpr(TupleExpr) - Method in class org.eclipse.rdf4j.query.algebra.Modify
- setDestinationGraph(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.Add
- setDestinationGraph(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.Copy
- setDestinationGraph(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.Move
- setDistinct(boolean) - Method in class org.eclipse.rdf4j.query.algebra.AbstractAggregateOperator
- setDistinct(boolean) - Method in interface org.eclipse.rdf4j.query.algebra.AggregateOperator
- setElements(Iterable<ExtensionElem>) - Method in class org.eclipse.rdf4j.query.algebra.Extension
- setElements(List<OrderElem>) - Method in class org.eclipse.rdf4j.query.algebra.Order
- setElements(List<ProjectionElem>) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
- setExpr(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.ExtensionElem
- setExpr(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.OrderElem
- setExpressionString(String) - Method in class org.eclipse.rdf4j.query.algebra.Service
-
The SERVICE expression, either complete or just the expression e.g.
- setExprVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
- setFederatedServiceResolver(FederatedServiceResolver) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedServiceResolverClient
-
Sets the
FederatedServiceResolverto use for this client. - setFlagsArg(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.Regex
- setGraph(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.Clear
- setGraph(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.Create
- setGraph(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.Load
- setGroupBindingNames(Iterable<String>) - Method in class org.eclipse.rdf4j.query.algebra.Group
- setGroupBindingNames(List<String>) - Method in class org.eclipse.rdf4j.query.algebra.Group
- setGroupElements(Iterable<GroupElem>) - Method in class org.eclipse.rdf4j.query.algebra.Group
- setIndexName(String) - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
- setInsertExpr(TupleExpr) - Method in class org.eclipse.rdf4j.query.algebra.Modify
- setIRI(String) - Method in class org.eclipse.rdf4j.query.algebra.AggregateFunctionCall
- setLeftArg(TupleExpr) - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
-
Sets the left argument of this binary tuple operator.
- setLeftArg(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
-
Sets the left argument of this binary value operator.
- setLimit(long) - Method in class org.eclipse.rdf4j.query.algebra.Slice
- setLineNumberOffset(int) - Method in class org.eclipse.rdf4j.query.algebra.DeleteData
- setLineNumberOffset(int) - Method in class org.eclipse.rdf4j.query.algebra.InsertData
- setMergeJoin(boolean) - Method in class org.eclipse.rdf4j.query.algebra.Join
- setMinLength(long) - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
- setName(String) - Method in class org.eclipse.rdf4j.query.algebra.ExtensionElem
- setName(String) - Method in class org.eclipse.rdf4j.query.algebra.GroupElem
- setName(String) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
-
Set the name of the projection element (typically the name of the variable in the select expressions)
- setNodeIdExpr(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.BNodeGenerator
- setObjectVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
- setObjectVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
- setObjectVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
- setOffset(long) - Method in class org.eclipse.rdf4j.query.algebra.Slice
- setOperator(AggregateOperator) - Method in class org.eclipse.rdf4j.query.algebra.GroupElem
- setOperator(Compare.CompareOp) - Method in class org.eclipse.rdf4j.query.algebra.Compare
- setOperator(Compare.CompareOp) - Method in class org.eclipse.rdf4j.query.algebra.CompareAll
- setOperator(Compare.CompareOp) - Method in class org.eclipse.rdf4j.query.algebra.CompareAny
- setOperator(MathExpr.MathOp) - Method in class org.eclipse.rdf4j.query.algebra.MathExpr
- setOrder(Var) - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
- setOrder(Var) - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
- setOrder(Var) - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
- setOrder(Var) - Method in class org.eclipse.rdf4j.query.algebra.EmptySet
- setOrder(Var) - Method in class org.eclipse.rdf4j.query.algebra.SingletonSet
- setOrder(Var) - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
- setOrder(Var) - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
- setOrder(Var) - Method in interface org.eclipse.rdf4j.query.algebra.TupleExpr
- setOrder(Var) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- setOrder(Var) - Method in class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
- setOrder(Var) - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
- setParentNode(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
- setParentNode(QueryModelNode) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
-
Sets the node's parent.
- setParentNode(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.QueryRoot
- setParentNode(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Var
- setPathExpression(TupleExpr) - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
- setPatternArg(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.Regex
- setPredicateVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
- setPrefixDeclarations(Map<String, String>) - Method in class org.eclipse.rdf4j.query.algebra.Service
- setProjectionAlias(String) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
-
Set the alias the projection element value should be mapped to.
- setProjectionContext(Var) - Method in class org.eclipse.rdf4j.query.algebra.Projection
- setProjectionElemList(ProjectionElemList) - Method in class org.eclipse.rdf4j.query.algebra.Projection
- setProjections(Iterable<ProjectionElemList>) - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
- setResult(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.If
- setResultSizeActual(long) - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
- setResultSizeActual(long) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
- setResultSizeEstimate(double) - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
- setResultSizeEstimate(double) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
- setResultVars(Iterable<Var>) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- setRightArg(TupleExpr) - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
-
Sets the right argument of this binary tuple operator.
- setRightArg(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
-
Sets the right argument of this binary value operator.
- setScope(StatementPattern.Scope) - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
-
Sets the context scope for the arbitrary-length path
- setScope(StatementPattern.Scope) - Method in class org.eclipse.rdf4j.query.algebra.Clear
- setScope(StatementPattern.Scope) - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
-
Sets the context scope for the zero-length path
- setSeparator(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.GroupConcat
- setServiceRef(Var) - Method in class org.eclipse.rdf4j.query.algebra.Service
- setSilent(boolean) - Method in class org.eclipse.rdf4j.query.algebra.Add
- setSilent(boolean) - Method in class org.eclipse.rdf4j.query.algebra.Clear
- setSilent(boolean) - Method in class org.eclipse.rdf4j.query.algebra.Copy
- setSilent(boolean) - Method in class org.eclipse.rdf4j.query.algebra.Create
- setSilent(boolean) - Method in class org.eclipse.rdf4j.query.algebra.Load
- setSilent(boolean) - Method in class org.eclipse.rdf4j.query.algebra.Move
- setSource(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.Load
- setSourceExpression(ExtensionElem) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
- setSourceGraph(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.Add
- setSourceGraph(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.Copy
- setSourceGraph(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.Move
- setSubjectVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
- setSubjectVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
- setSubjectVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
- setSubquery(boolean) - Method in class org.eclipse.rdf4j.query.algebra.Projection
- setSubQuery(TupleExpr) - Method in class org.eclipse.rdf4j.query.algebra.SubQueryValueOperator
- setTotalTimeNanosActual(long) - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
- setTotalTimeNanosActual(long) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
- setURI(String) - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
- setURI(String) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- setValue(Value) - Method in class org.eclipse.rdf4j.query.algebra.ValueConstant
- setVariableScopeChange(boolean) - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
- setVariableScopeChange(boolean) - Method in interface org.eclipse.rdf4j.query.algebra.VariableScopeChange
-
Set the value of
VariableScopeChange.isVariableScopeChange()to true or false. - setWhereExpr(TupleExpr) - Method in class org.eclipse.rdf4j.query.algebra.Modify
- shouldCacheCardinality() - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
- shouldCacheCardinality() - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
- shouldCacheCardinality() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
- shouldCacheCardinality() - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
- shutdown() - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedService
-
Method to perform any shutDown code, invoked at unregistering.
- shutDown() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.federation.AbstractFederatedServiceResolver
- SingletonSet - Class in org.eclipse.rdf4j.query.algebra
-
A tuple expression that contains exactly one solution with zero bindings.
- SingletonSet() - Constructor for class org.eclipse.rdf4j.query.algebra.SingletonSet
- Slice - Class in org.eclipse.rdf4j.query.algebra
-
The SLICE operator, as defined in SPARQL Query Language for RDF.
- Slice() - Constructor for class org.eclipse.rdf4j.query.algebra.Slice
- Slice(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Slice
- Slice(TupleExpr, long, long) - Constructor for class org.eclipse.rdf4j.query.algebra.Slice
- StatementPattern - Class in org.eclipse.rdf4j.query.algebra
-
A tuple expression that matches a statement pattern against an RDF graph.
- StatementPattern(StatementPattern.Scope, Var, Var, Var) - Constructor for class org.eclipse.rdf4j.query.algebra.StatementPattern
-
Creates a statement pattern that matches a subject-, predicate- and object variable against statements from the specified context scope.
- StatementPattern(StatementPattern.Scope, Var, Var, Var, Var) - Constructor for class org.eclipse.rdf4j.query.algebra.StatementPattern
-
Creates a statement pattern that matches a subject-, predicate-, object- and context variable against statements from the specified context scope.
- StatementPattern(Var, Var, Var) - Constructor for class org.eclipse.rdf4j.query.algebra.StatementPattern
-
Creates a statement pattern that matches a subject-, predicate- and object variable against statements from all contexts.
- StatementPattern(Var, Var, Var, Var) - Constructor for class org.eclipse.rdf4j.query.algebra.StatementPattern
-
Creates a statement pattern that matches a subject-, predicate-, object- and context variable against statements from all contexts.
- StatementPattern.Scope - Enum in org.eclipse.rdf4j.query.algebra
-
Indicates the scope of the statement pattern.
- StatementPatternCollector - Class in org.eclipse.rdf4j.query.algebra.helpers.collectors
-
An efficient QueryModelVisitor that collects StatementPattern's from a query model.
- StatementPatternCollector() - Constructor for class org.eclipse.rdf4j.query.algebra.helpers.collectors.StatementPatternCollector
- StatementPatternVisitor - Class in org.eclipse.rdf4j.query.algebra.helpers
- StatementPatternVisitor() - Constructor for class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternVisitor
- Str - Class in org.eclipse.rdf4j.query.algebra
-
The STR function, as defined in SPARQL Query Language for RDF; returns the label of literals or the string representation of URIs.
- Str() - Constructor for class org.eclipse.rdf4j.query.algebra.Str
- Str(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Str
- subQuery - Variable in class org.eclipse.rdf4j.query.algebra.SubQueryValueOperator
- SubQueryValueOperator - Class in org.eclipse.rdf4j.query.algebra
- SubQueryValueOperator() - Constructor for class org.eclipse.rdf4j.query.algebra.SubQueryValueOperator
- SubQueryValueOperator(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.SubQueryValueOperator
- Sum - Class in org.eclipse.rdf4j.query.algebra
-
The SUM operator as defined in http://www.w3.org/TR/sparql11-query/#aggregates
- Sum(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Sum
- Sum(ValueExpr, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.Sum
T
- toString() - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
- toString() - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
-
Returns an indented print of the node tree, starting from this node.
- TripleRef - Class in org.eclipse.rdf4j.query.algebra
-
Triple lookup reference.
- TripleRef() - Constructor for class org.eclipse.rdf4j.query.algebra.TripleRef
- TripleRef(Var, Var, Var, Var) - Constructor for class org.eclipse.rdf4j.query.algebra.TripleRef
- TupleExpr - Interface in org.eclipse.rdf4j.query.algebra
-
An expression that evaluates to RDF tuples.
- TupleExprs - Class in org.eclipse.rdf4j.query.algebra.helpers
-
Utility methods for
TupleExprobjects. - TupleExprs() - Constructor for class org.eclipse.rdf4j.query.algebra.helpers.TupleExprs
- TupleFunctionCall - Class in org.eclipse.rdf4j.query.algebra
-
A call to a TupleFunction.
- TupleFunctionCall() - Constructor for class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
U
- UnaryTupleOperator - Class in org.eclipse.rdf4j.query.algebra
-
An abstract superclass for unary tuple operators which, by definition, has one argument.
- UnaryTupleOperator() - Constructor for class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
- UnaryTupleOperator(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
-
Creates a new unary tuple operator.
- UnaryValueOperator - Class in org.eclipse.rdf4j.query.algebra
-
An abstract superclass for unary value operators which, by definition, has one argument.
- UnaryValueOperator() - Constructor for class org.eclipse.rdf4j.query.algebra.UnaryValueOperator
- UnaryValueOperator(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.UnaryValueOperator
-
Creates a new unary value operator.
- Union - Class in org.eclipse.rdf4j.query.algebra
-
The UNION set operator, which return the union of the result sets of two tuple expressions.
- Union() - Constructor for class org.eclipse.rdf4j.query.algebra.Union
- Union(TupleExpr, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Union
-
Creates a new union operator that operates on the two specified arguments.
- unregisterAll() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.federation.AbstractFederatedServiceResolver
- unregisterService(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.federation.AbstractFederatedServiceResolver
-
Unregister a service registered to serviceURl
- UpdateExpr - Interface in org.eclipse.rdf4j.query.algebra
-
An expression that executes an update.
- uri - Variable in class org.eclipse.rdf4j.query.algebra.FunctionCall
V
- ValueConstant - Class in org.eclipse.rdf4j.query.algebra
-
A ValueExpr with a constant value.
- ValueConstant() - Constructor for class org.eclipse.rdf4j.query.algebra.ValueConstant
- ValueConstant(Value) - Constructor for class org.eclipse.rdf4j.query.algebra.ValueConstant
- ValueExpr - Interface in org.eclipse.rdf4j.query.algebra
-
An expressions that evaluates to Value objects.
- ValueExprTripleRef - Class in org.eclipse.rdf4j.query.algebra
- ValueExprTripleRef(String, Var, Var, Var) - Constructor for class org.eclipse.rdf4j.query.algebra.ValueExprTripleRef
- valueOf(String) - Static method in enum org.eclipse.rdf4j.query.algebra.Compare.CompareOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.rdf4j.query.algebra.MathExpr.MathOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.rdf4j.query.algebra.StatementPattern.Scope
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.eclipse.rdf4j.query.algebra.Compare.CompareOp
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.rdf4j.query.algebra.MathExpr.MathOp
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.rdf4j.query.algebra.StatementPattern.Scope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Var - Class in org.eclipse.rdf4j.query.algebra
-
A variable that can contain a Value.
- Var(String) - Constructor for class org.eclipse.rdf4j.query.algebra.Var
- Var(String, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.Var
- Var(String, Value) - Constructor for class org.eclipse.rdf4j.query.algebra.Var
- Var(String, Value, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.Var
- Var(String, Value, boolean, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.Var
- VariableScopeChange - Interface in org.eclipse.rdf4j.query.algebra
-
QueryModelNodes that can constitute a variable scope change (such as group graph patterns, subselects, etc). - VarNameCollector - Class in org.eclipse.rdf4j.query.algebra.helpers.collectors
-
A QueryModelVisitor that collects the names of (non-constant) variables that are used in a query model.
- VarNameCollector() - Constructor for class org.eclipse.rdf4j.query.algebra.helpers.collectors.VarNameCollector
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Add
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.AggregateFunctionCall
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.And
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Avg
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.BNodeGenerator
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Bound
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Clear
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Coalesce
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Compare
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.CompareAll
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.CompareAny
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Copy
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Count
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Create
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Datatype
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.DeleteData
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.DescribeOperator
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Difference
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Distinct
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.EmptySet
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Exists
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Extension
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ExtensionElem
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Filter
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Group
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.GroupConcat
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.GroupElem
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.If
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.In
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.InsertData
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Intersection
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.IRIFunction
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.IsBNode
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.IsLiteral
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.IsNumeric
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.IsResource
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.IsURI
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Join
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Label
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Lang
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.LangMatches
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.LeftJoin
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ListMemberOperator
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Load
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.LocalName
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.MathExpr
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Max
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Min
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Modify
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Move
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Namespace
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Not
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Or
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Order
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.OrderElem
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Projection
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
- visit(QueryModelVisitor<X>) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
-
Visits this node.
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.QueryRoot
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Reduced
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Regex
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.SameTerm
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Sample
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Service
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.SingletonSet
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Slice
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Str
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Sum
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Union
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ValueConstant
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ValueExprTripleRef
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Var
- visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Add
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.BNodeGenerator
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Bound
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Clear
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.CompareSubQueryValueOperator
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Copy
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Create
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.DeleteData
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.EmptySet
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Extension
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ExtensionElem
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Filter
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Group
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.GroupElem
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.If
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.InsertData
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.LeftJoin
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Load
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Modify
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Move
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.NAryValueOperator
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Order
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.OrderElem
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Projection
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
- visitChildren(QueryModelVisitor<X>) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
-
Visits the children of this node.
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Regex
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Service
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.SingletonSet
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.SubQueryValueOperator
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.UnaryValueOperator
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ValueConstant
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ValueExprTripleRef
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Var
- visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
Z
- ZeroLengthPath - Class in org.eclipse.rdf4j.query.algebra
-
A tuple expression that matches a path of length zero against an RDF graph.
- ZeroLengthPath() - Constructor for class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
- ZeroLengthPath(StatementPattern.Scope, Var, Var) - Constructor for class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
-
Creates a zero-length path that matches a subject-, predicate- and object variable against statements from the specified context scope.
- ZeroLengthPath(StatementPattern.Scope, Var, Var, Var) - Constructor for class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
-
Creates a zero-length path that matches a subject-, predicate-, object- and context variable against statements from the specified context scope.
- ZeroLengthPath(Var, Var) - Constructor for class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
-
Creates a zero-length path that matches a subject-, predicate- and object variable against statements from all contexts.
- ZeroLengthPath(Var, Var, Var) - Constructor for class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
-
Creates a zero-length path that matches a subject-, predicate-, object- and context variable against statements from all contexts.
All Classes All Packages