org.powertac.common.msg
Class CustomerBootstrapData
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomerBootstrapData
public CustomerBootstrapData(CustomerInfo customer,
PowerType powerType,
double[] netUsage)
getId
public long getId()
getCustomerName
public String getCustomerName()
getPowerType
public PowerType getPowerType()
getNetUsage
public double[] getNetUsage()
Copyright © 2012. All Rights Reserved.