Uses of Class
org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
Package
Description
This package contains classes for rendering RDF4J query objects as SPARQL queries.
-
Uses of BaseTupleExprRenderer in org.eclipse.rdf4j.queryrender.sparql
Modifier and TypeClassDescriptionfinal class
Extends the BaseTupleExprRenderer to provide support for rendering tuple expressions as SPARQL queries. -
Uses of BaseTupleExprRenderer in org.eclipse.rdf4j.queryrender.sparql.experimental
Modifier and TypeClassDescriptionclass
An alternative implementation of the SPARQL query renderer (more complete than the defaultSPARQLQueryRenderer
)