Uses of Class
org.powertac.common.CapacityProfile
-
Packages that use CapacityProfile Package Description org.powertac.common.interfaces org.powertac.customer.coldstorage org.powertac.customer.model Discrete capacity modules that can be combined into customer models.org.powertac.householdcustomer.customers org.powertac.officecomplexcustomer.customers -
-
Uses of CapacityProfile in org.powertac.common.interfaces
Methods in org.powertac.common.interfaces that return CapacityProfile Modifier and Type Method Description CapacityProfile
CustomerModelAccessor. getCapacityProfile(Tariff tariff)
Returns a capacity profile for the given tariff. -
Uses of CapacityProfile in org.powertac.customer.coldstorage
Methods in org.powertac.customer.coldstorage that return CapacityProfile Modifier and Type Method Description CapacityProfile
ColdStorage. getCapacityProfile(Tariff tariff)
-
Uses of CapacityProfile in org.powertac.customer.model
Methods in org.powertac.customer.model that return CapacityProfile Modifier and Type Method Description CapacityProfile
Battery. getCapacityProfile(Tariff tariff)
CapacityProfile
LiftTruck. getCapacityProfile(Tariff tariff)
-
Uses of CapacityProfile in org.powertac.householdcustomer.customers
Methods in org.powertac.householdcustomer.customers that return CapacityProfile Modifier and Type Method Description CapacityProfile
Village.TariffEvaluationWrapper. getCapacityProfile(Tariff tariff)
-
Uses of CapacityProfile in org.powertac.officecomplexcustomer.customers
Methods in org.powertac.officecomplexcustomer.customers that return CapacityProfile Modifier and Type Method Description CapacityProfile
OfficeComplex.TariffEvaluationWrapper. getCapacityProfile(Tariff tariff)
-