org.powertac.common.msg
Class MarketBootstrapData

java.lang.Object
  extended by org.powertac.common.msg.MarketBootstrapData

public class MarketBootstrapData
extends Object

Encapsulates market prices and quantities over the bootstrap period. Prices and quantities are given from the broker's viewpoint, which means that typically quantities are positive and prices are negative (the broker is buying energy).

Author:
John Collins

Constructor Summary
MarketBootstrapData(double[] mwh, double[] price)
           
 
Method Summary
 long getId()
           
 double[] getMarketPrice()
           
 double[] getMwh()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarketBootstrapData

public MarketBootstrapData(double[] mwh,
                           double[] price)
Method Detail

getId

public long getId()

getMwh

public double[] getMwh()

getMarketPrice

public double[] getMarketPrice()


Copyright © 2013. All Rights Reserved.