Uses of Class
jebl.evolution.trees.ReRootedTree.RootingType

Packages that use ReRootedTree.RootingType
jebl.evolution.trees   
 

Uses of ReRootedTree.RootingType in jebl.evolution.trees
 

Methods in jebl.evolution.trees that return ReRootedTree.RootingType
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
ReRootedTree(RootedTree source, ReRootedTree.RootingType rootingType)
           
 



http://code.google.com/p/jebl2/