org.powertac.visualizer.statistical
Class WholesaleData
java.lang.Object
org.powertac.visualizer.statistical.WholesaleData
public class WholesaleData
- extends Object
Represent one broker's action on the wholesale market.
- Author:
- Jurica Babic
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WholesaleData
public WholesaleData(BrokerModel broker,
org.powertac.common.Order order)
setBroker
public void setBroker(BrokerModel broker)
processMarketTransaction
public void processMarketTransaction(org.powertac.common.MarketTransaction tx)
getBroker
public BrokerModel getBroker()
getEnergyOrder
public double getEnergyOrder()
getEnergyTx
public double getEnergyTx()
getPriceOrder
public double getPriceOrder()
getPriceTx
public double getPriceTx()
Copyright © 2013 Power TAC. All Rights Reserved.