uk.ac.manchester.cs.owl.explanation.ordering
Class ExplanationTree

java.lang.Object
  extended by uk.ac.manchester.cs.bhig.util.MutableTree<OWLAxiom>
      extended by uk.ac.manchester.cs.owl.explanation.ordering.ExplanationTree
All Implemented Interfaces:
Tree<OWLAxiom>
Direct Known Subclasses:
EntailedAxiomTree

public class ExplanationTree
extends MutableTree<OWLAxiom>

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 22-Jan-2008


Constructor Summary
ExplanationTree(OWLAxiom userObject)
           
 
Method Summary
 boolean isEntailed()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExplanationTree

public ExplanationTree(OWLAxiom userObject)
Method Detail

isEntailed

public boolean isEntailed()