public class JustificationMap extends Object
| Constructor and Description |
|---|
JustificationMap(org.semanticweb.owlapi.model.OWLClassExpression desc,
Set<org.semanticweb.owlapi.model.OWLAxiom> axioms) |
| Modifier and Type | Method and Description |
|---|---|
Set<org.semanticweb.owlapi.model.OWLAxiom> |
getChildAxioms(org.semanticweb.owlapi.model.OWLAxiom ax) |
Set<org.semanticweb.owlapi.model.OWLAxiom> |
getRootAxioms() |
public JustificationMap(org.semanticweb.owlapi.model.OWLClassExpression desc,
Set<org.semanticweb.owlapi.model.OWLAxiom> axioms)
desc - the class expressionaxioms - the axiomspublic Set<org.semanticweb.owlapi.model.OWLAxiom> getRootAxioms()
public Set<org.semanticweb.owlapi.model.OWLAxiom> getChildAxioms(org.semanticweb.owlapi.model.OWLAxiom ax)
ax - the axiom whose children are to be retrievedCopyright © 2013 The University of Manchester. All Rights Reserved.