public abstract class QueryExecutionFactoryWrapper extends QueryExecutionFactoryDecorator
| Constructor and Description |
|---|
QueryExecutionFactoryWrapper(QueryExecutionFactory decoratee) |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.query.QueryExecution |
createQueryExecution(com.hp.hpl.jena.query.Query query) |
com.hp.hpl.jena.query.QueryExecution |
createQueryExecution(String queryString) |
protected abstract com.hp.hpl.jena.query.QueryExecution |
wrap(com.hp.hpl.jena.query.QueryExecution qe) |
getId, getStatepublic QueryExecutionFactoryWrapper(QueryExecutionFactory decoratee)
protected abstract com.hp.hpl.jena.query.QueryExecution wrap(com.hp.hpl.jena.query.QueryExecution qe)
public com.hp.hpl.jena.query.QueryExecution createQueryExecution(com.hp.hpl.jena.query.Query query)
createQueryExecution in interface QueryExecutionFactoryQuerycreateQueryExecution in class QueryExecutionFactoryDecoratorpublic com.hp.hpl.jena.query.QueryExecution createQueryExecution(String queryString)
createQueryExecution in interface QueryExecutionFactoryStringcreateQueryExecution in class QueryExecutionFactoryDecoratorCopyright © 2013. All Rights Reserved.