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)  | 
getBasicTypepublic 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 MonochromeGenomeFactorypublic ColourGenome chess()
public ColourGenome deliverSaltation()
GenomeFactorydeliverSaltation in class MonochromeGenomeFactory