public class AlphaExplanationOrderer extends Object implements ExplanationOrderer
| Constructor and Description |
|---|
AlphaExplanationOrderer(OWLObjectRenderer renderer)
Instantiates a new alpha explanation orderer.
|
| Modifier and Type | Method and Description |
|---|---|
ExplanationTree |
getOrderedExplanation(OWLAxiom entailment,
Set<OWLAxiom> axioms)
Gets an ordered (and possibly indented) explanation.
|
public AlphaExplanationOrderer(@Nonnull OWLObjectRenderer renderer)
renderer - the renderer to use@Nonnull public ExplanationTree getOrderedExplanation(OWLAxiom entailment, @Nonnull Set<OWLAxiom> axioms)
ExplanationOrderergetOrderedExplanation in interface ExplanationOrdererentailment - 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.