Package org.semanticweb.owlapi.debugging
Class JustificationMap
java.lang.Object
org.semanticweb.owlapi.debugging.JustificationMap
- Since:
- 2.0.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
-
Constructor Summary
ConstructorsConstructorDescriptionJustificationMap
(OWLClassExpression desc, Set<OWLAxiom> axioms) Instantiates a new justification map. -
Method Summary
Modifier and TypeMethodDescriptionGets the child axioms.Gets the root axioms.
-
Constructor Details
-
JustificationMap
Instantiates a new justification map.- Parameters:
desc
- the class expressionaxioms
- the axioms
-
-
Method Details
-
getRootAxioms
Gets the root axioms.- Returns:
- the root axioms
-
getChildAxioms
Gets the child axioms.- Parameters:
ax
- the axiom whose children are to be retrieved- Returns:
- children of ax
-