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