public class ExplanationOrdererImplNoManager extends Object implements ExplanationOrderer
Constructor and Description |
---|
ExplanationOrdererImplNoManager()
Instantiates a new explanation orderer impl.
|
Modifier and Type | Method and Description |
---|---|
ExplanationTree |
getOrderedExplanation(OWLAxiom entailment,
Set<OWLAxiom> current)
Gets an ordered (and possibly indented) explanation.
|
public ExplanationOrdererImplNoManager()
public ExplanationTree getOrderedExplanation(OWLAxiom entailment, Set<OWLAxiom> current)
ExplanationOrderer
getOrderedExplanation
in interface ExplanationOrderer
entailment
- The axiom that represents the entailment that the explanation being ordered
is a justification for.current
- The axioms that constitute the unordered explanationCopyright © 2020 The University of Manchester. All rights reserved.