public interface CapacityBundle
| Modifier and Type | Method and Description |
|---|---|
List<CapacityOriginator> |
getCapacityOriginators() |
CustomerInfo |
getCustomerInfo() |
String |
getName() |
ProfileOptimizerStructure |
getOptimizerStructure() |
int |
getPopulation() |
org.powertac.common.enumerations.PowerType |
getPowerType() |
TariffSubscriberStructure |
getSubscriberStructure() |
void |
initialize(FactoredCustomerService service,
CustomerStructure customerStructure) |
boolean |
isAllIndividual()
True just in case all CapacityOriginators in this bundle are INDIVIDUAL
|
void initialize(FactoredCustomerService service, CustomerStructure customerStructure)
String getName()
int getPopulation()
org.powertac.common.enumerations.PowerType getPowerType()
CustomerInfo getCustomerInfo()
TariffSubscriberStructure getSubscriberStructure()
ProfileOptimizerStructure getOptimizerStructure()
List<CapacityOriginator> getCapacityOriginators()
boolean isAllIndividual()
Copyright © 2018 Power TAC. All rights reserved.