Uses of Class
org.powertac.customer.AbstractCustomer
-
Packages that use AbstractCustomer Package Description org.powertac.customer.coldstorage org.powertac.customer.model Discrete capacity modules that can be combined into customer models.org.powertac.evcustomer.customers -
-
Uses of AbstractCustomer in org.powertac.customer.coldstorage
Subclasses of AbstractCustomer in org.powertac.customer.coldstorage Modifier and Type Class Description class
ColdStorage
*** Description is incorrect *** Model of a cold-storage warehouse with multiple refrigeration units. -
Uses of AbstractCustomer in org.powertac.customer.model
Subclasses of AbstractCustomer in org.powertac.customer.model 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 AbstractCustomer in org.powertac.evcustomer.customers
Subclasses of AbstractCustomer in org.powertac.evcustomer.customers Modifier and Type Class Description class
EvSocialClass
Instances represent identifiable "classes" of EV customers.
-