Uses of Class
Individuals.Genotype

Packages that use Genotype
Individuals   
Operator.Operations   
 

Uses of Genotype in Individuals
 

Methods in Individuals that return Genotype
 Genotype Individual.getGenotype()
          Get the genotype
 Genotype GEIndividual.getGenotype()
           
abstract  Genotype AbstractIndividual.getGenotype()
           
 

Methods in Individuals with parameters of type Genotype
static GEIndividual GEIndividual.getIndividual(GEGrammar grammar, Phenotype phen, Genotype genotype, Fitness fitness)
          Factory method for creating GEIndivdual with different grammars
 void Individual.setGenotype(Genotype g)
          Set genotype
 void GEIndividual.setGenotype(Genotype g)
          Invalidates the individual because a change has been made to the genotype.
abstract  void AbstractIndividual.setGenotype(Genotype g)
           
 

Constructors in Individuals with parameters of type Genotype
GEIndividual(GEGrammar g, Phenotype p, Genotype gen, Fitness f)
          Create new GEindividual instance
Genotype(Genotype g)
          Copy constructor
 

Uses of Genotype in Operator.Operations
 

Fields in Operator.Operations declared as Genotype
protected  Genotype GrowInitialiser.genotype
           
 

Methods in Operator.Operations that return Genotype
 Genotype GrowInitialiser.getGenotype(int maxLength)
          Creates a genotype by building a tree to the most maxDepth for one branch.