Uses of Enum Class
jebl.evolution.trees.TreeBuilderFactory.ConsensusMethod
Packages that use TreeBuilderFactory.ConsensusMethod
-
Uses of TreeBuilderFactory.ConsensusMethod in jebl.evolution.trees
Subclasses with type arguments of type TreeBuilderFactory.ConsensusMethod in jebl.evolution.treesModifier and TypeClassDescriptionstatic enumSupported consensus methods.Methods in jebl.evolution.trees that return TreeBuilderFactory.ConsensusMethodModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TreeBuilderFactory.ConsensusMethod[]TreeBuilderFactory.ConsensusMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jebl.evolution.trees with parameters of type TreeBuilderFactory.ConsensusMethodModifier and TypeMethodDescriptionstatic 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)