Uses of Class
jebl.evolution.trees.ReRootedTree.RootingType
-
Packages that use ReRootedTree.RootingType Package Description jebl.evolution.trees -
-
Uses of ReRootedTree.RootingType in jebl.evolution.trees
Methods in jebl.evolution.trees that return ReRootedTree.RootingType Modifier and Type Method Description static ReRootedTree.RootingType
ReRootedTree.RootingType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReRootedTree.RootingType[]
ReRootedTree.RootingType. 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 ReRootedTree.RootingType Constructor Description ReRootedTree(RootedTree source, ReRootedTree.RootingType rootingType)
-