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 org.powertac.householdcustomer.customers org.powertac.officecomplexcustomer.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. -
Uses of AbstractCustomer in org.powertac.householdcustomer.customers
Subclasses of AbstractCustomer in org.powertac.householdcustomer.customers Modifier and Type Class Description class
Village
The village domain class is a set of households that comprise a small village that consumes aggregated energy by the appliances installed in each household. -
Uses of AbstractCustomer in org.powertac.officecomplexcustomer.customers
Subclasses of AbstractCustomer in org.powertac.officecomplexcustomer.customers Modifier and Type Class Description class
OfficeComplex
The office complex domain class is a set of offices that comprise a office building that consumes aggregated energy by the appliances installed in each office.
-