Class EIEnergy


  • public class EIEnergy
    extends Object
    Container for Energy data in the EnergyIndexCalculator.
    Author:
    Andrea Antonello (www.hydrologis.com)
    • Field Detail

      • basinId

        public int basinId
        The basin id.
      • energeticBandId

        public int energeticBandId
        The id of the energetic band.
      • virtualMonth

        public int virtualMonth
        The virtual month. The virtual months are divided as follows:
        0: 22 DICEMBRE - 20 GENNAIO
        1: 21 GENNAIO - 20 FEBBRAIO
        2: 21 FEBBRAIO - 22 MARZO
        3: 23 MARZO - 22 APRILE
        4: 23 APRILE - 22 MAGGIO
        5: 23 MAGGIO - 22 GIUGNO
      • energyValue

        public double energyValue
        The value of energy.
    • Constructor Detail

      • EIEnergy

        public EIEnergy()