Uses of Class
jebl.evolution.trees.SortedRootedTree.BranchOrdering
-
Packages that use SortedRootedTree.BranchOrdering Package Description jebl.evolution.trees -
-
Uses of SortedRootedTree.BranchOrdering in jebl.evolution.trees
Methods in jebl.evolution.trees that return SortedRootedTree.BranchOrdering Modifier and Type Method Description static SortedRootedTree.BranchOrderingSortedRootedTree.BranchOrdering. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SortedRootedTree.BranchOrdering[]SortedRootedTree.BranchOrdering. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jebl.evolution.trees with parameters of type SortedRootedTree.BranchOrdering Constructor Description SortedRootedTree(RootedTree source, SortedRootedTree.BranchOrdering branchOrdering)
-