org.aksw.commons.sparql.api.dereference
Class QueryExecutionDereference
java.lang.Object
org.aksw.commons.sparql.api.core.QueryExecutionAdapter
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
|
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 |
QueryExecutionDereference
public QueryExecutionDereference(com.hp.hpl.jena.query.Query query,
Dereferencer dereferencer)
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,
org.deri.any23.extractor.ExtractionException
- Throws:
IOException
URISyntaxException
org.deri.any23.extractor.ExtractionException
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.