Uses of Class
org.forester.phylogeny.data.Distribution
Packages that use Distribution
-
Uses of Distribution in org.forester.phylogeny.data
Methods in org.forester.phylogeny.data that return DistributionModifier and TypeMethodDescriptionNodeData.getDistribution()Convenience method -- always returns the first Distribution.NodeData.getDistribution(int index) Methods in org.forester.phylogeny.data that return types with arguments of type DistributionMethods in org.forester.phylogeny.data with parameters of type DistributionModifier and TypeMethodDescriptionvoidNodeData.addDistribution(Distribution distribution) voidNodeData.setDistribution(int index, Distribution distribution) voidNodeData.setDistribution(Distribution distribution) Convenience method -- always sets the first Distribution.