|
EMlab-generation Documentation
1.0
Documentation of the EMLab-Generation model.
|


Public Member Functions | |
| Iterable< ElectricitySpotMarket > | findAllElectricitySpotMarkets () |
| List< ElectricitySpotMarket > | findAllElectricitySpotMarketsAsList () |
| double | countAllElectricitySpotMarkets () |
| CO2Auction | findCO2Auction () |
| ElectricitySpotMarket | findElectricitySpotMarketForZone (@Param("zone") Zone zone) |
| ElectricitySpotMarket | findElectricitySpotMarketByNationalGovernment (@Param("nationalG") NationalGovernment nationalG) |
| ElectricitySpotMarket | findElectricitySpotMarketByPowerPlant (@Param("plant") PowerPlant plant) |
| SegmentLoad | findSegmentLoadForElectricitySpotMarketForZone (@Param("zone") Zone zone,@Param("segment") Segment segment) |
| DecarbonizationMarket | findFirstMarketBySubstance (@Param("substance") Substance substance) |
The repository for markets.
Definition at line 44 of file MarketRepository.java.
| Iterable<ElectricitySpotMarket> emlab.gen.repository.MarketRepository.findAllElectricitySpotMarkets | ( | ) |
Finds all ElectricitySpotMarkets

| CO2Auction emlab.gen.repository.MarketRepository.findCO2Auction | ( | ) |
Finds the CO2Auction
| ElectricitySpotMarket emlab.gen.repository.MarketRepository.findElectricitySpotMarketForZone | ( | @Param("zone") Zone | zone | ) |
Gives the electricity spot market for a specific zone
| zone | the electricity market should be found for |
| DecarbonizationMarket emlab.gen.repository.MarketRepository.findFirstMarketBySubstance | ( | @Param("substance") Substance | substance | ) |
Gives the market for a specific substance
| substance | the substance the market should be found for |
1.8.6