EMlab-generation Documentation  1.0
Documentation of the EMLab-Generation model.
Public Member Functions | Static Public Attributes | List of all members
emlab.gen.domain.contract.CashFlow Class Reference
Collaboration diagram for emlab.gen.domain.contract.CashFlow:
Collaboration graph

Public Member Functions

long getTime ()
 
void setTime (long time)
 
DecarbonizationAgent getFrom ()
 
void setFrom (DecarbonizationAgent from)
 
DecarbonizationAgent getTo ()
 
void setTo (DecarbonizationAgent to)
 
double getMoney ()
 
void setMoney (double money)
 
int getType ()
 
void setType (int type)
 
String toString ()
 
PowerPlant getRegardingPowerPlant ()
 
void setRegardingPowerPlant (PowerPlant regardingPowerPlant)
 

Static Public Attributes

static final int UNCLASSIFIED = 0
 
static final int ELECTRICITY_SPOT = 1
 
static final int ELECTRICITY_LONGTERM = 2
 
static final int FIXEDOMCOST = 3
 
static final int COMMODITY = 4
 
static final int CO2TAX = 5
 
static final int CO2AUCTION = 6
 
static final int LOAN = 7
 
static final int DOWNPAYMENT = 8
 
static final int NATIONALMINCO2 = 9
 
static final int STRRESPAYMENT = 10
 
static final int CO2HEDGING = 12
 

Detailed Description

Definition at line 26 of file CashFlow.java.


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