Interface GraphQLSolutionGraphSolver
- All Known Implementing Classes:
 GraphQLSolutionGraphSolverImpl
public interface GraphQLSolutionGraphSolver
- 
Method Summary
Modifier and TypeMethodDescriptionexecSelectQuery(org.apache.jena.rdf.model.Model solutionGraph, SPARQLQuery query) Queries @param solutionGraph using the SELECT query @param query and 
- 
Method Details
- 
execSelectQuery
List<SolutionMapping> execSelectQuery(org.apache.jena.rdf.model.Model solutionGraph, SPARQLQuery query) throws QueryExecutionException Queries @param solutionGraph using the SELECT query @param query and- Returns:
 - a list of corresponding solution mappings.
 - Throws:
 QueryExecutionException- if for some reason the execution of the query over the given solutionGraph did not work correctly.
 
 -