Uses of Interface
jebl.evolution.trees.IntervalGenerator

Packages that use IntervalGenerator
jebl.evolution.coalescent   
jebl.evolution.trees   
 

Uses of IntervalGenerator in jebl.evolution.coalescent
 

Classes in jebl.evolution.coalescent that implement IntervalGenerator
 class CoalescentIntervalGenerator
          This is a class that draws coalescent intervals under the given demographic function.
 

Uses of IntervalGenerator in jebl.evolution.trees
 

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)