com.rubecula.darwin.domain.helper
Interface Fecundity

All Known Implementing Classes:
Fecundity_, Fecundity_Saturated

public interface Fecundity

Defines methods to determine how fecund will be a particular mating in a population, i.e. how many progeny should be created per generation for each mating pair.

Version:
$Revision: 1.4 $
Author:
Robin Hillyard

Method Summary
 int getFecundity(Colony colony)
          Determine the number of progeny for each pair per generation.
 

Method Detail

getFecundity

int getFecundity(Colony colony)
Determine the number of progeny for each pair per generation.

Parameters:
colony - the colony to which the progeny will be born.
Returns:
a number greater than 0


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