getOrderedExplanation
public ExplanationTree getOrderedExplanation(OWLAxiom entailment,
Set<OWLAxiom> axioms)
Gets an ordered (and possibly indented) explanation. The orderer really
provides some kind of "presentation" layer to make an explanation easier
to read.
- Specified by:
getOrderedExplanation in interface ExplanationOrderer
- Parameters:
entailment - The axiom that represents the entailment that the explanation
being ordered is a justification for.axioms - The axioms that constitute the unordered explanation
- Returns:
- An order explanation.