Uses of Class
org.holtz.zoe.GenotypeOld

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

Uses of GenotypeOld in org.holtz.zoe
 

Methods in org.holtz.zoe that return GenotypeOld
static GenotypeOld GenotypeOld.getRandomGenotypeOld(World world)
           
 

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