Uses of Class
jebl.evolution.trees.AbstractRootedTree
-
Packages that use AbstractRootedTree Package Description jebl.evolution.trees -
-
Uses of AbstractRootedTree in jebl.evolution.trees
Subclasses of AbstractRootedTree in jebl.evolution.trees Modifier and Type Class Description class
FilteredRootedTree
class
MutableRootedTree
A simple rooted tree providing some ability to manipulate the tree.class
ReRootedTree
A rooted tree concrete class that wraps another tree and provides a differently rooted view of that tree.class
RootedFromUnrooted
Root an unrooted tree.class
RootedSubtree
A simple, immutable rooted tree implementation that is a subtree of an existing tree subtending a specified set of taxa..class
SortedRootedTree
class
TransformedRootedTree
This RootedTree class wraps another RootedTree and transforms the branch lengths and node heights using various functions.
-