Package org.aksw.jena_sparql_api.model
Class QueryExecutionFactoryModel
java.lang.Object
org.aksw.jena_sparql_api.core.QueryExecutionFactoryBackQuery
org.aksw.jena_sparql_api.model.QueryExecutionFactoryModel
- All Implemented Interfaces:
AutoCloseable,QueryExecutionFactory,QueryExecutionFactoryQuery,QueryExecutionFactoryString
- Author:
- Claus Stadler Date: 8/3/11 Time: 11:35 PM
-
Constructor Summary
ConstructorsConstructorDescriptionQueryExecutionFactoryModel(org.apache.jena.graph.Graph graph) QueryExecutionFactoryModel(org.apache.jena.rdf.model.Model model) -
Method Summary
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
-
QueryExecutionFactoryModel
public QueryExecutionFactoryModel() -
QueryExecutionFactoryModel
public QueryExecutionFactoryModel(org.apache.jena.graph.Graph graph) -
QueryExecutionFactoryModel
public QueryExecutionFactoryModel(org.apache.jena.rdf.model.Model model)
-
-
Method Details
-
getModel
public org.apache.jena.rdf.model.Model getModel() -
getId
-
getState
-
createQueryExecution
public org.apache.jena.query.QueryExecution createQueryExecution(org.apache.jena.query.Query query)
-