Uses of Class
org.holtz.zoe.Genotype2

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

Uses of Genotype2 in org.holtz.zoe
 

Methods in org.holtz.zoe that return Genotype2
static Genotype2 Genotype2.getRandomGenotype(java.util.Random random)
           
 

Constructors in org.holtz.zoe with parameters of type Genotype2
Genotype2(Genotype2 mom, Genotype2 dad, java.util.Random random)
           
Genotype2(Genotype2 theParent, java.util.Random random)