Class EIEnergy
- java.lang.Object
-
- org.hortonmachine.gears.io.eicalculator.EIEnergy
-
public class EIEnergy extends Object
Container for Energy data in theEnergyIndexCalculator.- Author:
- Andrea Antonello (www.hydrologis.com)
-
-
Field Summary
Fields Modifier and Type Field Description intbasinIdThe basin id.intenergeticBandIdThe id of the energetic band.doubleenergyValueThe value of energy.intvirtualMonthThe virtual month.
-
Constructor Summary
Constructors Constructor Description EIEnergy()
-
-
-
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.
-
-