fr.ifremer.isisfish.equation
Interface PopulationGrowthReverse


public interface PopulationGrowthReverse

Population's growth reverse equation. Created: 23 août 2006 01:26:37

Version:
$Revision: 3428 $ Last update: $Date: 2011-06-22 16:47:43 +0200 (Wed, 22 Jun 2011) $ by : $Author: chatellier $
Author:
poussin

Method Summary
 double compute(SimulationContext context, double length, PopulationGroup group)
          Compute growth reverse equation.
 

Method Detail

compute

double compute(SimulationContext context,
               double length,
               PopulationGroup group)
               throws Exception
Compute growth reverse equation.

Parameters:
context - simulation context
length - la longueur du groupe
group - le groupe dont on souhaite avoir l'age en fonction de la longueur
Returns:
l'age du groupe en mois
Throws:
Exception


Copyright © 1999-2012 CodeLutin. All Rights Reserved.