Uses of Interface
uk.ed.inf.tree.ITreeNode

Packages that use ITreeNode
uk.ed.inf.graph.compound   
uk.ed.inf.graph.compound.archetypal   
uk.ed.inf.graph.compound.base   
uk.ed.inf.graph.compound.impl   
uk.ed.inf.tree   
 

Uses of ITreeNode in uk.ed.inf.graph.compound
 

Classes in uk.ed.inf.graph.compound with type parameters of type ITreeNode
 interface ICompoundNode<N extends ICompoundNode<N,? extends ICompoundEdge<N,?>> & ITreeNode<N>,E extends ICompoundEdge<N,E>>
           
 

Subinterfaces of ITreeNode in uk.ed.inf.graph.compound
 interface ICompoundNode<N extends ICompoundNode<N,? extends ICompoundEdge<N,?>> & ITreeNode<N>,E extends ICompoundEdge<N,E>>
           
 

Uses of ITreeNode in uk.ed.inf.graph.compound.archetypal
 

Classes in uk.ed.inf.graph.compound.archetypal that implement ITreeNode
 class ArchetypalCompoundNode
           
 

Uses of ITreeNode in uk.ed.inf.graph.compound.base
 

Classes in uk.ed.inf.graph.compound.base that implement ITreeNode
 class BaseCompoundNode
           
 

Uses of ITreeNode in uk.ed.inf.graph.compound.impl
 

Classes in uk.ed.inf.graph.compound.impl that implement ITreeNode
 class CompoundNode
           
 

Uses of ITreeNode in uk.ed.inf.tree
 

Classes in uk.ed.inf.tree with type parameters of type ITreeNode
 class AncestorTreeIterator<T extends ITreeNode<T>>
           
 class GeneralTree<T extends ITreeNode<T>>
           
 interface ITree<T extends ITreeNode<T>>
          A tree data structure.
 interface ITreeNode<T extends ITreeNode<T>>
          Defines the node in a tree.
 interface ITreeNodeAction<T extends ITreeNode<T>>
           
 interface ITreeWalker<T extends ITreeNode<T>>
           
(package private)  class LCACalculator<T extends ITreeNode<T>>
           
 class LevelOrderTreeIterator<T extends ITreeNode<T>>
           
(package private)  class LevelOrderTreeWalker<T extends ITreeNode<T>>