Uses of Class
org.biojavax.bio.phylo.io.nexus.TaxaBlock

Packages that use TaxaBlock
org.biojavax.bio.phylo Classes to support phlylogeny objects. 
 

Uses of TaxaBlock in org.biojavax.bio.phylo
 

Methods in org.biojavax.bio.phylo with parameters of type TaxaBlock
static void ParsimonyTreeMethod.MP(TaxaBlock t, CharactersBlock ch)
           
static org.jgrapht.WeightedGraph<String,org.jgrapht.graph.DefaultWeightedEdge> DistanceBasedTreeMethod.NeighborJoining(TaxaBlock t, CharactersBlock ch)
           
static org.jgrapht.WeightedGraph<String,org.jgrapht.graph.DefaultWeightedEdge> DistanceBasedTreeMethod.Upgma(TaxaBlock t, CharactersBlock ch)