Uses of Interface
com.rubecula.darwin.domain.helper.Mutator

Packages that use Mutator
com.rubecula.darwin.domain.genetics

Genetics 

com.rubecula.darwin.domain.helper

Darwin 

com.rubecula.darwin.domain.world

Darwin 

com.rubecula.darwin.examples.pepperedmoth

Peppered Moth Example 

com.rubecula.darwin.examples.travelingsalesman

Traveling Salesman Example 

 

Uses of Mutator in com.rubecula.darwin.domain.genetics
 

Classes in com.rubecula.darwin.domain.genetics that implement Mutator
 class Mutator_
          Abstract class to define the base methods and fields for instances of Mutator interface.
 class Mutator_Null
          Lifespan: permanent.
 class Mutator_Random
          Lifespan: permanent.
 

Methods in com.rubecula.darwin.domain.genetics that return Mutator
 Mutator Genomic_.getMutator()
          XXX
 

Methods in com.rubecula.darwin.domain.genetics with parameters of type Mutator
 Genome Genome_.mutate(Mutator mutator)
           
 Gene Gene_.mutate(Mutator mutator)
          Method to get a mutated copy of a Gene.
 

Constructors in com.rubecula.darwin.domain.genetics with parameters of type Mutator
Genomic_(java.lang.String identifier, int ploidy, Meiosis meiosis, Mutator mutator)
          Constructor for a new Genomic_ instance.
Genomic_Diploid(java.lang.String identifier, Meiosis meiosis, Mutator mutator)
          Constructor for a new Genomic_Diploid instance using the given meiosis implementation and the given mutator implementation.
Genomic_Haploid(java.lang.String identifier, org.apache.commons.math.random.RandomGenerator random, Mutator mutator)
          Primary Constructor for a new Genomic_Haploid instance using no meiosis implementation and the given mutator implementation.
 

Uses of Mutator in com.rubecula.darwin.domain.helper
 

Methods in com.rubecula.darwin.domain.helper that return Mutator
 Mutator Genomic.getMutator()
           
 

Methods in com.rubecula.darwin.domain.helper with parameters of type Mutator
 Genome Genome.mutate(Mutator mutator)
          Method to mutate a Genome using a particular mutator.
 Gene Gene.mutate(Mutator mutator)
          Method to get a mutated copy of a Gene.
 

Uses of Mutator in com.rubecula.darwin.domain.world
 

Constructors in com.rubecula.darwin.domain.world with parameters of type Mutator
Genomic_Asexual(java.lang.String identifier, org.apache.commons.math.random.RandomGenerator random, Mutator mutator)
           
Genomic_Sexual(java.lang.String identifier, Meiosis meiosis, Mutator mutator, org.apache.commons.math.random.RandomGenerator random)
          Constructor for a new Genomic_Sexual instance using the given meiosis implementation and the given mutator implementation.
 

Uses of Mutator in com.rubecula.darwin.examples.pepperedmoth
 

Classes in com.rubecula.darwin.examples.pepperedmoth that implement Mutator
 class Mutator_PepperedMoth
          This mutator is responsible for keeping the carbonaria allele in the population (or, conceivably, the typica allele) Every now and then, the copying of the gene goes wrong and the other allele is used instead.
 

Uses of Mutator in com.rubecula.darwin.examples.travelingsalesman
 

Classes in com.rubecula.darwin.examples.travelingsalesman that implement Mutator
 class Mutator_TS
           
 



Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.