Interface EnvironmentalBenefits.GasEmissionsSaved
-
- All Known Implementing Classes:
GasEmissionsSavedImpl
- Enclosing interface:
- EnvironmentalBenefits
public static interface EnvironmentalBenefits.GasEmissionsSaved
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetCo2()get the typical amount of CO2 emissions from fossil fuel power plants that would be emitted to generate the total amount of power that has been generated by this site.doublegetNox()get the typical amount of Nox emissions from fossil fuel power plants that would be emitted to generate the total amount of power that has been generated by this site.doublegetSo2()get the typical amount of SO2 emissions from fossil fuel power plants that would be emitted to generate the total amount of power that has been generated by this site.EnvironmentalBenefits.EmissionUnitTypegetUnits()Get the associated unit type for all of the associated gas emissions
-
-
-
Method Detail
-
getUnits
EnvironmentalBenefits.EmissionUnitType getUnits()
Get the associated unit type for all of the associated gas emissions- Returns:
- Unit type for all gas values
-
getCo2
double getCo2()
get the typical amount of CO2 emissions from fossil fuel power plants that would be emitted to generate the total amount of power that has been generated by this site.- Returns:
- amount of CO2
-
getSo2
double getSo2()
get the typical amount of SO2 emissions from fossil fuel power plants that would be emitted to generate the total amount of power that has been generated by this site.- Returns:
- aount of SO2
-
getNox
double getNox()
get the typical amount of Nox emissions from fossil fuel power plants that would be emitted to generate the total amount of power that has been generated by this site.- Returns:
- amount of Nox
-
-