Uses of Interface
org.biojavax.bio.phylo.tree.Tree

Packages that use Tree
org.biojavax.bio.phylo.tree Classes to represent phylogenetic tree concepts. 
 

Uses of Tree in org.biojavax.bio.phylo.tree
 

Subinterfaces of Tree in org.biojavax.bio.phylo.tree
 interface RootedTree
           
 interface UnrootedTree
           
 

Classes in org.biojavax.bio.phylo.tree that implement Tree
 class DefaultRootedTree
           
 

Methods in org.biojavax.bio.phylo.tree that return Tree
 Tree DefaultRootedTree.asUnrooted()
           
 Tree RootedTree.asUnrooted()