Uses of Class
net.sf.amiba.evolve.population.SelectionMethodEnum

Packages that use SelectionMethodEnum
net.sf.amiba.evolve.population   
 

Uses of SelectionMethodEnum in net.sf.amiba.evolve.population
 

Methods in net.sf.amiba.evolve.population that return SelectionMethodEnum
static SelectionMethodEnum SelectionMethodEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SelectionMethodEnum[] SelectionMethodEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.