org.powertac.visualizer.statistical
Class SingleTimeslotWholesaleData
java.lang.Object
org.powertac.visualizer.statistical.DynamicData
org.powertac.visualizer.statistical.SingleTimeslotWholesaleData
public class SingleTimeslotWholesaleData
- extends DynamicData
Aggregate wholesale data (all the clearings) for one timeslot from broker's
perspective.
- Author:
- Jurica Babic
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingleTimeslotWholesaleData
public SingleTimeslotWholesaleData(int tsIndex,
double energy,
double profit)
getMarketTransactions
public HashMap<Integer,org.powertac.common.MarketTransaction> getMarketTransactions()
setClosed
public void setClosed(boolean closed)
addMarketTransaction
public void addMarketTransaction(org.powertac.common.MarketTransaction mtx)
isClosed
public boolean isClosed()
Copyright © 2013 Power TAC. All Rights Reserved.