uk.ac.manchester.cs.owl.explanation.ordering
Class ExplanationTree
java.lang.Object
uk.ac.manchester.cs.bhig.util.MutableTree<org.semanticweb.owlapi.model.OWLAxiom>
uk.ac.manchester.cs.owl.explanation.ordering.ExplanationTree
- All Implemented Interfaces:
- Tree<org.semanticweb.owlapi.model.OWLAxiom>
- Direct Known Subclasses:
- EntailedAxiomTree
public class ExplanationTree
- extends MutableTree<org.semanticweb.owlapi.model.OWLAxiom>
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 22-Jan-2008
|
Constructor Summary |
ExplanationTree(org.semanticweb.owlapi.model.OWLAxiom userObject)
|
| Methods inherited from class uk.ac.manchester.cs.bhig.util.MutableTree |
addChild, addChild, clearChildren, dump, dump, fillDepthFirst, getChildCount, getChildren, getEdge, getMaxDepth, getParent, getPathToRoot, getRoot, getSize, getUserObject, getUserObjectClosure, getUserObjectPathToRoot, isLeaf, isRoot, removeChild, replace, setNodeRenderer, setParent, sortChildren, toString |
ExplanationTree
public ExplanationTree(org.semanticweb.owlapi.model.OWLAxiom userObject)
- Parameters:
userObject - the axiom to wrap
isEntailed
public boolean isEntailed()
- Returns:
- true if entailed
Copyright © 2012 The University of Manchester. All Rights Reserved.