Package org.aksw.jena_sparql_api.core
Class QueryExecutionFactoryGraph
java.lang.Object
org.aksw.jena_sparql_api.core.QueryExecutionFactoryBackQuery
org.aksw.jena_sparql_api.core.QueryExecutionFactoryGraph
- All Implemented Interfaces:
AutoCloseable,QueryExecutionFactory,QueryExecutionFactoryQuery,QueryExecutionFactoryString
Deprecated.
Use QueryExecutionFactoryModel instead
- Author:
- raven
-
Constructor Summary
ConstructorsConstructorDescriptionQueryExecutionFactoryGraph(org.apache.jena.graph.Graph graph, boolean doClose) Deprecated. -
Method Summary
Methods inherited from class org.aksw.jena_sparql_api.core.QueryExecutionFactoryBackQuery
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
-
QueryExecutionFactoryGraph
public QueryExecutionFactoryGraph(org.apache.jena.graph.Graph graph, boolean doClose) Deprecated.
-
-
Method Details
-
getGraph
public org.apache.jena.graph.Graph getGraph()Deprecated. -
getId
Deprecated. -
getState
Deprecated. -
createQueryExecution
public org.apache.jena.query.QueryExecution createQueryExecution(org.apache.jena.query.Query query) Deprecated. -
close
public void close()Deprecated.- Specified by:
closein interfaceAutoCloseable- Overrides:
closein classQueryExecutionFactoryBackQuery
-