Interface EnvironmentalBenefits
-
- All Known Implementing Classes:
EnvironmentBenefitsImpl
public interface EnvironmentalBenefitsEstimated environmental benefits from site
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEnvironmentalBenefits.EmissionUnitTypeUnits of gassesstatic interfaceEnvironmentalBenefits.GasEmissionsSaved
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnvironmentalBenefits.GasEmissionsSavedgetGasEmissionSaved()Get the information on the amount of gas emissions that have been prevented by using solar power instead of power from grid that can come from sources that emit greenhouse gasesdoublegetLightBulbs()Get the equivalent amount of light bulbs powered from total power generateddoublegetTreesPlanted()Estimated amount of trees that would need to be planted to have the equivalent reduction of gas emissions
-
-
-
Method Detail
-
getGasEmissionSaved
EnvironmentalBenefits.GasEmissionsSaved getGasEmissionSaved()
Get the information on the amount of gas emissions that have been prevented by using solar power instead of power from grid that can come from sources that emit greenhouse gases- Returns:
- Gas Emission Reduction
-
getTreesPlanted
double getTreesPlanted()
Estimated amount of trees that would need to be planted to have the equivalent reduction of gas emissions- Returns:
- tree count
-
getLightBulbs
double getLightBulbs()
Get the equivalent amount of light bulbs powered from total power generated- Returns:
- number of light bulbs that could have been powered from total power
-
-