org.powertac.visualizer.statistical
Class WholesaleData

java.lang.Object
  extended by org.powertac.visualizer.statistical.WholesaleData

public class WholesaleData
extends Object

Represent one broker's action on the wholesale market.

Author:
Jurica Babic

Constructor Summary
WholesaleData(BrokerModel broker, org.powertac.common.Order order)
           
 
Method Summary
 BrokerModel getBroker()
           
 double getEnergyOrder()
           
 double getEnergyTx()
           
 double getPriceOrder()
           
 double getPriceTx()
           
 void processMarketTransaction(org.powertac.common.MarketTransaction tx)
           
 void setBroker(BrokerModel broker)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WholesaleData

public WholesaleData(BrokerModel broker,
                     org.powertac.common.Order order)
Method Detail

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.