Uses of Class
org.biojavax.bio.phylo.io.nexus.CharactersBlock
-
Packages that use CharactersBlock Package Description org.biojavax.bio.phylo Classes to support phlylogeny objects.org.biojavax.bio.phylo.io.nexus Classes to support the I/O of Nexus files. -
-
Uses of CharactersBlock in org.biojavax.bio.phylo
Methods in org.biojavax.bio.phylo with parameters of type CharactersBlock Modifier and Type Method Description 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)
-
Uses of CharactersBlock in org.biojavax.bio.phylo.io.nexus
Subclasses of CharactersBlock in org.biojavax.bio.phylo.io.nexus Modifier and Type Class Description class
DataBlock
Represents Nexus data blocks.Methods in org.biojavax.bio.phylo.io.nexus that return CharactersBlock Modifier and Type Method Description protected CharactersBlock
CharactersBlockBuilder. makeNewBlock()
protected CharactersBlock
DataBlockBuilder. makeNewBlock()
-