Interface CapacityBundle
-
- All Known Implementing Classes:
DefaultCapacityBundle
public interface CapacityBundle
- Author:
- Prashant Reddy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<CapacityOriginator>
getCapacityOriginators()
int
getCount()
CustomerInfo
getCustomerInfo()
String
getName()
ProfileOptimizerStructure
getOptimizerStructure()
int
getPopulation()
PowerType
getPowerType()
TariffSubscriberStructure
getSubscriberStructure()
void
initialize(FactoredCustomerService service, CustomerStructure customerStructure)
boolean
isAllIndividual()
True just in case all CapacityOriginators in this bundle are INDIVIDUAL
-
-
-
Method Detail
-
initialize
void initialize(FactoredCustomerService service, CustomerStructure customerStructure)
-
getName
String getName()
-
getCount
int getCount()
-
getPopulation
int getPopulation()
-
getPowerType
PowerType getPowerType()
-
getCustomerInfo
CustomerInfo getCustomerInfo()
-
getSubscriberStructure
TariffSubscriberStructure getSubscriberStructure()
-
getOptimizerStructure
ProfileOptimizerStructure getOptimizerStructure()
-
getCapacityOriginators
List<CapacityOriginator> getCapacityOriginators()
-
isAllIndividual
boolean isAllIndividual()
True just in case all CapacityOriginators in this bundle are INDIVIDUAL
-
-