org.aksw.commons.sparql.api.core
Class QueryExecutionFactoryBackString<T extends com.hp.hpl.jena.query.QueryExecution>

java.lang.Object
  extended by org.aksw.commons.sparql.api.core.QueryExecutionFactoryBackString<T>
All Implemented Interfaces:
QueryExecutionFactory<T>, QueryExecutionFactoryQuery<T>, QueryExecutionFactoryString<T>
Direct Known Subclasses:
QueryExecutionFactoryHttp

public abstract class QueryExecutionFactoryBackString<T extends com.hp.hpl.jena.query.QueryExecution>
extends Object
implements QueryExecutionFactory<T>

Author:
Claus Stadler

Date: 7/23/11 Time: 9:44 PM


Constructor Summary
QueryExecutionFactoryBackString()
           
 
Method Summary
 T createQueryExecution(com.hp.hpl.jena.query.Query query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.aksw.commons.sparql.api.core.QueryExecutionFactory
getId, getState
 
Methods inherited from interface org.aksw.commons.sparql.api.core.QueryExecutionFactoryString
createQueryExecution
 

Constructor Detail

QueryExecutionFactoryBackString

public QueryExecutionFactoryBackString()
Method Detail

createQueryExecution

public T createQueryExecution(com.hp.hpl.jena.query.Query query)
Specified by:
createQueryExecution in interface QueryExecutionFactoryQuery<T extends com.hp.hpl.jena.query.QueryExecution>


Copyright © 2012. All Rights Reserved.