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


Public Member Functions | |
| CashFlow | createCashFlow (DecarbonizationAgent from, DecarbonizationAgent to, double amount, int type, long time, PowerPlant plant) |
| Bid | submitBidToMarket (DecarbonizationMarket market, DecarbonizationAgent agent, long time, boolean isSupply, double price, double amount) |
Repository for cash flows
Definition at line 33 of file NonTransactionalCreateRepository.java.
|
inline |
Creates cash flow. Note: this is not transactional, so when called, it should be transactional there!
| from | |
| to | |
| amount | the money transfered |
| type | what the cashflow is about |
| time | the time |
| plant | the power plant related to this cash flow |
Definition at line 46 of file NonTransactionalCreateRepository.java.
|
inline |
Submit bids to a market. Note: this is not transactional, so when called, it should be transactional there!
| market | |
| agent | |
| time | |
| isSupply | |
| price | |
| amount |
Definition at line 76 of file NonTransactionalCreateRepository.java.
1.8.6