Uses of Class
jenes.chromosome.codings.ShortCoding.Mode

Packages that use ShortCoding.Mode
jenes.chromosome.codings   
 

Uses of ShortCoding.Mode in jenes.chromosome.codings
 

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

Constructors in jenes.chromosome.codings with parameters of type ShortCoding.Mode
ShortCoding(ShortCoding.Mode mode)
          Creates a ShortCoding with the specified mode, that is the number representation scheme.