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 RateHandlerRateHandler.Utils. getArbitaryIntervalHandler(double[] times)static RateHandlerRateHandler.Utils. getOneRatePerIntervalHandler()static RateHandlerRateHandler.Utils. getSetRateHandler(double rate, int units)static RateHandlerRateHandler.Utils. getSetRateHandler(MutationRateModel model)static RateHandlerRateHandler.Utils. getSingleRateHandler()Methods in pal.supgma with parameters of type RateHandler Modifier and Type Method Description voidSUPGMABase. setRateHandler(RateHandler rateHandler)Makes no difference if no time info available
-