public class ColourGenomeFactory extends MonochromeGenomeFactory
BASIC_TREE, CHESS, INSECT, RANDOM
Constructor and Description |
---|
ColourGenomeFactory(AllowedMutations muts) |
Modifier and Type | Method and Description |
---|---|
ColourGenome |
basicTree() |
ColourGenome |
chess() |
ColourGenome |
deliverSaltation()
Randomizes the genes in the genome.
|
void |
makeGenes(ColourGenome genome,
int a,
int b,
int c,
int d,
int e,
int f,
int g,
int h,
int i) |
getBasicType
public ColourGenomeFactory(AllowedMutations muts)
public void makeGenes(ColourGenome genome, int a, int b, int c, int d, int e, int f, int g, int h, int i)
public ColourGenome basicTree()
basicTree
in class MonochromeGenomeFactory
public ColourGenome chess()
public ColourGenome deliverSaltation()
GenomeFactory
deliverSaltation
in class MonochromeGenomeFactory