Uses of Interface
pal.supgma.RateHandler
-
Packages that use RateHandler Package Description pal.supgma -
-
Uses of RateHandler in pal.supgma
Methods in pal.supgma that return RateHandler Modifier and Type Method Description static RateHandler
RateHandler.Utils. getArbitaryIntervalHandler(double[] times)
static RateHandler
RateHandler.Utils. getOneRatePerIntervalHandler()
static RateHandler
RateHandler.Utils. getSetRateHandler(double rate, int units)
static RateHandler
RateHandler.Utils. getSetRateHandler(MutationRateModel model)
static RateHandler
RateHandler.Utils. getSingleRateHandler()
Methods in pal.supgma with parameters of type RateHandler Modifier and Type Method Description void
SUPGMABase. setRateHandler(RateHandler rateHandler)
Makes no difference if no time info available
-