Uses of Interface
se.liu.ida.hefquin.base.query.SPARQLQuery
Packages that use SPARQLQuery
Package
Description
- 
Uses of SPARQLQuery in se.liu.ida.hefquin.base.query.impl
Classes in se.liu.ida.hefquin.base.query.impl that implement SPARQLQueryMethods in se.liu.ida.hefquin.base.query.impl with parameters of type SPARQLQueryModifier and TypeMethodDescriptionstatic ExpectedVariablesQueryPatternUtils.getExpectedVariablesInQuery(SPARQLQuery query)  - 
Uses of SPARQLQuery in se.liu.ida.hefquin.engine.federation.access
Methods in se.liu.ida.hefquin.engine.federation.access that return SPARQLQueryModifier and TypeMethodDescriptionstatic SPARQLQuerySPARQLRequest.convertToQuery(SPARQLGraphPattern pattern) default SPARQLQuerySPARQLRequest.getQuery()Returns the SPARQL query for which solutions should be requested. - 
Uses of SPARQLQuery in se.liu.ida.hefquin.engine.federation.access.impl.req
Fields in se.liu.ida.hefquin.engine.federation.access.impl.req declared as SPARQLQueryMethods in se.liu.ida.hefquin.engine.federation.access.impl.req that return SPARQLQueryConstructors in se.liu.ida.hefquin.engine.federation.access.impl.req with parameters of type SPARQLQuery - 
Uses of SPARQLQuery in se.liu.ida.hefquin.engine.wrappers.graphql
Methods in se.liu.ida.hefquin.engine.wrappers.graphql with parameters of type SPARQLQueryModifier and TypeMethodDescriptionGraphQLSolutionGraphSolver.execSelectQuery(org.apache.jena.rdf.model.Model solutionGraph, SPARQLQuery query) Queries @param solutionGraph using the SELECT query @param query and - 
Uses of SPARQLQuery in se.liu.ida.hefquin.engine.wrappers.graphql.impl
Methods in se.liu.ida.hefquin.engine.wrappers.graphql.impl with parameters of type SPARQLQueryModifier and TypeMethodDescriptionGraphQLSolutionGraphSolverImpl.execSelectQuery(org.apache.jena.rdf.model.Model solutionGraph, SPARQLQuery query)