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

Public Member Functions

Iterable< SegmentClearingPointfindAllSegmentClearingPointsForTime (@Param("time") long time,@Param("forecast") boolean forecast)
 
Iterable< SegmentClearingPointfindAllSegmentClearingPointsForSegmentAndTime (@Param("time") long time,@Param("segment") Segment segment,@Param("forecast") boolean forecast)
 
SegmentClearingPoint findOneSegmentClearingPointForMarketSegmentAndTime (@Param("time") long time,@Param("segment") Segment segment,@Param("market") ElectricitySpotMarket electricitySpotMarket,@Param("forecast") boolean forecast)
 

Detailed Description

Definition at line 27 of file SegmentClearingPointRepository.java.


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