Uses of Class
org.eclipse.rdf4j.queryrender.sparql.experimental.SerializableParsedBooleanQuery
-
Packages that use SerializableParsedBooleanQuery Package Description org.eclipse.rdf4j.queryrender.sparql.experimental This package contains classes for rendering RDF4J query objects as SPARQL queries. -
-
Uses of SerializableParsedBooleanQuery in org.eclipse.rdf4j.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental that return SerializableParsedBooleanQuery Modifier and Type Method Description SerializableParsedBooleanQuery
ParsedQueryPreprocessor. transformToSerialize(ParsedBooleanQuery query)
Processes the incoming parsed ASK query collecting the information required for rendering.Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type SerializableParsedBooleanQuery Modifier and Type Method Description private void
PreprocessedQuerySerializer. processBooleanQuery(SerializableParsedBooleanQuery query)
java.lang.String
PreprocessedQuerySerializer. serialize(SerializableParsedBooleanQuery query)
Serializes aSerializableParsedBooleanQuery
passed as an input.
-