org.aksw.commons.sparql.api.core
Class QueryExecutionFactoryDecorator
java.lang.Object
org.aksw.commons.sparql.api.core.QueryExecutionFactoryDecorator
- All Implemented Interfaces:
- QueryExecutionFactory, QueryExecutionFactoryQuery, QueryExecutionFactoryString
- Direct Known Subclasses:
- QueryExecutionFactoryCache, QueryExecutionFactoryDelay
public class QueryExecutionFactoryDecorator
- extends Object
- implements QueryExecutionFactory
- Author:
- Claus Stadler
Date: 7/26/11
Time: 12:53 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryExecutionFactoryDecorator
public QueryExecutionFactoryDecorator(QueryExecutionFactory decoratee)
getId
public String getId()
- Specified by:
getId in interface QueryExecutionFactory
getState
public String getState()
- Specified by:
getState in interface QueryExecutionFactory
createQueryExecution
public com.hp.hpl.jena.query.QueryExecution createQueryExecution(com.hp.hpl.jena.query.Query query)
- Specified by:
createQueryExecution in interface QueryExecutionFactoryQuery
createQueryExecution
public com.hp.hpl.jena.query.QueryExecution createQueryExecution(String queryString)
- Specified by:
createQueryExecution in interface QueryExecutionFactoryString
Copyright © 2011. All Rights Reserved.