org.powertac.factoredcustomer.interfaces
Interface CapacityBundle


public interface CapacityBundle

Author:
Prashant Reddy

Method Summary
 List<CapacityOriginator> getCapacityOriginators()
           
 org.powertac.common.CustomerInfo getCustomerInfo()
           
 String getName()
           
 ProfileOptimizerStructure getOptimizerStructure()
           
 int getPopulation()
           
 org.powertac.common.enumerations.PowerType getPowerType()
           
 TariffSubscriberStructure getSubscriberStructure()
           
 void initialize(CustomerStructure profile, Element xml)
           
 

Method Detail

initialize

void initialize(CustomerStructure profile,
                Element xml)

getName

String getName()

getPopulation

int getPopulation()

getPowerType

org.powertac.common.enumerations.PowerType getPowerType()

getCustomerInfo

org.powertac.common.CustomerInfo getCustomerInfo()

getSubscriberStructure

TariffSubscriberStructure getSubscriberStructure()

getOptimizerStructure

ProfileOptimizerStructure getOptimizerStructure()

getCapacityOriginators

List<CapacityOriginator> getCapacityOriginators()


Copyright © 2012 Power TAC. All Rights Reserved.