public class QueryExecutionDelay extends QueryExecutionDecorator
decoratee| Constructor and Description |
|---|
QueryExecutionDelay(com.hp.hpl.jena.query.QueryExecution decoratee,
Delayer delayer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execAsk() |
com.hp.hpl.jena.rdf.model.Model |
execConstruct() |
com.hp.hpl.jena.rdf.model.Model |
execConstruct(com.hp.hpl.jena.rdf.model.Model model) |
Iterator<com.hp.hpl.jena.graph.Triple> |
execConstructTriples() |
com.hp.hpl.jena.rdf.model.Model |
execDescribe() |
com.hp.hpl.jena.rdf.model.Model |
execDescribe(com.hp.hpl.jena.rdf.model.Model model) |
Iterator<com.hp.hpl.jena.graph.Triple> |
execDescribeTriples() |
com.hp.hpl.jena.query.ResultSet |
execSelect() |
abort, close, getContext, getDataset, getDecoratee, getQuery, getTimeout1, getTimeout2, setDecoratee, setFileManager, setInitialBinding, setTimeout, setTimeout, setTimeout, setTimeoutpublic QueryExecutionDelay(com.hp.hpl.jena.query.QueryExecution decoratee,
Delayer delayer)
public com.hp.hpl.jena.query.ResultSet execSelect()
execSelect in interface com.hp.hpl.jena.query.QueryExecutionexecSelect in class QueryExecutionDecoratorBase<com.hp.hpl.jena.query.QueryExecution>public com.hp.hpl.jena.rdf.model.Model execConstruct()
execConstruct in interface com.hp.hpl.jena.query.QueryExecutionexecConstruct in class QueryExecutionDecoratorBase<com.hp.hpl.jena.query.QueryExecution>public com.hp.hpl.jena.rdf.model.Model execConstruct(com.hp.hpl.jena.rdf.model.Model model)
execConstruct in interface com.hp.hpl.jena.query.QueryExecutionexecConstruct in class QueryExecutionDecoratorBase<com.hp.hpl.jena.query.QueryExecution>public com.hp.hpl.jena.rdf.model.Model execDescribe()
execDescribe in interface com.hp.hpl.jena.query.QueryExecutionexecDescribe in class QueryExecutionDecoratorBase<com.hp.hpl.jena.query.QueryExecution>public com.hp.hpl.jena.rdf.model.Model execDescribe(com.hp.hpl.jena.rdf.model.Model model)
execDescribe in interface com.hp.hpl.jena.query.QueryExecutionexecDescribe in class QueryExecutionDecoratorBase<com.hp.hpl.jena.query.QueryExecution>public boolean execAsk()
execAsk in interface com.hp.hpl.jena.query.QueryExecutionexecAsk in class QueryExecutionDecoratorBase<com.hp.hpl.jena.query.QueryExecution>public Iterator<com.hp.hpl.jena.graph.Triple> execConstructTriples()
execConstructTriples in interface com.hp.hpl.jena.query.QueryExecutionexecConstructTriples in class QueryExecutionDecoratorBase<com.hp.hpl.jena.query.QueryExecution>public Iterator<com.hp.hpl.jena.graph.Triple> execDescribeTriples()
execDescribeTriples in interface com.hp.hpl.jena.query.QueryExecutionexecDescribeTriples in class QueryExecutionDecoratorBase<com.hp.hpl.jena.query.QueryExecution>Copyright © 2013. All Rights Reserved.