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

Public Member Functions

ClearingPoint findClearingPointForSegmentAndTime (Segment segment, long time, boolean forecast)
 
Iterable< ClearingPointfindClearingPointsForSegmentAndTime (Segment segment, long time, boolean forecast)
 
ClearingPoint findClearingPointForMarketAndTime (DecarbonizationMarket market, long time, boolean forecast)
 
Iterable< ClearingPointfindClearingPointsForMarketAndTime (DecarbonizationMarket market, long time, boolean forecast)
 
ClearingPoint createOrUpdateClearingPoint (DecarbonizationMarket abstractMarket, double price, double volume, long time, boolean forecast)
 
SegmentClearingPoint createOrUpdateSegmentClearingPoint (Segment segment, DecarbonizationMarket abstractMarket, double price, double volume, double interconnectorFlow, long time, boolean forecast)
 
CO2MarketClearingPoint createOrUpdateCO2MarketClearingPoint (DecarbonizationMarket abstractMarket, double price, double volume, boolean emergencyTriggerActivated, double emergencyTriggerOutflow, long time, boolean forecast)
 

Detailed Description

Repository for {ClearingPoint}s

Author
ejlchappin

Definition at line 45 of file ClearingPointRepositoryOld.java.


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