public class ExplanationOrdererImpl extends Object implements ExplanationOrderer
| Constructor and Description |
|---|
ExplanationOrdererImpl(OWLOntologyManager m) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<OWLAxiom> |
getAxiomsForLHS(OWLEntity lhs)
Gets axioms that have a LHS corresponding to the specified entity.
|
ExplanationTree |
getOrderedExplanation(OWLAxiom entailment,
Set<OWLAxiom> axioms)
Gets an ordered (and possibly indented) explanation.
|
protected void |
indexAxiomsByRHSEntities(OWLObject rhs,
OWLAxiom axiom) |
public ExplanationOrdererImpl(OWLOntologyManager m)
m - the manager to usepublic ExplanationTree getOrderedExplanation(OWLAxiom entailment, 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 explanationprotected Set<OWLAxiom> getAxiomsForLHS(OWLEntity lhs)
lhs - The entity that occurs on the left hand side of the axiom.Copyright © 2014 The University of Manchester. All Rights Reserved.