Uses of Class
org.holtz.zoe.Gene

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

Uses of Gene in org.holtz.zoe
 

Methods in org.holtz.zoe that return Gene
static Gene Gene.parse(ZoelTokenizer zoelTokenizer)
           
static Gene Gene.split()
           
 

Constructors in org.holtz.zoe with parameters of type Gene
Phene(Bug b, Gene g)