Uses of Class
org.holtz.zoe.Genotype

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

Uses of Genotype in org.holtz.zoe
 

Methods in org.holtz.zoe that return Genotype
static Genotype Genotype.algae()
           
static Genotype Genotype.founder(int nth)
           
 Genotype Bug.genotype()
           
static Genotype Genotype.random(java.util.Random random)
           
 Genotype World.topSpecies()
           
 

Constructors in org.holtz.zoe with parameters of type Genotype
Bug(World theWorld, Genotype theGenotype)
           
Genotype(Genotype mom, Genotype dad, java.util.Random random, Point where)
           
Genotype(Genotype mom, java.util.Random random, Point where)