Package org.aksw.jena_sparql_api.compare
Class QueryExecutionFactoryCompare
java.lang.Object
org.aksw.jena_sparql_api.core.QueryExecutionFactoryBackQuery
org.aksw.jena_sparql_api.compare.QueryExecutionFactoryCompare
- All Implemented Interfaces:
AutoCloseable,QueryExecutionFactory,QueryExecutionFactoryQuery,QueryExecutionFactoryString
A query execution factory, which generates query executions
that delay execution
- Author:
- Claus Stadler Date: 7/26/11 Time: 10:27 AM
-
Constructor Summary
ConstructorsConstructorDescriptionQueryExecutionFactoryCompare(QueryExecutionFactory a, QueryExecutionFactory b, boolean removesSlices) -
Method Summary
Modifier and TypeMethodDescriptioncreateQueryExecution(String queryString) createQueryExecution(org.apache.jena.query.Query query) getId()getState()Methods inherited from class org.aksw.jena_sparql_api.core.QueryExecutionFactoryBackQuery
close, 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
-
QueryExecutionFactoryCompare
-
QueryExecutionFactoryCompare
public QueryExecutionFactoryCompare(QueryExecutionFactory a, QueryExecutionFactory b, boolean removesSlices)
-
-
Method Details
-
createQueryExecution
-
createQueryExecution
- Specified by:
createQueryExecutionin interfaceQueryExecutionFactoryString- Overrides:
createQueryExecutionin classQueryExecutionFactoryBackQuery
-
getId
-
getState
-