public interface PopulationGrowth
| Modifier and Type | Method and Description |
|---|---|
double |
compute(SimulationContext context,
double age,
PopulationGroup group)
Compute groth equation.
|
double compute(SimulationContext context, double age, PopulationGroup group) throws Exception
context - simulation contextage - l'age du groupe en moisgroup - le groupe dont on souhaite avoir la longueur en fonction de l'ageExceptionCopyright © 1999-2013 CodeLutin. All Rights Reserved.