Uses of Interface
tech.oxfordsemantic.jrdfox.client.OWLSupportMonitor
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client |
-
Uses of OWLSupportMonitor in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return OWLSupportMonitor Modifier and Type Method Description OWLSupportMonitor
DataStoreConnection. getOWLSupportMonitor()
Returns the callback interface that is currently registered to receive callback notifications during the conversion of loaded RDF triples into OWL axioms, or during the conversion of OWL axioms into rules.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type OWLSupportMonitor Modifier and Type Method Description void
DataStoreConnection. setOWLSupportMonitor(OWLSupportMonitor owlSupportMonitor)
Sets the callback interface that will be called for each error encountered during the conversion of loaded RDF triples into OWL axioms, or during the conversion of OWL axioms into rules.