public class DefaultSimpleGraphResultSet extends Object implements GraphResultSet
| Constructor and Description |
|---|
DefaultSimpleGraphResultSet(TupleResultSet tupleResultSet,
ConstructTemplate constructTemplate,
it.unibz.inf.ontop.model.term.TermFactory termFactory,
org.apache.commons.rdf.api.RDF rdfFactory,
boolean excludeInvalidTriples) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
OntopCloseableIterator<it.unibz.inf.ontop.spec.ontology.RDFFact,OntopConnectionException> |
iterator() |
it.unibz.inf.ontop.spec.ontology.RDFFact |
next() |
public DefaultSimpleGraphResultSet(TupleResultSet tupleResultSet, ConstructTemplate constructTemplate, it.unibz.inf.ontop.model.term.TermFactory termFactory, org.apache.commons.rdf.api.RDF rdfFactory, boolean excludeInvalidTriples)
public boolean hasNext()
throws OntopConnectionException,
OntopResultConversionException
hasNext in interface IterativeOBDAResultSet<it.unibz.inf.ontop.spec.ontology.RDFFact,OntopQueryAnsweringException>OntopConnectionExceptionOntopResultConversionExceptionpublic it.unibz.inf.ontop.spec.ontology.RDFFact next()
throws OntopConnectionException
next in interface GraphResultSetnext in interface IterativeOBDAResultSet<it.unibz.inf.ontop.spec.ontology.RDFFact,OntopQueryAnsweringException>OntopConnectionExceptionpublic OntopCloseableIterator<it.unibz.inf.ontop.spec.ontology.RDFFact,OntopConnectionException> iterator()
iterator in interface GraphResultSetpublic void close()
throws OntopConnectionException
close in interface OBDAResultSetclose in interface AutoCloseableOntopConnectionExceptionCopyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.