Package fr.ifremer.isisfish.types
Class ReproductionData
java.lang.Object
fr.ifremer.isisfish.types.ReproductionData
- Direct Known Subclasses:
RecruitmentInput
Aboundance, biomass and reproduction used during population migration.
- Since:
- 4.4.0.0
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.nuiton.math.matrix.MatrixND
Aboundance.protected org.nuiton.math.matrix.MatrixND
Biomass.protected org.nuiton.math.matrix.MatrixND
Reproduction. -
Constructor Summary
ConstructorDescriptionReproductionData
(org.nuiton.math.matrix.MatrixND aboundance, org.nuiton.math.matrix.MatrixND biomass, org.nuiton.math.matrix.MatrixND repro) -
Method Summary
Modifier and TypeMethodDescriptionorg.nuiton.math.matrix.MatrixND
org.nuiton.math.matrix.MatrixND
org.nuiton.math.matrix.MatrixND
getRepro()
-
Field Details
-
aboundance
protected org.nuiton.math.matrix.MatrixND aboundanceAboundance. -
biomass
protected org.nuiton.math.matrix.MatrixND biomassBiomass. -
repro
protected org.nuiton.math.matrix.MatrixND reproReproduction.
-
-
Constructor Details
-
ReproductionData
public ReproductionData(org.nuiton.math.matrix.MatrixND aboundance, org.nuiton.math.matrix.MatrixND biomass, org.nuiton.math.matrix.MatrixND repro)
-
-
Method Details
-
getAboundance
public org.nuiton.math.matrix.MatrixND getAboundance() -
getBiomass
public org.nuiton.math.matrix.MatrixND getBiomass() -
getRepro
public org.nuiton.math.matrix.MatrixND getRepro()
-