Class GraphQLSolutionGraphSolverImpl
java.lang.Object
se.liu.ida.hefquin.engine.wrappers.graphql.impl.GraphQLSolutionGraphSolverImpl
- All Implemented Interfaces:
 GraphQLSolutionGraphSolver
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionexecSelectQuery(org.apache.jena.rdf.model.Model solutionGraph, SPARQLQuery query) Queries @param solutionGraph using the SELECT query @param query and 
- 
Constructor Details
- 
GraphQLSolutionGraphSolverImpl
public GraphQLSolutionGraphSolverImpl() 
 - 
 - 
Method Details
- 
execSelectQuery
public List<SolutionMapping> execSelectQuery(org.apache.jena.rdf.model.Model solutionGraph, SPARQLQuery query) throws QueryExecutionException Description copied from interface:GraphQLSolutionGraphSolverQueries @param solutionGraph using the SELECT query @param query and- Specified by:
 execSelectQueryin interfaceGraphQLSolutionGraphSolver- 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.
 
 -