public class BlackBoxOWLDebugger extends AbstractOWLDebugger
| Constructor and Description |
|---|
BlackBoxOWLDebugger(OWLOntologyManager owlOntologyManager,
OWLOntology ontology,
OWLReasonerFactory reasonerFactory)
Instantiates a new black box owl debugger.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
dispose of resources locked such as reasoners.
|
Set<OWLAxiom> |
getSOSForInconsistentClass(OWLClassExpression cls)
Gets the sOS for incosistent class.
|
constructHittingSetTree, getAllSOSForInconsistentClass, getOWLOntologypublic BlackBoxOWLDebugger(@Nonnull OWLOntologyManager owlOntologyManager, @Nonnull OWLOntology ontology, @Nonnull OWLReasonerFactory reasonerFactory)
owlOntologyManager - manager to useontology - ontology to debugreasonerFactory - factory to usepublic void dispose()
OWLDebuggerpublic Set<OWLAxiom> getSOSForInconsistentClass(OWLClassExpression cls) throws OWLException
OWLDebuggercls - The class which is inconsistentOWLException - if there is any problemCopyright © 2016 The University of Manchester. All Rights Reserved.