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

Packages that use TreeBuilderFactory.DistanceModel
jebl.evolution.align Provides classes and interfaces for pairwise alignment of two sequences. 
jebl.evolution.trees   
 

Uses of TreeBuilderFactory.DistanceModel in jebl.evolution.align
 

Methods in jebl.evolution.align with parameters of type TreeBuilderFactory.DistanceModel
static AlignmentTreeBuilderFactory.Result AlignmentTreeBuilderFactory.build(Alignment alignment, TreeBuilderFactory.Method method, TreeBuilderFactory.DistanceModel model, ProgressListener progress)
           
 

Uses of TreeBuilderFactory.DistanceModel in jebl.evolution.trees
 

Methods in jebl.evolution.trees that return TreeBuilderFactory.DistanceModel
static TreeBuilderFactory.DistanceModel TreeBuilderFactory.DistanceModel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TreeBuilderFactory.DistanceModel[] TreeBuilderFactory.DistanceModel.values()
          Returns an array containing the constants of this enum type, in the order they're declared.