public class SingleTimeslotWholesaleData extends DynamicData
| Constructor and Description |
|---|
SingleTimeslotWholesaleData(int tsIndex,
double energy,
double profit) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMarketTransaction(MarketTransaction mtx) |
HashMap<Integer,MarketTransaction> |
getMarketTransactions() |
boolean |
isClosed() |
void |
setClosed(boolean closed) |
getEnergy, getEnergyDelta, getProfit, getProfitDelta, getTsIndex, setEnergy, setProfit, updatepublic SingleTimeslotWholesaleData(int tsIndex,
double energy,
double profit)
public HashMap<Integer,MarketTransaction> getMarketTransactions()
public void setClosed(boolean closed)
public void addMarketTransaction(MarketTransaction mtx)
public boolean isClosed()
Copyright © 2017 Power TAC. All rights reserved.