org.aksw.commons.sparql.api.dereference
Class QueryExecutionDereference

java.lang.Object
  extended by org.aksw.commons.sparql.api.core.QueryExecutionAdapter
      extended by org.aksw.commons.sparql.api.dereference.QueryExecutionDereference
All Implemented Interfaces:
com.hp.hpl.jena.query.QueryExecution

public class QueryExecutionDereference
extends QueryExecutionAdapter

Author:
Claus Stadler

Date: 11/30/11 Time: 4:24 PM


Field Summary
 
Fields inherited from class org.aksw.commons.sparql.api.core.QueryExecutionAdapter
timeoutHelper
 
Constructor Summary
QueryExecutionDereference(com.hp.hpl.jena.query.Query query, Dereferencer dereferencer)
           
 
Method Summary
 com.hp.hpl.jena.rdf.model.Model _execDescribe(com.hp.hpl.jena.rdf.model.Model model)
           
 void close()
           
 com.hp.hpl.jena.rdf.model.Model execDescribe()
           
 com.hp.hpl.jena.rdf.model.Model execDescribe(com.hp.hpl.jena.rdf.model.Model model)
           
 
Methods inherited from class org.aksw.commons.sparql.api.core.QueryExecutionAdapter
abort, execAsk, execConstruct, execConstruct, execSelect, getContext, getDataset, getQuery, 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

QueryExecutionDereference

public QueryExecutionDereference(com.hp.hpl.jena.query.Query query,
                                 Dereferencer dereferencer)
Method Detail

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 QueryExecutionAdapter

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 QueryExecutionAdapter

_execDescribe

public com.hp.hpl.jena.rdf.model.Model _execDescribe(com.hp.hpl.jena.rdf.model.Model model)
                                              throws IOException,
                                                     URISyntaxException
Throws:
IOException
URISyntaxException

close

public void close()
Specified by:
close in interface com.hp.hpl.jena.query.QueryExecution
Overrides:
close in class QueryExecutionAdapter


Copyright © 2012. All Rights Reserved.