Uses of Class
org.powertac.common.config.ConfigurableInstance
-
Packages that use ConfigurableInstance Package Description org.powertac.customer.coldstorage org.powertac.customer.model Discrete capacity modules that can be combined into customer models.org.powertac.evcustomer.beans org.powertac.evcustomer.customers org.powertac.genco -
-
Uses of ConfigurableInstance in org.powertac.customer.coldstorage
Classes in org.powertac.customer.coldstorage with annotations of type ConfigurableInstance Modifier and Type Class Description class
ColdStorage
*** Description is incorrect *** Model of a cold-storage warehouse with multiple refrigeration units. -
Uses of ConfigurableInstance in org.powertac.customer.model
Classes in org.powertac.customer.model with annotations of type ConfigurableInstance 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. -
Uses of ConfigurableInstance in org.powertac.evcustomer.beans
Classes in org.powertac.evcustomer.beans with annotations of type ConfigurableInstance Modifier and Type Class Description class
CarType
Represents a type of electric vehicle. -
Uses of ConfigurableInstance in org.powertac.evcustomer.customers
Classes in org.powertac.evcustomer.customers with annotations of type ConfigurableInstance Modifier and Type Class Description class
EvCustomer
class
EvSocialClass
Instances represent identifiable "classes" of EV customers. -
Uses of ConfigurableInstance in org.powertac.genco
Classes in org.powertac.genco with annotations of type ConfigurableInstance Modifier and Type Class Description class
CpGenco
Represents a set of bulk producers distributed across the transmission domain.class
Genco
Represents a producer of power in the transmission domain.class
MisoBuyer
Buys energy to meet demand in a large wholesale market.
-