Uses of Class
org.holtz.zoe.Mutation

Packages that use Mutation
org.holtz.zoe A Zoe World with evolvable Bugs controlled by Genes coded as mutating Zoel programs.
 
 

Uses of Mutation in org.holtz.zoe
 

Methods in org.holtz.zoe that return Mutation
static Mutation Mutation.random(java.util.Random random)
           
static Mutation Mutation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Mutation[] Mutation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.