Uses of Class
org.eclipse.rdf4j.query.algebra.ProjectionElem
Packages that use ProjectionElem
Package
Description
Abstract Query Algebra model.
-
Uses of ProjectionElem in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return ProjectionElemMethods in org.eclipse.rdf4j.query.algebra that return types with arguments of type ProjectionElemMethods in org.eclipse.rdf4j.query.algebra with parameters of type ProjectionElemModifier and TypeMethodDescriptionvoid
ProjectionElemList.addElement
(ProjectionElem pe) void
ProjectionElemList.addElements
(ProjectionElem... elements) void
QueryModelVisitor.meet
(ProjectionElem node) Method parameters in org.eclipse.rdf4j.query.algebra with type arguments of type ProjectionElemModifier and TypeMethodDescriptionvoid
ProjectionElemList.addElements
(Iterable<ProjectionElem> elements) void
ProjectionElemList.addElements
(List<ProjectionElem> elements) void
ProjectionElemList.setElements
(List<ProjectionElem> elements) Constructors in org.eclipse.rdf4j.query.algebra with parameters of type ProjectionElemConstructor parameters in org.eclipse.rdf4j.query.algebra with type arguments of type ProjectionElem -
Uses of ProjectionElem in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type ProjectionElemModifier and TypeMethodDescriptionvoid
AbstractQueryModelVisitor.meet
(ProjectionElem node) void
AbstractSimpleQueryModelVisitor.meet
(ProjectionElem node) void
StatementPatternVisitor.meet
(ProjectionElem node)