Uses of Class
jebl.evolution.trees.TreeBuilderFactory.ConsensusMethod

Packages that use TreeBuilderFactory.ConsensusMethod
jebl.evolution.trees   
 

Uses of TreeBuilderFactory.ConsensusMethod in jebl.evolution.trees
 

Methods in jebl.evolution.trees that return TreeBuilderFactory.ConsensusMethod
static TreeBuilderFactory.ConsensusMethod TreeBuilderFactory.ConsensusMethod.valueOf(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're declared.
 

Methods in jebl.evolution.trees with parameters of type TreeBuilderFactory.ConsensusMethod
static ConsensusTreeBuilder TreeBuilderFactory.buildRooted(RootedTree[] trees, double supportThreshold, TreeBuilderFactory.ConsensusMethod method)
           
static ConsensusTreeBuilder TreeBuilderFactory.buildRooted(Tree[] trees, double supportThreshold, TreeBuilderFactory.ConsensusMethod method)
          convenience method.
static ConsensusTreeBuilder TreeBuilderFactory.buildUnRooted(Tree[] trees, Taxon outGroup, double supportThreshold, TreeBuilderFactory.ConsensusMethod method)