|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OWLDebugger
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Nov-2006
Method Summary | |
---|---|
void |
dispose()
|
java.util.Set<java.util.Set<OWLAxiom>> |
getAllSOSForIncosistentClass(OWLDescription cls)
Gets all sets of supporting axioms that are responsible for the specified class being inconsistent |
OWLOntology |
getOWLOntology()
Gets the OWLOntology that is being debugged. |
java.util.Set<OWLAxiom> |
getSOSForIncosistentClass(OWLDescription cls)
Gets the first set of supporting (SOS) axioms that are responsible for the specified class being inconsistent. |
Method Detail |
---|
OWLOntology getOWLOntology() throws OWLException
OWLOntology
that is being debugged.
OWLException
java.util.Set<OWLAxiom> getSOSForIncosistentClass(OWLDescription cls) throws OWLException
cls
- The class which is inconsistent
OWLException
java.util.Set<java.util.Set<OWLAxiom>> getAllSOSForIncosistentClass(OWLDescription cls) throws OWLException
cls
-
OWLException
void dispose()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |