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

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

Uses of XStreamStateLoggable in org.powertac.common
 

Subclasses of XStreamStateLoggable in org.powertac.common
 class HourlyCharge
          Represents the cost of power during a specific timeslot in a variable Rate.
 class Order
          A Order instance represents a market (no price specified) or a limit (min/max price specified) order in the PowerTAC wholesale market.
 class Rate
          Tariffs are composed of Rates.
 class TariffMessage
          Supertype of all tariff-related messages that can be processed by a TariffMessageProcessor.
 class TariffSpecification
          Represents a Tariff offered by a Broker to customers.
 

Uses of XStreamStateLoggable in org.powertac.common.msg
 

Subclasses of XStreamStateLoggable in org.powertac.common.msg
 class BalancingControlEvent
          Represents a curtailment of energy by the DU as part of its balancing process.
 class BalancingOrder
          Represents an offer of balancing capacity from a broker to the DU.
 class 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.
 class EconomicControlEvent
          Message sent by a broker to the subscribers to a particular tariff, requesting them to curtail usage against that tariff in the specified timeslot.
 class TariffExpire
          Request to change expiration date on an existing tariff.
 class TariffRevoke
          Message created by a broker to request revocation of an existing tariff.
 class TariffStatus
          Represents a response from server to broker to publication or update of a tariff.
 class TariffUpdate
          Command object that represents a broker's request to update a tariff, either to change its expiration date or to revoke it.
 class VariableRateUpdate
          Conveys an HourlyCharge instance, labeled by its Tariff and Rate.
 



Copyright © 2012. All Rights Reserved.