Uses of Interface
org.powertac.common.ValidatableMessage
| 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 ValidatableMessage in org.powertac.common
Classes in org.powertac.common that implement ValidatableMessage Modifier and Type Class Description classTariffMessageSupertype of all tariff-related messages that can be processed by a TariffMessageProcessor.classTariffSpecificationRepresents a Tariff offered by a Broker to customers. -
Uses of ValidatableMessage in org.powertac.common.msg
Classes in org.powertac.common.msg that implement ValidatableMessage Modifier and Type Class Description classBalancingControlEventRepresents up-regulation or down-regulation by the DU as part of its balancing process.classBalancingOrderRepresents an offer of balancing capacity from a broker to the DU.classControlEventMessage sent by a broker to the subscribers to a particular tariff, requesting them to curtail usage against that tariff in the specified timeslot.classEconomicControlEventMessage sent by a broker to the subscribers to a particular tariff, requesting them to adjust usage against that tariff in the specified timeslot.classTariffExpireRequest to change expiration date on an existing tariff.classTariffRevokeMessage created by a broker to request revocation of an existing tariff.classTariffStatusRepresents a response from server to broker to publication or update of a tariff.classTariffUpdateCommand object that represents a broker's request to update a tariff, either to change its expiration date or to revoke it.classVariableRateUpdateConveys an HourlyCharge instance, labeled by its Tariff and Rate.