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