EMlab-generation Documentation  1.0
Documentation of the EMLab-Generation model.
Public Member Functions | List of all members
emlab.gen.repository.SegmentLoadRepository Interface Reference
Inheritance diagram for emlab.gen.repository.SegmentLoadRepository:
Inheritance graph
Collaboration diagram for emlab.gen.repository.SegmentLoadRepository:
Collaboration graph

Public Member Functions

Iterable< SegmentLoadfindAllSegmentLoadsBySegment (@Param("segment") Segment segment)
 
double returnSegmentBaseLoadBySegmentAndMarket (@Param("segment") Segment segment,@Param("market") ElectricitySpotMarket market)
 
double peakLoadbyZoneMarketandTime (@Param("zone") Zone zone,@Param("market") ElectricitySpotMarket market)
 

Detailed Description

Repository for segment loads

Author
ejlchappin

Definition at line 36 of file SegmentLoadRepository.java.

Member Function Documentation

Iterable<SegmentLoad> emlab.gen.repository.SegmentLoadRepository.findAllSegmentLoadsBySegment ( @Param("segment") Segment  segment)

Finds the segment loads for a certain segment.

Parameters
segmentthe segment to find the load for
Returns
the segment load
double emlab.gen.repository.SegmentLoadRepository.returnSegmentBaseLoadBySegmentAndMarket ( @Param("segment") Segment  segment,
@Param("market") ElectricitySpotMarket  market 
)

Finds the segment load for a certain segment and market

Parameters
segmentthe segment to find the load for
marketthe market to find the load for
Returns

The documentation for this interface was generated from the following file: