public class OntopOWLBindingSet extends Object implements OWLBindingSet
| Constructor and Description |
|---|
OntopOWLBindingSet(it.unibz.inf.ontop.answering.resultset.OntopBindingSet ontopBindingSet) |
| Modifier and Type | Method and Description |
|---|---|
OWLBinding |
getBinding(String bindingName) |
List<String> |
getBindingNames() |
org.semanticweb.owlapi.model.OWLAnonymousIndividual |
getOWLAnonymousIndividual(String bindingName) |
org.semanticweb.owlapi.model.OWLIndividual |
getOWLIndividual(String bindingName) |
org.semanticweb.owlapi.model.OWLLiteral |
getOWLLiteral(String bindingName) |
org.semanticweb.owlapi.model.OWLNamedIndividual |
getOWLNamedIndividual(String bindingName) |
org.semanticweb.owlapi.model.OWLObject |
getOWLObject(String column) |
org.semanticweb.owlapi.model.OWLPropertyAssertionObject |
getOWLPropertyAssertionObject(String bindingName) |
Iterator<OWLBinding> |
iterator() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic OntopOWLBindingSet(it.unibz.inf.ontop.answering.resultset.OntopBindingSet ontopBindingSet)
@Nonnull public Iterator<OWLBinding> iterator()
iterator in interface OWLBindingSetiterator in interface Iterable<OWLBinding>public List<String> getBindingNames()
getBindingNames in interface OWLBindingSetpublic OWLBinding getBinding(String bindingName)
getBinding in interface OWLBindingSetpublic org.semanticweb.owlapi.model.OWLPropertyAssertionObject getOWLPropertyAssertionObject(String bindingName) throws org.semanticweb.owlapi.model.OWLException
getOWLPropertyAssertionObject in interface OWLBindingSetorg.semanticweb.owlapi.model.OWLExceptionpublic org.semanticweb.owlapi.model.OWLIndividual getOWLIndividual(String bindingName) throws org.semanticweb.owlapi.model.OWLException
getOWLIndividual in interface OWLBindingSetorg.semanticweb.owlapi.model.OWLExceptionpublic org.semanticweb.owlapi.model.OWLNamedIndividual getOWLNamedIndividual(String bindingName) throws org.semanticweb.owlapi.model.OWLException
getOWLNamedIndividual in interface OWLBindingSetorg.semanticweb.owlapi.model.OWLExceptionpublic org.semanticweb.owlapi.model.OWLAnonymousIndividual getOWLAnonymousIndividual(String bindingName) throws org.semanticweb.owlapi.model.OWLException
getOWLAnonymousIndividual in interface OWLBindingSetorg.semanticweb.owlapi.model.OWLExceptionpublic org.semanticweb.owlapi.model.OWLLiteral getOWLLiteral(String bindingName) throws org.semanticweb.owlapi.model.OWLException
getOWLLiteral in interface OWLBindingSetorg.semanticweb.owlapi.model.OWLExceptionpublic org.semanticweb.owlapi.model.OWLObject getOWLObject(String column) throws org.semanticweb.owlapi.model.OWLException
getOWLObject in interface OWLBindingSetorg.semanticweb.owlapi.model.OWLExceptionCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.