Uses of Class
org.eclipse.rdf4j.query.algebra.helpers.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
Modifier and TypeClassDescriptionprotected static class
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
Deprecated, for removal: This API element is subject to removal in a future version.protected class
Deprecated, for removal: This API element is subject to removal in a future version.protected class
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
protected static class
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
Deprecated, for removal: This API element is subject to removal in a future version.protected class
Deprecated.This class is protected for historic reasons only, and will be made private in a future major release.class
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
Deprecated.protected class
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
Deprecated, for removal: This API element is subject to removal in a future version.protected static class
-
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.algebra.helpers
Modifier and TypeClassDescriptionclass
BGPCollector<X extends Exception>
Deprecated, for removal: This API element is subject to removal in a future version.class
Deprecated.class
QueryModelVisitor implementation that "prints" a tree representation of a query model.class
Convert TupleExpr (QueryModelNode) to GenericPlanNode for the Query.explain(...) feature.class
QueryModelVisitorBase<X extends Exception>
Deprecated.since 2.0.class
Deprecated, for removal: This API element is subject to removal in a future version.class
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.query.parser.sparql
Modifier and TypeClassDescriptionclass
protected class
protected class
-
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.queryrender
Modifier and TypeClassDescriptionclass
Base class for rendering RDF4J query API objects into strings. -
Uses of AbstractQueryModelVisitor in org.eclipse.rdf4j.queryrender.sparql
Modifier 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
)