public class BlackBoxOWLDebugger extends AbstractOWLDebugger
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_INITIAL_EXPANSION_LIMIT
default expansion limit.
|
| Constructor and Description |
|---|
BlackBoxOWLDebugger(OWLOntologyManager owlOntologyManager,
OWLOntology ontology,
OWLReasonerFactory reasonerFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
dispose of resources locked such as reasoners
|
protected OWLClassExpression |
getCurrentClass() |
Set<OWLAxiom> |
getSOSForIncosistentClass(OWLClassExpression cls) |
constructHittingSetTree, getAllSOSForIncosistentClass, getOWLOntology, getOWLOntologyManagerpublic static final int DEFAULT_INITIAL_EXPANSION_LIMIT
public BlackBoxOWLDebugger(OWLOntologyManager owlOntologyManager, OWLOntology ontology, OWLReasonerFactory reasonerFactory)
owlOntologyManager - manager to useontology - ontology to debugreasonerFactory - factory to usepublic void dispose()
OWLDebuggerprotected OWLClassExpression getCurrentClass() throws OWLException
getCurrentClass in class AbstractOWLDebuggerOWLExceptionpublic Set<OWLAxiom> getSOSForIncosistentClass(OWLClassExpression cls) throws OWLException
cls - The class which is inconsistentOWLException - if there is any problemCopyright © 2014 The University of Manchester. All Rights Reserved.