org.powertac.common.msg
Class CustomerBootstrapData

java.lang.Object
  extended by org.powertac.common.msg.CustomerBootstrapData

public class CustomerBootstrapData
extends Object

This message encapsulates net power usage by timeslot for a customer instance over the bootstrap period.

Author:
Anthony Chrysopoulos, John Collins

Constructor Summary
CustomerBootstrapData(CustomerInfo customer, PowerType powerType, double[] netUsage)
           
 
Method Summary
 String getCustomerName()
           
 long getId()
           
 double[] getNetUsage()
           
 PowerType getPowerType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerBootstrapData

public CustomerBootstrapData(CustomerInfo customer,
                             PowerType powerType,
                             double[] netUsage)
Method Detail

getId

public long getId()

getCustomerName

public String getCustomerName()

getPowerType

public PowerType getPowerType()

getNetUsage

public double[] getNetUsage()


Copyright © 2011. All Rights Reserved.