public final class AlphaExplanationOrderer extends Object implements ExplanationOrderer
| Modifier and Type | Field and Description |
|---|---|
protected org.semanticweb.owlapi.io.OWLObjectRenderer |
renderer |
| Constructor and Description |
|---|
AlphaExplanationOrderer(org.semanticweb.owlapi.io.OWLObjectRenderer renderer) |
| Modifier and Type | Method and Description |
|---|---|
ExplanationTree |
getOrderedExplanation(org.semanticweb.owlapi.model.OWLAxiom entailment,
Set<org.semanticweb.owlapi.model.OWLAxiom> axioms)
Gets an ordered (and possibly indented) explanation.
|
public AlphaExplanationOrderer(org.semanticweb.owlapi.io.OWLObjectRenderer renderer)
renderer - the renderer to usepublic ExplanationTree getOrderedExplanation(org.semanticweb.owlapi.model.OWLAxiom entailment, Set<org.semanticweb.owlapi.model.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 © 2013 The University of Manchester. All Rights Reserved.