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()intgetCount()CustomerInfogetCustomerInfo()StringgetName()ProfileOptimizerStructuregetOptimizerStructure()intgetPopulation()PowerTypegetPowerType()TariffSubscriberStructuregetSubscriberStructure()voidinitialize(FactoredCustomerService service, CustomerStructure customerStructure)booleanisAllIndividual()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 
 - 
 
 -