public interface OWLDebugger
Modifier and Type | Method and Description |
---|---|
void |
dispose()
dispose of resources locked such as reasoners.
|
Set<Set<OWLAxiom>> |
getAllSOSForInconsistentClass(OWLClassExpression cls)
Gets the all sos for incosistent class.
|
OWLOntology |
getOWLOntology()
Gets the oWL ontology.
|
Set<OWLAxiom> |
getSOSForInconsistentClass(OWLClassExpression cls)
Gets the sOS for incosistent class.
|
@Nonnull OWLOntology getOWLOntology() throws OWLException
OWLOntology
that is being debugged.OWLException
- if there is any problem@Nonnull Set<OWLAxiom> getSOSForInconsistentClass(@Nonnull OWLClassExpression cls) throws OWLException
cls
- The class which is inconsistentOWLException
- if there is any problem@Nonnull Set<Set<OWLAxiom>> getAllSOSForInconsistentClass(@Nonnull OWLClassExpression cls) throws OWLException
cls
- the inconsistent classOWLException
- if there is any problemvoid dispose()
Copyright © 2017 The University of Manchester. All Rights Reserved.