Uses of Interface
com.rubecula.darwin.domain.world.Attraction

Packages that use Attraction
com.rubecula.darwin.domain.world

Darwin 

com.rubecula.darwin.examples.pepperedmoth

Peppered Moth Example 

 

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

Classes in com.rubecula.darwin.domain.world that implement Attraction
 class Attraction_
          Base class for Attraction.
 class Attraction_Uniform
          Lifespan: permanent.
 

Fields in com.rubecula.darwin.domain.world declared as Attraction
protected  Attraction MateChoice_._attraction
           
 

Methods in com.rubecula.darwin.domain.world that return Attraction
protected  Attraction MateChoice_.getAttractionEvaluator()
           
 

Constructors in com.rubecula.darwin.domain.world with parameters of type Attraction
MateChoice_(org.apache.commons.math.random.RandomGenerator random, Attraction attraction)
          protected constructor.
MateChoice_Evaluator(org.apache.commons.math.random.RandomGenerator random, Desirable desirability, Choosy undesirability, Attraction attraction)
           
MateChoice_Wrightian(org.apache.commons.math.random.RandomGenerator random, Attraction attraction)
          Primary constructor.
 

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

Constructors in com.rubecula.darwin.examples.pepperedmoth with parameters of type Attraction
MateChoice_PepperedMoth(org.apache.commons.math.random.RandomGenerator random, Function_Desirable functionDesirable, Function_Choosy functionChoosy, Attraction attraction)
          Public constructor.
 



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