public class DefaultSimpleGraphResultSet extends Object implements SimpleGraphResultSet
| Constructor and Description |
|---|
DefaultSimpleGraphResultSet(TupleResultSet tupleResultSet,
ConstructTemplate constructTemplate,
boolean storeResults,
it.unibz.inf.ontop.model.term.TermFactory termFactory,
org.apache.commons.rdf.api.RDF rdfFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNewResult(it.unibz.inf.ontop.spec.ontology.Assertion assertion) |
void |
close() |
int |
getFetchSize() |
boolean |
hasNext() |
it.unibz.inf.ontop.spec.ontology.Assertion |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAssertionpublic DefaultSimpleGraphResultSet(TupleResultSet tupleResultSet, ConstructTemplate constructTemplate, boolean storeResults, it.unibz.inf.ontop.model.term.TermFactory termFactory, org.apache.commons.rdf.api.RDF rdfFactory) throws OntopResultConversionException, OntopConnectionException
public int getFetchSize()
throws OntopConnectionException
getFetchSize in interface SimpleGraphResultSetOntopConnectionExceptionpublic void addNewResult(it.unibz.inf.ontop.spec.ontology.Assertion assertion)
addNewResult in interface SimpleGraphResultSetpublic boolean hasNext()
throws OntopConnectionException,
OntopResultConversionException
hasNext in interface IterativeOBDAResultSet<it.unibz.inf.ontop.spec.ontology.Assertion,OntopResultConversionException>OntopConnectionExceptionOntopResultConversionExceptionpublic it.unibz.inf.ontop.spec.ontology.Assertion next()
next in interface GraphResultSet<OntopResultConversionException>next in interface IterativeOBDAResultSet<it.unibz.inf.ontop.spec.ontology.Assertion,OntopResultConversionException>public void close()
throws OntopConnectionException
close in interface OBDAResultSetclose in interface AutoCloseableOntopConnectionExceptionCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.