public class SnailGenomeFactory extends GenomeFactory
BASIC_TREE, CHESS, INSECT, RANDOM
Constructor and Description |
---|
SnailGenomeFactory(AllowedMutations muts) |
Modifier and Type | Method and Description |
---|---|
Genome |
deliverSaltation()
Randomizes the genes in the genome.
|
Genome |
getBasicType(int i) |
public SnailGenomeFactory(AllowedMutations muts)
public Genome getBasicType(int i)
getBasicType
in class GenomeFactory
public Genome deliverSaltation()
GenomeFactory
deliverSaltation
in class GenomeFactory