Package org.aksw.jena_sparql_api.views
Class QueryExecutionFactorySparqlView
java.lang.Object
org.aksw.jena_sparql_api.core.QueryExecutionFactoryBackQuery
org.aksw.jena_sparql_api.views.QueryExecutionFactorySparqlView
- All Implemented Interfaces:
AutoCloseable,org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory,org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryQuery,org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryString
-
Constructor Summary
ConstructorsConstructorDescriptionQueryExecutionFactorySparqlView(org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory factory, CandidateViewSelector<SparqlView> candidateViewSelector, Dialect dialect) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.query.QueryExecutioncreateQueryExecution(org.apache.jena.query.Query query) getId()getState()Methods inherited from class org.aksw.jena_sparql_api.core.QueryExecutionFactoryBackQuery
close, createQueryExecution, unwrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryQuery
execConstruct, execConstruct, execConstructDataset, execConstructDataset, execDescribe, execDescribe
-
Constructor Details
-
QueryExecutionFactorySparqlView
public QueryExecutionFactorySparqlView(org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory factory, CandidateViewSelector<SparqlView> candidateViewSelector, Dialect dialect)
-
-
Method Details
-
getId
-
getState
-
createQueryExecution
public org.apache.jena.query.QueryExecution createQueryExecution(org.apache.jena.query.Query query)
-