Package fr.ifremer.isisfish.equation
Interface PopulationMaturityOgiveEquation
- All Superinterfaces:
NecessaryResult
Population's maturity ogive equation.
- Version:
- $Revision$ Last update : $Date$ By : $Author$
- Author:
- chatellier
-
Field Summary
Fields inherited from interface fr.ifremer.isisfish.result.NecessaryResult
EMPTY_STRING_ARRAY
-
Method Summary
Modifier and TypeMethodDescriptiondouble
compute
(SimulationContext context, PopulationGroup group) Compute maturity ogive.Methods inherited from interface fr.ifremer.isisfish.result.NecessaryResult
getNecessaryResult
-
Field Details
-
DEFAULT_CONTENT
- See Also:
-
-
Method Details
-
compute
Compute maturity ogive.- Parameters:
context
- simulation contextgroup
- le groupe dont on souhaite avoir l'ogive de maturité- Returns:
- l'ogive de maturite
- Throws:
Exception
-