org.aksw.commons.sparql.api.delay.core
Class QueryExecutionDelay

java.lang.Object
  extended by org.aksw.commons.sparql.api.core.QueryExecutionDecorator
      extended by org.aksw.commons.sparql.api.delay.core.QueryExecutionDelay
All Implemented Interfaces:
com.hp.hpl.jena.query.QueryExecution

public class QueryExecutionDelay
extends QueryExecutionDecorator

Author:
Claus Stadler

Date: 7/26/11 Time: 10:57 AM


Field Summary
 
Fields inherited from class org.aksw.commons.sparql.api.core.QueryExecutionDecorator
decoratee
 
Constructor Summary
QueryExecutionDelay(com.hp.hpl.jena.query.QueryExecution decoratee, Delayer delayer)
           
 
Method Summary
 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)
           
 com.hp.hpl.jena.rdf.model.Model execDescribe()
           
 com.hp.hpl.jena.rdf.model.Model execDescribe(com.hp.hpl.jena.rdf.model.Model model)
           
 com.hp.hpl.jena.query.ResultSet execSelect()
           
 
Methods inherited from class org.aksw.commons.sparql.api.core.QueryExecutionDecorator
abort, close, getContext, getDataset, getDecoratee, setDecoratee, setFileManager, setInitialBinding, setTimeout, setTimeout, setTimeout, setTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryExecutionDelay

public QueryExecutionDelay(com.hp.hpl.jena.query.QueryExecution decoratee,
                           Delayer delayer)
Method Detail

execSelect

public com.hp.hpl.jena.query.ResultSet execSelect()
Specified by:
execSelect in interface com.hp.hpl.jena.query.QueryExecution
Overrides:
execSelect in class QueryExecutionDecorator

execConstruct

public com.hp.hpl.jena.rdf.model.Model execConstruct()
Specified by:
execConstruct in interface com.hp.hpl.jena.query.QueryExecution
Overrides:
execConstruct in class QueryExecutionDecorator

execConstruct

public com.hp.hpl.jena.rdf.model.Model execConstruct(com.hp.hpl.jena.rdf.model.Model model)
Specified by:
execConstruct in interface com.hp.hpl.jena.query.QueryExecution
Overrides:
execConstruct in class QueryExecutionDecorator

execDescribe

public com.hp.hpl.jena.rdf.model.Model execDescribe()
Specified by:
execDescribe in interface com.hp.hpl.jena.query.QueryExecution
Overrides:
execDescribe in class QueryExecutionDecorator

execDescribe

public com.hp.hpl.jena.rdf.model.Model execDescribe(com.hp.hpl.jena.rdf.model.Model model)
Specified by:
execDescribe in interface com.hp.hpl.jena.query.QueryExecution
Overrides:
execDescribe in class QueryExecutionDecorator

execAsk

public boolean execAsk()
Specified by:
execAsk in interface com.hp.hpl.jena.query.QueryExecution
Overrides:
execAsk in class QueryExecutionDecorator


Copyright © 2011. All Rights Reserved.