public class QueryExecutionFactoryDecorator extends Object implements QueryExecutionFactory
| 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() |
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 QueryExecutionFactoryStringCopyright © 2013. All Rights Reserved.