Uses of Class
org.powertac.common.state.ChainedConstructor

Packages that use ChainedConstructor
org.powertac.common   
org.powertac.common.msg   
 

Uses of ChainedConstructor in org.powertac.common
 

Constructors in org.powertac.common with annotations of type ChainedConstructor
ClearedTrade(Timeslot timeslot, double executionMWh, double executionPrice, org.joda.time.Instant dateExecuted)
           
MarketPosition(Broker broker, Timeslot timeslot, double balance)
           
MarketTransaction(Broker broker, int when, Timeslot timeslot, double mWh, double price)
           
Order(Broker broker, Timeslot timeslot, double mWh, Double limitPrice)
          Deprecated. 
Orderbook(Timeslot timeslot, Double clearingPrice, org.joda.time.Instant dateExecuted)
           
WeatherForecast(Timeslot timeslot, List<WeatherForecastPrediction> predictions)
          Deprecated. 
WeatherReport(Timeslot timeslot, double temperature, double windSpeed, double windDirection, double cloudCover)
          Deprecated. 
 

Uses of ChainedConstructor in org.powertac.common.msg
 

Constructors in org.powertac.common.msg with annotations of type ChainedConstructor
OrderStatus(Broker broker, long orderId)
          Convenience constructor for timeslotDisabled message
 



Copyright © 2013. All Rights Reserved.