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