Uses of Class
org.eclipse.rdf4j.query.algebra.OrderElem
Packages that use OrderElem
Package
Description
Abstract Query Algebra model.
The rdf4j SPARQL 1.1 parser.
This package contains classes for working with RDF4J query objects.
-
Uses of OrderElem in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return OrderElemMethods in org.eclipse.rdf4j.query.algebra that return types with arguments of type OrderElemMethods in org.eclipse.rdf4j.query.algebra with parameters of type OrderElemModifier and TypeMethodDescriptionvoid
Order.addElement
(OrderElem pe) void
Order.addElements
(OrderElem... elements) void
Method parameters in org.eclipse.rdf4j.query.algebra with type arguments of type OrderElemModifier and TypeMethodDescriptionvoid
Order.addElements
(Iterable<OrderElem> elements) void
Order.setElements
(List<OrderElem> elements) Constructors in org.eclipse.rdf4j.query.algebra with parameters of type OrderElemConstructor parameters in org.eclipse.rdf4j.query.algebra with type arguments of type OrderElem -
Uses of OrderElem in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type OrderElem -
Uses of OrderElem in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql that return OrderElemModifier and TypeMethodDescriptionTupleExprBuilder.visit
(org.eclipse.rdf4j.query.parser.sparql.ast.ASTOrderCondition node, Object data) Methods in org.eclipse.rdf4j.query.parser.sparql that return types with arguments of type OrderElem -
Uses of OrderElem in org.eclipse.rdf4j.queryrender
Fields in org.eclipse.rdf4j.queryrender with type parameters of type OrderElemModifier and TypeFieldDescriptionBaseTupleExprRenderer.mOrdering
The elements specified in the order by clause of the queryMethods in org.eclipse.rdf4j.queryrender that return types with arguments of type OrderElemMethods in org.eclipse.rdf4j.queryrender with parameters of type OrderElem