Uses of Interface
org.powertac.common.interfaces.CustomerModelAccessor
-
Packages that use CustomerModelAccessor Package Description org.powertac.common Power TAC domain types, shared between simulation server and brokers.org.powertac.customer General customer-model infrastructure.org.powertac.customer.coldstorage org.powertac.customer.model Discrete capacity modules that can be combined into customer models. -
-
Uses of CustomerModelAccessor in org.powertac.common
Constructors in org.powertac.common with parameters of type CustomerModelAccessor Constructor Description TariffEvaluator(CustomerModelAccessor cma)
TariffEvaluator(CustomerModelAccessor cma, ServerConfiguration config)
-
Uses of CustomerModelAccessor in org.powertac.customer
Methods in org.powertac.customer with parameters of type CustomerModelAccessor Modifier and Type Method Description TariffEvaluator
AbstractCustomer. createTariffEvaluator(CustomerModelAccessor cma)
Creates a TariffEvaluator, populated with a pre-configured TariffEvaluationHelper. -
Uses of CustomerModelAccessor in org.powertac.customer.coldstorage
Classes in org.powertac.customer.coldstorage that implement CustomerModelAccessor Modifier and Type Class Description class
ColdStorage
*** Description is incorrect *** Model of a cold-storage warehouse with multiple refrigeration units. -
Uses of CustomerModelAccessor in org.powertac.customer.model
Classes in org.powertac.customer.model that implement CustomerModelAccessor Modifier and Type Class Description class
Battery
Models a single grid-connected storage battery with configurable capacity, max charge rate, max discharge rate, and efficiency.class
LiftTruck
Models the complement of lift trucks in a warehouse.
-