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
FieldsModifier and TypeFieldDescriptionprotected org.nuiton.math.matrix.MatrixNDAboundance.protected org.nuiton.math.matrix.MatrixNDBiomass.protected org.nuiton.math.matrix.MatrixNDReproduction. -
Constructor Summary
ConstructorsConstructorDescriptionReproductionData(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.MatrixNDorg.nuiton.math.matrix.MatrixNDorg.nuiton.math.matrix.MatrixNDgetRepro()
-
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()
-