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

Packages that use MateChoice
com.rubecula.darwin.domain.helper

Darwin 

com.rubecula.darwin.domain.world

Darwin 

com.rubecula.darwin.examples.pepperedmoth

Peppered Moth Example 

 

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

Methods in com.rubecula.darwin.domain.helper that return MateChoice
 MateChoice Taxon.getChooser()
           
 

Methods in com.rubecula.darwin.domain.helper with parameters of type MateChoice
 Mate Organism.createMate(MateChoice chooser, Organism female)
          Create a Mate object based on this (male) organism and its desirability to the given female.
 Mating Organism.createPairBond(MateChoice chooser, Lek lek, Lek alternativeLek)
           
 

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

Classes in com.rubecula.darwin.domain.world that implement MateChoice
 class MateChoice_
          Abstract class defining the base methods of MateChoice.
 class MateChoice_Evaluator
           
 class MateChoice_Wrightian
          Default implementation of MateChoice.
 

Methods in com.rubecula.darwin.domain.world that return MateChoice
 MateChoice Taxon_.getChooser()
          XXX
 

Methods in com.rubecula.darwin.domain.world with parameters of type MateChoice
 Mate Organism_Sexual.createMate(MateChoice chooser, Organism female)
          Create a Mate object based on this Organism [provided that this is male] and the given female.
 Mate Organism_Asexual.createMate(MateChoice chooser, Organism female)
           
 Mating Organism_Sexual.createPairBond(MateChoice chooser, Lek lek, Lek alternativeLek)
          If this object is a female and viable, create a pair bond from either population or alternativePopulation.
 Mating Organism_Asexual.createPairBond(MateChoice chooser, Lek lek, Lek alternativeLek)
           
 

Constructors in com.rubecula.darwin.domain.world with parameters of type MateChoice
Taxon_(java.lang.String identifier, Realm realm, Genomic genomic, Phenome phenome, Census censusTaker, Mortality mortality, MateChoice chooser, Fecundity fecundity)
          Constructor to create a Taxon with no populations.
Taxon_Darwinian(java.lang.String identifier, Realm realm, Genomic genomic, Phenome phenome, Census censusTaker, double infantMortality, MateChoice chooser, Fecundity fecundity, org.apache.commons.math.random.RandomGenerator random)
          Constructor to create a Taxon with no populations, and with the default mortality implementer.
Taxon_Darwinian(java.lang.String identifier, Realm realm, Genomic genomic, Phenome phenome, Census censusTaker, Mortality mortality, MateChoice chooser, Fecundity fecundity)
          Constructor to create a Taxon with no populations.
 

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

Classes in com.rubecula.darwin.examples.pepperedmoth that implement MateChoice
 class MateChoice_PepperedMoth
          Default implementation of MateChoice.
 



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