Uses of Class
org.eclipse.rdf4j.queryrender.sparql.experimental.SerializableParsedBooleanQuery
Packages that use SerializableParsedBooleanQuery
Package
Description
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 SerializableParsedBooleanQueryModifier and TypeMethodDescriptionParsedQueryPreprocessor.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 SerializableParsedBooleanQueryModifier and TypeMethodDescriptionprivate void
PreprocessedQuerySerializer.processBooleanQuery
(SerializableParsedBooleanQuery query) PreprocessedQuerySerializer.serialize
(SerializableParsedBooleanQuery query) Serializes aSerializableParsedBooleanQuery
passed as an input.