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

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

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

Methods in uk.ed.inf.graph.compound.archetypal that return ITree
protected  ITree<BaseCompoundNode> ArchetypalCompoundGraph.getNodeTree()
           
 

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

Methods in uk.ed.inf.graph.compound.base that return ITree
protected abstract  ITree<BaseCompoundNode> BaseCompoundGraph.getNodeTree()
           
 

Uses of ITree in uk.ed.inf.tree
 

Classes in uk.ed.inf.tree that implement ITree
 class GeneralTree<T extends ITreeNode<T>>