Uses of Interface
pal.tree.ParameterizedTree.Factory
-
Packages that use ParameterizedTree.Factory 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). -
-
Uses of ParameterizedTree.Factory in pal.tree
Methods in pal.tree that return ParameterizedTree.Factory Modifier and Type Method Description static ParameterizedTree.Factory
ClockTree. getParameterizedTreeFactory()
Obtain a ParameterizedTree.Factory for generating Clock treesstatic ParameterizedTree.Factory
MutationRateModelTree. getParameterizedTreeFactory(MutationRateModel.Factory rateModel, TimeOrderCharacterData tocd)
Obtain a ParameterizedTree.Factory for generating Unconstrained treesstatic ParameterizedTree.Factory
UnconstrainedTree. getParameterizedTreeFactory()
Obtain a ParameterizedTree.Factory for generating Unconstrained trees
-