Package org.aksw.jena_sparql_api.core
Class QueryExecutionFactoryBase
java.lang.Object
org.aksw.jena_sparql_api.core.QueryExecutionFactoryBase
- All Implemented Interfaces:
AutoCloseable,QueryExecutionFactory,QueryExecutionFactoryQuery,QueryExecutionFactoryString
- Direct Known Subclasses:
QueryExecutionFactoryAlwaysFail,QueryExecutionFactoryHttp
- Author:
- Claus Stadler Date: 7/23/11 Time: 9:39 PM
-
Constructor Summary
Constructors -
Method Summary
Methods 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.QueryExecutionFactory
getId, getStateMethods inherited from interface org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryQuery
createQueryExecution, execConstruct, execConstruct, execConstructDataset, execConstructDataset, execDescribe, execDescribeMethods inherited from interface org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactoryString
createQueryExecution
-
Constructor Details
-
QueryExecutionFactoryBase
public QueryExecutionFactoryBase()
-
-
Method Details
-
unwrap
- Specified by:
unwrapin interfaceQueryExecutionFactory
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-