Uses of Class
org.powertac.common.state.ChainedConstructor
-
Packages that use ChainedConstructor Package Description org.powertac.common Power TAC domain types, shared between simulation server and brokers.org.powertac.common.msg Message types exchanged between the Power TAC simulation server and brokers. -
-
Uses of ChainedConstructor in org.powertac.common
Constructors in org.powertac.common with annotations of type ChainedConstructor Constructor Description ClearedTrade(Timeslot timeslot, double executionMWh, double executionPrice, org.joda.time.Instant dateExecuted)
DistributionTransaction(Broker broker, int when, double kwh, double charge)
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)
TariffTransaction(Broker broker, int when, TariffTransaction.Type txType, TariffSpecification spec, CustomerInfo customer, int customerCount, double kWh, double charge)
Deprecated.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 Constructor Description OrderStatus(Broker broker, long orderId)
Convenience constructor for timeslotDisabled message
-