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


Public Member Functions | |
| Iterable< SegmentLoad > | findAllSegmentLoadsBySegment (@Param("segment") Segment segment) |
| double | returnSegmentBaseLoadBySegmentAndMarket (@Param("segment") Segment segment,@Param("market") ElectricitySpotMarket market) |
| double | peakLoadbyZoneMarketandTime (@Param("zone") Zone zone,@Param("market") ElectricitySpotMarket market) |
Repository for segment loads
Definition at line 36 of file SegmentLoadRepository.java.
| Iterable<SegmentLoad> emlab.gen.repository.SegmentLoadRepository.findAllSegmentLoadsBySegment | ( | @Param("segment") Segment | segment | ) |
Finds the segment loads for a certain segment.
| segment | the segment to find the load for |
| double emlab.gen.repository.SegmentLoadRepository.returnSegmentBaseLoadBySegmentAndMarket | ( | @Param("segment") Segment | segment, |
| @Param("market") ElectricitySpotMarket | market | ||
| ) |
Finds the segment load for a certain segment and market
| segment | the segment to find the load for |
| market | the market to find the load for |
1.8.6