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

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

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

Classes in org.biojavax.bio.phylo.tree that implement Branch
 class DefaultBranch
           
 class WeightedBranch
           
 

Methods in org.biojavax.bio.phylo.tree that return Branch
 Branch DefaultRootedTreeNode.getParentBranch()
           
 Branch RootedTreeNode.getParentBranch()
           
 

Methods in org.biojavax.bio.phylo.tree with parameters of type Branch
 void DefaultRootedTree.addBranch(Branch branch)
           
 void Node.addBranch(Branch branch)
           
 void DefaultRootedTreeNode.addBranch(Branch branch)
           
 void Tree.addBranch(Branch branch)
          Adds a branch to the tree.
 void DefaultRootedTreeNode.setParentBranch(Branch parentBranch)
           
 void RootedTreeNode.setParentBranch(Branch parentBranch)