Package | Description |
---|---|
pal.tree |
Classes for providing the data structure of
trees, for constructing and modifying trees, and for parameterizing
trees (e.g., clock constraint).
|
Modifier and Type | Method | Description |
---|---|---|
static ParameterizedTree.Factory |
ClockTree.getParameterizedTreeFactory() |
Obtain a ParameterizedTree.Factory for generating Clock trees
|
static ParameterizedTree.Factory |
MutationRateModelTree.getParameterizedTreeFactory(MutationRateModel.Factory rateModel,
TimeOrderCharacterData tocd) |
Obtain a ParameterizedTree.Factory for generating Unconstrained trees
|
static ParameterizedTree.Factory |
UnconstrainedTree.getParameterizedTreeFactory() |
Obtain a ParameterizedTree.Factory for generating Unconstrained trees
|