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


Public Member Functions | |
| Substance | getMainFuel () |
| void | setMainFuel (Substance mainFuel) |
| double | getFuelPassThroughFactor () |
| void | setFuelPassThroughFactor (double fuelPassThroughFactor) |
| double | getCo2PassThroughFactor () |
| void | setCo2PassThroughFactor (double co2PassThroughFactor) |
| double | getFuelPriceStart () |
| void | setFuelPriceStart (double fuelPriceStart) |
| double | getCo2PriceStart () |
| void | setCo2PriceStart (double co2PriceStart) |
| Zone | getZone () |
| void | setZone (Zone zone) |
| double | getCapacity () |
| void | setCapacity (double capacity) |
| LongTermContractType | getLongTermContractType () |
| void | setLongTermContractType (LongTermContractType longTermContractType) |
| PowerPlant | getUnderlyingPowerPlant () |
| void | setUnderlyingPowerPlant (PowerPlant underlyingPowerPlant) |
| LongTermContractDuration | getDuration () |
| void | setDuration (LongTermContractDuration duration) |
Public Member Functions inherited from emlab.gen.domain.contract.Contract | |
| double | getPricePerUnit () |
| void | setPricePerUnit (double pricePerUnit) |
| boolean | isSigned () |
| void | setSigned (boolean signed) |
| long | getStart () |
| void | setStart (long start) |
| long | getFinish () |
| void | setFinish (long finish) |
| DecarbonizationAgent | getFrom () |
| void | setFrom (DecarbonizationAgent from) |
| DecarbonizationAgent | getTo () |
| void | setTo (DecarbonizationAgent to) |
Definition at line 21 of file LongTermContract.java.
1.8.6