public class Customer extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Customer() |
|
Customer(org.powertac.common.CustomerInfo info) |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
getBootstrapNetUsage() |
double |
getControllableKW() |
String |
getCustomerClass() |
double |
getDownRegulationKW() |
String |
getGenericPowerType() |
long |
getId() |
long |
getIdCustomerInfo() |
String |
getName() |
int |
getPopulation() |
String |
getPowerType() |
RetailKPIHolder |
getRetail() |
double |
getStorageCapacity() |
double |
getUpRegulationKW() |
boolean |
isCanNegotiate() |
boolean |
isMultiContracting() |
static void |
recycle() |
void |
setBootstrapNetUsage(List<Double> bootstrapNetUsage) |
void |
setRetail(RetailKPIHolder retailKPIHolder) |
protected Customer()
public Customer(org.powertac.common.CustomerInfo info)
public long getId()
public long getIdCustomerInfo()
public String getCustomerClass()
public String getName()
public int getPopulation()
public String getPowerType()
public double getControllableKW()
public double getUpRegulationKW()
public double getDownRegulationKW()
public double getStorageCapacity()
public boolean isMultiContracting()
public boolean isCanNegotiate()
public String getGenericPowerType()
public RetailKPIHolder getRetail()
public void setRetail(RetailKPIHolder retailKPIHolder)
public static void recycle()
Copyright © 2017 Power TAC. All rights reserved.