Uses of Package
org.powertac.common.msg
-
Packages that use org.powertac.common.msg Package Description org.powertac.accounting org.powertac.balancemkt org.powertac.common Power TAC domain types, shared between simulation server and brokers.org.powertac.common.interfaces org.powertac.common.msg Message types exchanged between the Power TAC simulation server and brokers.org.powertac.common.repo Repositories that need to exist in both the Power TAC simulation server and in brokers.org.powertac.du org.powertac.server org.powertac.tariffmarket org.powertac.visualizer.service_ptac -
Classes in org.powertac.common.msg used by org.powertac.accounting Class Description BalancingControlEvent Represents up-regulation or down-regulation by the DU as part of its balancing process. -
Classes in org.powertac.common.msg used by org.powertac.balancemkt Class Description BalancingOrder Represents an offer of balancing capacity from a broker to the DU. -
Classes in org.powertac.common.msg used by org.powertac.common Class Description MarketBootstrapData Encapsulates market prices and quantities over the bootstrap period. -
Classes in org.powertac.common.msg used by org.powertac.common.interfaces Class Description BalancingControlEvent Represents up-regulation or down-regulation by the DU as part of its balancing process.BalancingOrder Represents an offer of balancing capacity from a broker to the DU.EconomicControlEvent Message sent by a broker to the subscribers to a particular tariff, requesting them to adjust usage against that tariff in the specified timeslot. -
Classes in org.powertac.common.msg used by org.powertac.common.msg Class Description ControlEvent Message sent by a broker to the subscribers to a particular tariff, requesting them to curtail usage against that tariff in the specified timeslot.OrderStatus.Status TariffStatus Represents a response from server to broker to publication or update of a tariff.TariffStatus.Status TariffUpdate Command object that represents a broker's request to update a tariff, either to change its expiration date or to revoke it. -
Classes in org.powertac.common.msg used by org.powertac.common.repo Class Description BalancingOrder Represents an offer of balancing capacity from a broker to the DU. -
Classes in org.powertac.common.msg used by org.powertac.du Class Description BrokerAccept This message is used to signify that the broker authentication is accepted.CustomerBootstrapData This message encapsulates net power usage by timeslot for a customer instance over the bootstrap period.TimeslotComplete Message type that is guaranteed to be sent to brokers as the last outgoing message in a timeslot. -
Classes in org.powertac.common.msg used by org.powertac.server Class Description BrokerAuthentication This message is used for authenticating a broker with the server.PauseRelease This message is used by a broker to release a pause in the simulation that was previously requested by the same broker.PauseRequest This message is used by a broker to request a pause in the simulation. -
Classes in org.powertac.common.msg used by org.powertac.tariffmarket Class Description BalancingOrder Represents an offer of balancing capacity from a broker to the DU.EconomicControlEvent Message sent by a broker to the subscribers to a particular tariff, requesting them to adjust usage against that tariff in the specified timeslot.TariffExpire Request to change expiration date on an existing tariff.TariffRevoke Message created by a broker to request revocation of an existing tariff.VariableRateUpdate Conveys an HourlyCharge instance, labeled by its Tariff and Rate. -
Classes in org.powertac.common.msg used by org.powertac.visualizer.service_ptac Class Description CustomerBootstrapData This message encapsulates net power usage by timeslot for a customer instance over the bootstrap period.SimEnd This message is used to communicate the end of a simulation.SimPause This message is used to communicate a pause in a simulation.SimResume This message is used to communicate a revised simulation start time prior to the end of a simulation pause.SimStart This message is used to communicate the simulation start time from server to brokers in the last few seconds before the simulation starts.TariffRevoke Message created by a broker to request revocation of an existing tariff.TimeslotUpdate Message type that communicates to brokers the set of timeslots that are "open" for trading.