Uses of Class
org.eclipse.rdf4j.query.parser.ParsedGraphQuery
Packages that use ParsedGraphQuery
Package
Description
This package contains classes for rendering RDF4J query objects as SPARQL queries.
Repository implementation for local RDF databases that implement the SAIL SPI.
Forward-chaining inferencers, implemented as
StackableSail
s.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
-
Uses of ParsedGraphQuery in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return ParsedGraphQueryMethods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type ParsedGraphQueryModifier and TypeMethodDescriptionAbstractQueryPreparer.prepare
(ParsedGraphQuery q) QueryPreparer.prepare
(ParsedGraphQuery q) Constructors in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type ParsedGraphQuery -
Uses of ParsedGraphQuery in org.eclipse.rdf4j.query.parser
Subclasses of ParsedGraphQuery in org.eclipse.rdf4j.query.parserModifier and TypeClassDescriptionclass
A ParsedGraphQuery to identify DESCRIBE queries.Methods in org.eclipse.rdf4j.query.parser that return ParsedGraphQueryModifier and TypeMethodDescriptionstatic ParsedGraphQuery
QueryParserUtil.parseGraphQuery
(QueryLanguage ql, String query, String baseURI) Parses the supplied query into a query model. -
Uses of ParsedGraphQuery in org.eclipse.rdf4j.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type ParsedGraphQueryModifier and TypeMethodDescriptionParsedQueryPreprocessor.transformToSerialize
(ParsedGraphQuery query) -
Uses of ParsedGraphQuery in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that return ParsedGraphQueryMethods in org.eclipse.rdf4j.repository.sail with parameters of type ParsedGraphQueryConstructors in org.eclipse.rdf4j.repository.sail with parameters of type ParsedGraphQueryModifierConstructorDescriptionprotected
SailGraphQuery
(ParsedGraphQuery tupleQuery, SailRepositoryConnection con) -
Uses of ParsedGraphQuery in org.eclipse.rdf4j.sail.inferencer.fc
Fields in org.eclipse.rdf4j.sail.inferencer.fc declared as ParsedGraphQueryModifier and TypeFieldDescriptionprivate ParsedGraphQuery
CustomGraphQueryInferencer.customMatcher
private ParsedGraphQuery
CustomGraphQueryInferencer.customQuery
private static final ParsedGraphQuery
DirectTypeHierarchyInferencer.DIRECT_SUBCLASSOF_MATCHER
private static final ParsedGraphQuery
DirectTypeHierarchyInferencer.DIRECT_SUBCLASSOF_QUERY
private static final ParsedGraphQuery
DirectTypeHierarchyInferencer.DIRECT_SUBPROPERTYOF_MATCHER
private static final ParsedGraphQuery
DirectTypeHierarchyInferencer.DIRECT_SUBPROPERTYOF_QUERY
private static final ParsedGraphQuery
DirectTypeHierarchyInferencer.DIRECT_TYPE_MATCHER
private static final ParsedGraphQuery
DirectTypeHierarchyInferencer.DIRECT_TYPE_QUERY
Methods in org.eclipse.rdf4j.sail.inferencer.fc with parameters of type ParsedGraphQueryModifier and TypeMethodDescriptionprivate void
CustomGraphQueryInferencer.Connection.evaluateIntoStatements
(ParsedGraphQuery query, Collection<Statement> statements) private void
DirectTypeHierarchyInferencer.DirectTypeHierarchyInferencerConnection.evaluateIntoStatements
(ParsedGraphQuery query, Collection<Statement> statements) -
Uses of ParsedGraphQuery in org.eclipse.rdf4j.spin
Subclasses of ParsedGraphQuery in org.eclipse.rdf4j.spinMethods in org.eclipse.rdf4j.spin that return ParsedGraphQueryModifier and TypeMethodDescriptionSpinParser.parseConstructQuery
(Resource queryResource, TripleSource store) Methods in org.eclipse.rdf4j.spin with parameters of type ParsedGraphQueryModifier and TypeMethodDescriptionvoid
SpinRenderer.render
(ParsedGraphQuery query, RDFHandler handler) Constructors in org.eclipse.rdf4j.spin with parameters of type ParsedGraphQueryModifierConstructorDescriptionprivate
ParsedGraphTemplate
(Template template, ParsedGraphQuery query, BindingSet args)