org.aksw.commons.sparql.api.core
Class QueryExecutionFactoryDecorator

java.lang.Object
  extended by 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


Constructor Summary
QueryExecutionFactoryDecorator(QueryExecutionFactory decoratee)
           
 
Method Summary
 com.hp.hpl.jena.query.QueryExecution createQueryExecution(com.hp.hpl.jena.query.Query query)
           
 com.hp.hpl.jena.query.QueryExecution createQueryExecution(String queryString)
           
 String getId()
           
 String getState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryExecutionFactoryDecorator

public QueryExecutionFactoryDecorator(QueryExecutionFactory decoratee)
Method Detail

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.