Uses of Interface
org.eclipse.rdf4j.queryrender.QueryRenderer
Package
Description
This package contains classes for rendering RDF4J query objects as SPARQL queries.
-
Uses of QueryRenderer in org.eclipse.rdf4j.queryrender.sparql
Modifier and TypeClassDescriptionclass
Implementation of theQueryRenderer
interface which renders queries into the SPARQL syntax. -
Uses of QueryRenderer in org.eclipse.rdf4j.queryrender.sparql.experimental
Modifier and TypeClassDescriptionclass
An alternative implementation of the SPARQL query renderer (more complete than the defaultSPARQLQueryRenderer
)