@FunctionalInterface public interface ExplanationOrderer
| Modifier and Type | Method and Description |
|---|---|
ExplanationTree |
getOrderedExplanation(OWLAxiom entailment,
Set<OWLAxiom> axioms)
Gets an ordered (and possibly indented) explanation.
|
ExplanationTree getOrderedExplanation(OWLAxiom entailment, Set<OWLAxiom> axioms)
entailment - The axiom that represents the entailment that the explanation being ordered
is a justification for.axioms - The axioms that constitute the unordered explanationCopyright © 2020 The University of Manchester. All rights reserved.