JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
E
G
I
N
O
P
R
S
T
W
A
AbstractCustomer
- Class in
org.powertac.customer
Customer models must implement this interface.
AbstractCustomer()
- Constructor for class org.powertac.customer.
AbstractCustomer
AbstractCustomer(String)
- Constructor for class org.powertac.customer.
AbstractCustomer
Sets up basic attributes.
activate(Instant, int)
- Method in class org.powertac.customer.
CustomerModelService
C
ColdStorage
- Class in
org.powertac.customer.coldstorage
Model of a cold-storage warehouse with multiple refrigeration units.
ColdStorage()
- Constructor for class org.powertac.customer.coldstorage.
ColdStorage
Default constructor, requires manual setting of name
ColdStorage(String)
- Constructor for class org.powertac.customer.coldstorage.
ColdStorage
Constructor with name
customerInfo
- Variable in class org.powertac.customer.
AbstractCustomer
CustomerModelService
- Class in
org.powertac.customer
Manages a set of customer models.
CustomerModelService()
- Constructor for class org.powertac.customer.
CustomerModelService
E
evaluateTariffs(List<Tariff>)
- Method in class org.powertac.customer.
AbstractCustomer
Called to evaluate tariffs.
evaluateTariffs(List<Tariff>)
- Method in class org.powertac.customer.coldstorage.
ColdStorage
G
getBrokerSwitchFactor(boolean)
- Method in class org.powertac.customer.coldstorage.
ColdStorage
getCapacityProfile(Tariff)
- Method in class org.powertac.customer.coldstorage.
ColdStorage
getCop()
- Method in class org.powertac.customer.coldstorage.
ColdStorage
getCurrentSubscriptions()
- Method in class org.powertac.customer.
AbstractCustomer
Returns the current tariff subscriptions for this model
getCurrentTemp()
- Method in class org.powertac.customer.coldstorage.
ColdStorage
getCustomerInfo()
- Method in class org.powertac.customer.
AbstractCustomer
Returns the CustomerInfo associated with this instance.
getFloorRValue()
- Method in class org.powertac.customer.coldstorage.
ColdStorage
getHysteresis()
- Method in class org.powertac.customer.coldstorage.
ColdStorage
getInertiaSample()
- Method in class org.powertac.customer.coldstorage.
ColdStorage
getInfiltrationRatio()
- Method in class org.powertac.customer.coldstorage.
ColdStorage
getMaxTemp()
- Method in class org.powertac.customer.coldstorage.
ColdStorage
getMinTemp()
- Method in class org.powertac.customer.coldstorage.
ColdStorage
getName()
- Method in class org.powertac.customer.
AbstractCustomer
Returns the name of this customer instance.
getNewStockTemp()
- Method in class org.powertac.customer.coldstorage.
ColdStorage
getNominalTemp()
- Method in class org.powertac.customer.coldstorage.
ColdStorage
getNonCoolingUsage()
- Method in class org.powertac.customer.coldstorage.
ColdStorage
getRoofArea()
- Method in class org.powertac.customer.coldstorage.
ColdStorage
getRoofRValue()
- Method in class org.powertac.customer.coldstorage.
ColdStorage
getStockCapacity()
- Method in class org.powertac.customer.coldstorage.
ColdStorage
getTariffChoiceSample()
- Method in class org.powertac.customer.coldstorage.
ColdStorage
getTurnoverRatio()
- Method in class org.powertac.customer.coldstorage.
ColdStorage
getUnitSize()
- Method in class org.powertac.customer.coldstorage.
ColdStorage
getWallArea()
- Method in class org.powertac.customer.coldstorage.
ColdStorage
getWallRValue()
- Method in class org.powertac.customer.coldstorage.
ColdStorage
I
initialize()
- Method in class org.powertac.customer.
AbstractCustomer
Initializes the instance.
initialize()
- Method in class org.powertac.customer.coldstorage.
ColdStorage
initialize(Competition, List<String>)
- Method in class org.powertac.customer.
CustomerModelService
N
name
- Variable in class org.powertac.customer.
AbstractCustomer
O
org.powertac.customer
- package org.powertac.customer
org.powertac.customer.coldstorage
- package org.powertac.customer.coldstorage
P
publishNewTariffs(List<Tariff>)
- Method in class org.powertac.customer.
CustomerModelService
R
randomSeedRepo
- Variable in class org.powertac.customer.
AbstractCustomer
S
saveBootstrapState()
- Method in class org.powertac.customer.
CustomerModelService
setDefaults()
- Method in class org.powertac.customer.
CustomerModelService
setName(String)
- Method in class org.powertac.customer.
AbstractCustomer
setServices(RandomSeedRepo, WeatherReportRepo, TariffRepo, TariffSubscriptionRepo)
- Method in class org.powertac.customer.
AbstractCustomer
Populates the instance with service pointers to avoid Spring dependency.
step()
- Method in class org.powertac.customer.
AbstractCustomer
Called to run the model forward one step.
step()
- Method in class org.powertac.customer.coldstorage.
ColdStorage
T
tariffRepo
- Variable in class org.powertac.customer.
AbstractCustomer
tariffSubscriptionRepo
- Variable in class org.powertac.customer.
AbstractCustomer
W
weatherReportRepo
- Variable in class org.powertac.customer.
AbstractCustomer
withCop(double)
- Method in class org.powertac.customer.coldstorage.
ColdStorage
withFloorRValue(double)
- Method in class org.powertac.customer.coldstorage.
ColdStorage
withHysteresis(double)
- Method in class org.powertac.customer.coldstorage.
ColdStorage
withInfiltrationRatio(double)
- Method in class org.powertac.customer.coldstorage.
ColdStorage
withMaxTemp(double)
- Method in class org.powertac.customer.coldstorage.
ColdStorage
withMinTemp(double)
- Method in class org.powertac.customer.coldstorage.
ColdStorage
withNewStockTemp(double)
- Method in class org.powertac.customer.coldstorage.
ColdStorage
withNominalTemp(double)
- Method in class org.powertac.customer.coldstorage.
ColdStorage
withNonCoolingUsage(double)
- Method in class org.powertac.customer.coldstorage.
ColdStorage
withRoofArea(double)
- Method in class org.powertac.customer.coldstorage.
ColdStorage
withRoofRValue(double)
- Method in class org.powertac.customer.coldstorage.
ColdStorage
withStockCapacity(double)
- Method in class org.powertac.customer.coldstorage.
ColdStorage
withTurnoverRatio(double)
- Method in class org.powertac.customer.coldstorage.
ColdStorage
withUnitSize(double)
- Method in class org.powertac.customer.coldstorage.
ColdStorage
withWallArea(double)
- Method in class org.powertac.customer.coldstorage.
ColdStorage
withWallRValue(double)
- Method in class org.powertac.customer.coldstorage.
ColdStorage
A
C
E
G
I
N
O
P
R
S
T
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2014
Power TAC
. All Rights Reserved.