Uses of Class
org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
Packages that use AbstractQueryModelVisitor
Package
Description
The rdf4j SPARQL 1.1 parser.
This package contains classes for working with RDF4J query objects.
This package contains classes for rendering RDF4J query objects as SPARQL queries.
-
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.algebra.evaluation.impl
Subclasses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.algebra.evaluation.implModifier and TypeClassDescriptionprotected static class
protected static class
-
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.algebra.helpers
Subclasses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.algebra.helpersModifier and TypeClassDescriptionclass
QueryModelVisitor implementation that "prints" a tree representation of a query model.class
Convert TupleExpr (QueryModelNode) to GenericPlanNode for the Query.explain(...) feature. -
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.algebra.helpers.collectors
Modifier and TypeClassDescriptionclass
BGPCollector<X extends Exception>
Basic graph pattern collector. -
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.parser.sparql
Subclasses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.parser.sparqlModifier and TypeClassDescriptionclass
protected class
protected class
-
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.queryrender
Subclasses of AbstractQueryModelVisitor in org.eclipse.rdf4j.queryrenderModifier and TypeClassDescriptionclass
Base class for rendering RDF4J query API objects into strings. -
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.queryrender.sparql
Subclasses of AbstractQueryModelVisitor in org.eclipse.rdf4j.queryrender.sparqlModifier and TypeClassDescriptionclass
Visitor implementation for the query algebra which walks the tree and figures out the context for nodes in the algebra.final class
Extends the BaseTupleExprRenderer to provide support for rendering tuple expressions as SPARQL queries. -
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.queryrender.sparql.experimental
Modifier and TypeClassDescriptionclass
An alternative implementation of the SPARQL query renderer (more complete than the defaultSPARQLQueryRenderer
)