Uses of Class
jebl.evolution.trees.TreeBuilderFactory.ConsensusMethod
-
Packages that use TreeBuilderFactory.ConsensusMethod Package Description jebl.evolution.trees -
-
Uses of TreeBuilderFactory.ConsensusMethod in jebl.evolution.trees
Methods in jebl.evolution.trees that return TreeBuilderFactory.ConsensusMethod Modifier and Type Method Description static TreeBuilderFactory.ConsensusMethodTreeBuilderFactory.ConsensusMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TreeBuilderFactory.ConsensusMethod[]TreeBuilderFactory.ConsensusMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jebl.evolution.trees with parameters of type TreeBuilderFactory.ConsensusMethod Modifier and Type Method Description static ConsensusTreeBuilderTreeBuilderFactory. buildRooted(RootedTree[] trees, double supportThreshold, TreeBuilderFactory.ConsensusMethod method)static ConsensusTreeBuilderTreeBuilderFactory. buildRooted(Tree[] trees, double supportThreshold, TreeBuilderFactory.ConsensusMethod method)convenience method.static ConsensusTreeBuilderTreeBuilderFactory. buildUnRooted(Tree[] trees, Taxon outGroup, double supportThreshold, TreeBuilderFactory.ConsensusMethod method)
-