Uses of Class
com.rubecula.darwin.domain.world.Mate

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

Darwin 

com.rubecula.darwin.domain.world

Darwin 

 

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

Methods in com.rubecula.darwin.domain.helper that return Mate
 Mate Organism.createMate(MateChoice chooser, Organism female)
          Create a Mate object based on this (male) organism and its desirability to the given female.
 

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

Methods in com.rubecula.darwin.domain.world that return Mate
 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)
           
static Mate Mate.createMate(Organism male, double desirability)
          Factory method to create a new Mate object based on the given male Organism and his desirability.
static Mate Mate.createNemo(double minimumDesirability)
           
 

Methods in com.rubecula.darwin.domain.world with parameters of type Mate
 boolean Mate.updateIfBetter(Mate candidate)
          Update this object according to candidate male and desirability, providing that the candidate desirability is greater than the current value (and that the candidate male is not null).
 



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