| Constructors in jebl.evolution.trees with parameters of type IntervalGenerator |
TreeSimulator(IntervalGenerator intervalGenerator,
Collection<Taxon> taxa,
String heightAttributeName)
A constructor for a given collection of taxa. |
TreeSimulator(IntervalGenerator intervalGenerator,
String taxonPrefix,
double[] samplingTimes)
|
TreeSimulator(IntervalGenerator intervalGenerator,
String taxonPrefix,
int taxonCount)
A constructor for a given number of taxa, all sampled at the same time |
TreeSimulator(IntervalGenerator intervalGenerator,
String taxonPrefix,
int[] samplingCounts,
double[] samplingTimes)
|