Class ReproductionData

java.lang.Object
fr.ifremer.isisfish.types.ReproductionData
Direct Known Subclasses:
RecruitmentInput

public class ReproductionData extends Object
Aboundance, biomass and reproduction used during population migration.
Since:
4.4.0.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.nuiton.math.matrix.MatrixND
    Aboundance.
    protected org.nuiton.math.matrix.MatrixND
    Biomass.
    protected org.nuiton.math.matrix.MatrixND
    Reproduction.
  • Constructor Summary

    Constructors
    Constructor
    Description
    ReproductionData(org.nuiton.math.matrix.MatrixND aboundance, org.nuiton.math.matrix.MatrixND biomass, org.nuiton.math.matrix.MatrixND repro)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.nuiton.math.matrix.MatrixND
     
    org.nuiton.math.matrix.MatrixND
     
    org.nuiton.math.matrix.MatrixND
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • aboundance

      protected org.nuiton.math.matrix.MatrixND aboundance
      Aboundance.
    • biomass

      protected org.nuiton.math.matrix.MatrixND biomass
      Biomass.
    • repro

      protected org.nuiton.math.matrix.MatrixND repro
      Reproduction.
  • 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()