public class OntopTupleOWLResultSet extends Object implements TupleOWLResultSet
| Constructor and Description |
|---|
OntopTupleOWLResultSet(it.unibz.inf.ontop.answering.resultset.TupleResultSet res) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getColumnCount() |
int |
getFetchSize() |
List<String> |
getSignature() |
boolean |
hasNext() |
OWLBindingSet |
next() |
public OntopTupleOWLResultSet(it.unibz.inf.ontop.answering.resultset.TupleResultSet res)
public int getColumnCount()
throws org.semanticweb.owlapi.model.OWLException
getColumnCount in interface TupleOWLResultSetorg.semanticweb.owlapi.model.OWLExceptionpublic List<String> getSignature() throws org.semanticweb.owlapi.model.OWLException
getSignature in interface TupleOWLResultSetorg.semanticweb.owlapi.model.OWLExceptionpublic int getFetchSize()
throws org.semanticweb.owlapi.model.OWLException
getFetchSize in interface TupleOWLResultSetorg.semanticweb.owlapi.model.OWLExceptionpublic void close()
throws org.semanticweb.owlapi.model.OWLException
close in interface OWLResultSetclose in interface AutoCloseableorg.semanticweb.owlapi.model.OWLExceptionpublic boolean hasNext()
throws org.semanticweb.owlapi.model.OWLException
hasNext in interface IterableOWLResultSet<OWLBindingSet>org.semanticweb.owlapi.model.OWLExceptionpublic OWLBindingSet next() throws org.semanticweb.owlapi.model.OWLException
next in interface IterableOWLResultSet<OWLBindingSet>org.semanticweb.owlapi.model.OWLExceptionCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.