Uses of Class
org.forester.phylogeny.data.Distribution
-
Packages that use Distribution Package Description org.forester.phylogeny.data -
-
Uses of Distribution in org.forester.phylogeny.data
Methods in org.forester.phylogeny.data that return Distribution Modifier and Type Method Description Distribution
NodeData. getDistribution()
Convenience method -- always returns the first Distribution.Distribution
NodeData. getDistribution(int index)
Methods in org.forester.phylogeny.data that return types with arguments of type Distribution Modifier and Type Method Description java.util.List<Distribution>
NodeData. getDistributions()
Methods in org.forester.phylogeny.data with parameters of type Distribution Modifier and Type Method Description void
NodeData. addDistribution(Distribution distribution)
void
NodeData. setDistribution(int index, Distribution distribution)
void
NodeData. setDistribution(Distribution distribution)
Convenience method -- always sets the first Distribution.
-