Uses of Interface
uk.ac.manchester.cs.bhig.util.Tree

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

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

Classes in uk.ac.manchester.cs.bhig.util that implement Tree
 class MutableTree<N>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 22-Jan-2008

 

Methods in uk.ac.manchester.cs.bhig.util that return Tree
 Tree<N> Tree.getParent()
          Gets the parent of this tree node.
 Tree<N> MutableTree.getParent()
           
 Tree<N> Tree.getRoot()
          A convenience method that gets the root of this tree.
 Tree<N> MutableTree.getRoot()
           
 

Methods in uk.ac.manchester.cs.bhig.util that return types with arguments of type Tree
 java.util.List<Tree<N>> Tree.getChildren()
          Gets the children of this tree node.
 java.util.List<Tree<N>> MutableTree.getChildren()
           
 java.util.List<Tree<N>> Tree.getPathToRoot()
           
 java.util.List<Tree<N>> MutableTree.getPathToRoot()
           
 

Method parameters in uk.ac.manchester.cs.bhig.util with type arguments of type Tree
 void Tree.sortChildren(java.util.Comparator<Tree<N>> comparator)
          Sorts the children using the specified comparator
 void MutableTree.sortChildren(java.util.Comparator<Tree<N>> comparator)
           
 

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

Classes in uk.ac.manchester.cs.owl.explanation.ordering that implement Tree
 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