public interface OWLBindingSet extends Iterable<OWLBinding>
| 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 bindingName) |
org.semanticweb.owlapi.model.OWLPropertyAssertionObject |
getOWLPropertyAssertionObject(String bindingName) |
Iterator<OWLBinding> |
iterator() |
forEach, spliteratorIterator<OWLBinding> iterator()
iterator in interface Iterable<OWLBinding>List<String> getBindingNames() throws org.semanticweb.owlapi.model.OWLException
org.semanticweb.owlapi.model.OWLExceptionOWLBinding getBinding(String bindingName) throws org.semanticweb.owlapi.model.OWLException
org.semanticweb.owlapi.model.OWLExceptionorg.semanticweb.owlapi.model.OWLPropertyAssertionObject getOWLPropertyAssertionObject(String bindingName) throws org.semanticweb.owlapi.model.OWLException
org.semanticweb.owlapi.model.OWLExceptionorg.semanticweb.owlapi.model.OWLIndividual getOWLIndividual(String bindingName) throws org.semanticweb.owlapi.model.OWLException
org.semanticweb.owlapi.model.OWLExceptionorg.semanticweb.owlapi.model.OWLNamedIndividual getOWLNamedIndividual(String bindingName) throws org.semanticweb.owlapi.model.OWLException
org.semanticweb.owlapi.model.OWLExceptionorg.semanticweb.owlapi.model.OWLAnonymousIndividual getOWLAnonymousIndividual(String bindingName) throws org.semanticweb.owlapi.model.OWLException
org.semanticweb.owlapi.model.OWLExceptionorg.semanticweb.owlapi.model.OWLLiteral getOWLLiteral(String bindingName) throws org.semanticweb.owlapi.model.OWLException
org.semanticweb.owlapi.model.OWLExceptionorg.semanticweb.owlapi.model.OWLObject getOWLObject(String bindingName) throws org.semanticweb.owlapi.model.OWLException
org.semanticweb.owlapi.model.OWLExceptionCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.