Uses of Class
Models.RateCategory.FrequencyType

Packages that use RateCategory.FrequencyType
Models Provides classes for defing a phylogenetic model. 
 

Uses of RateCategory.FrequencyType in Models
 

Methods in Models that return RateCategory.FrequencyType
static RateCategory.FrequencyType RateCategory.FrequencyType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RateCategory.FrequencyType[] RateCategory.FrequencyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in Models with parameters of type RateCategory.FrequencyType
RateCategory(java.lang.String[][] rates, RateCategory.FrequencyType freqType, java.util.HashMap<java.lang.String,java.lang.Integer> map)
          Constrcutor for when the root distribution is defined as the stationary or quasi-staionary distribution.