public class QueryExecutionFactoryDecorator extends Object implements QueryExecutionFactory
| Modifier and Type | Field and Description |
|---|---|
protected QueryExecutionFactory |
decoratee |
| Constructor and Description |
|---|
QueryExecutionFactoryDecorator(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) |
String |
getId() |
String |
getState() |
<T> T |
unwrap(Class<T> clazz) |
protected QueryExecutionFactory decoratee
public QueryExecutionFactoryDecorator(QueryExecutionFactory decoratee)
public String getId()
getId in interface QueryExecutionFactorypublic String getState()
getState in interface QueryExecutionFactorypublic com.hp.hpl.jena.query.QueryExecution createQueryExecution(com.hp.hpl.jena.query.Query query)
createQueryExecution in interface QueryExecutionFactoryQuerypublic com.hp.hpl.jena.query.QueryExecution createQueryExecution(String queryString)
createQueryExecution in interface QueryExecutionFactoryStringpublic <T> T unwrap(Class<T> clazz)
unwrap in interface QueryExecutionFactoryCopyright © 2014. All rights reserved.