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

Public Member Functions | |
| PowerPlant | getUnderlyingPowerPlant () |
| void | setUnderlyingPowerPlant (PowerPlant underlyingPowerPlant) |
| double | getPrice () |
| void | setPrice (double price) |
| Substance | getMainFuel () |
| void | setMainFuel (Substance mainFuel) |
| double | getFuelPassThroughFactor () |
| void | setFuelPassThroughFactor (double fuelPassThroughFactor) |
| double | getCo2PassThroughFactor () |
| void | setCo2PassThroughFactor (double co2PassThroughFactor) |
| LongTermContractType | getLongTermContractType () |
| void | setLongTermContractType (LongTermContractType longTermContractType) |
| double | getFuelPriceStart () |
| void | setFuelPriceStart (double fuelPriceStart) |
| double | getCo2PriceStart () |
| void | setCo2PriceStart (double co2PriceStart) |
| EnergyProducer | getSeller () |
| void | setSeller (EnergyProducer seller) |
| Zone | getZone () |
| void | setZone (Zone zone) |
| double | getCapacity () |
| void | setCapacity (double capacity) |
| double | getStart () |
| void | setStart (double start) |
| LongTermContractDuration | getDuration () |
| void | setDuration (LongTermContractDuration duration) |
| String | toString () |
Definition at line 22 of file LongTermContractOffer.java.
1.8.6