Uses of Class
uk.ac.manchester.cs.bhig.util.MutableTree

Packages that use MutableTree
uk.ac.manchester.cs.bhig.util   
uk.ac.manchester.cs.owl.explanation.ordering   
 

Uses of MutableTree in uk.ac.manchester.cs.bhig.util
 

Methods in uk.ac.manchester.cs.bhig.util with parameters of type MutableTree
 void MutableTree.addChild(MutableTree<N> child)
           
 void MutableTree.removeChild(MutableTree<N> child)
           
 void MutableTree.replace(MutableTree<N> tree)
           
 void MutableTree.setParent(MutableTree<N> parent)
           
 

Uses of MutableTree in uk.ac.manchester.cs.owl.explanation.ordering
 

Subclasses of MutableTree in uk.ac.manchester.cs.owl.explanation.ordering
 class EntailedAxiomTree
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 22-Jan-2008

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