| Package | Description |
|---|---|
| org.powertac.common | |
| org.powertac.customer.coldstorage | |
| org.powertac.customer.model |
Discrete capacity modules that can be combined into customer models.
|
| org.powertac.distributionutility | |
| org.powertac.du | |
| org.powertac.evcustomer.beans | |
| org.powertac.factoredcustomer | |
| org.powertac.genco | |
| org.powertac.householdcustomer | |
| org.powertac.officecomplexcustomer | |
| org.powertac.server | |
| org.powertac.tariffmarket |
| Modifier and Type | Method and Description |
|---|---|
Competition |
Competition.withBootstrapDiscardedTimeslots(int count)
Fluent setter for bootstrap interval.
|
Competition |
Competition.withBootstrapTimeslotCount(int bootstrapTimeslotCount)
Fluent setter for the bootstrap timeslot count.
|
Competition |
Competition.withDeactivateTimeslotsAhead(int deactivateTimeslotsAhead)
Fluent setter for number of timeslots, starting with the current timeslot,
that are closed for trading.
|
Competition |
Competition.withDescription(String description)
Fluent setter for competition description.
|
Competition |
Competition.withExpectedTimeslotCount(int expectedTimeslotCount)
Fluent setter for the expected length of a normal sim session.
|
Competition |
Competition.withLatitude(int latitude)
Fluent setter for latitude value
|
Competition |
Competition.withMinimumOrderQuantity(double minOrderQty)
Fluent setter for minimum order quantity.
|
Competition |
Competition.withMinimumTimeslotCount(int minimumTimeslotCount)
Fluent setter for minimumTimeslotCount.
|
Competition |
Competition.withPomId(String id)
Fluent setter for Pom ID.
|
Competition |
Competition.withSimulationBaseTime(String baseTime)
Fluent setter for simulation base time that takes a String, interpreted
as a standard DateTimeFormat as yyy-MM-dd.
|
Competition |
Competition.withSimulationModulo(long simulationModulo)
Fluent setter for simulation modulo.
|
Competition |
Competition.withSimulationRate(long simulationRate)
Fluent setter for time compression ratio.
|
Competition |
Competition.withSimulationTimeslotSeconds(int seconds)
Fluent setter for controlling simulation rate by setting the number of
wall-clock seconds per timeslot.
|
Competition |
Competition.withTimeslotLength(int timeslotLength)
Fluent setter for timeslot length, interpreted as minutes in sim time.
|
Competition |
Competition.withTimeslotsOpen(int timeslotsOpen)
Fluent setter for the open timeslot count.
|
Competition |
Competition.withTimezoneOffset(int offset)
Fluent setter for timezone offset
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColdStorage.setEvalEnvTemp(double temp) |
void |
ColdStorage.setShiftSag(double deltaT) |
ColdStorage |
ColdStorage.withCop(double value) |
ColdStorage |
ColdStorage.withFloorRValue(double value) |
ColdStorage |
ColdStorage.withHysteresis(double value) |
ColdStorage |
ColdStorage.withInfiltrationRatio(double value) |
ColdStorage |
ColdStorage.withMaxTemp(double temp) |
ColdStorage |
ColdStorage.withMinTemp(double temp) |
ColdStorage |
ColdStorage.withNewStockTemp(double temp) |
ColdStorage |
ColdStorage.withNominalTemp(double temp) |
ColdStorage |
ColdStorage.withNonCoolingUsage(double value) |
ColdStorage |
ColdStorage.withRoofArea(double area) |
ColdStorage |
ColdStorage.withRoofRValue(double value) |
ColdStorage |
ColdStorage.withStockCapacity(double value) |
ColdStorage |
ColdStorage.withTurnoverRatio(double ratio) |
ColdStorage |
ColdStorage.withUnitSize(double cap) |
ColdStorage |
ColdStorage.withWallArea(double area) |
ColdStorage |
ColdStorage.withWallRValue(double value) |
| Modifier and Type | Method and Description |
|---|---|
void |
LiftTruck.setBatteryCapacity(double value) |
void |
Battery.setCapacityKWh(double value) |
void |
LiftTruck.setChargeEfficiency(double value) |
void |
Battery.setChargeEfficiency(double value) |
void |
LiftTruck.setMaxChargeKW(double value) |
void |
Battery.setMaxChargeKW(double value) |
void |
Battery.setMaxDischargeKW(double value) |
void |
LiftTruck.setMinPlanningHorizon(int horizon) |
void |
LiftTruck.setNBatteries(int value) |
void |
LiftTruck.setNChargers(int value) |
void |
LiftTruck.setPlanningHorizon(int horizon) |
void |
Battery.setSelfDischargeRate(double value) |
void |
LiftTruck.setShiftData(List<String> data)
Converts a list of Strings to a sorted list of Shifts.
|
void |
LiftTruck.setTruckKW(double value) |
void |
LiftTruck.setTruckStd(double stdDev) |
| Modifier and Type | Method and Description |
|---|---|
double |
DistributionUtilityService.getBalancingCost()
Deprecated.
For backward-compatibility only - should not be called.
|
double |
DistributionUtilityService.getDefaultSpotPrice()
Deprecated.
For backward-compatibility only - should not be called.
|
double |
DistributionUtilityService.getPMinusPrime()
Deprecated.
For backward-compatibility only - should not be called.
|
double |
DistributionUtilityService.getPPlusPrime()
Deprecated.
For backward-compatibility only - should not be called.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBrokerService.setBuyLimitPriceMax(double buyLimitPriceMax) |
void |
DefaultBrokerService.setBuyLimitPriceMin(double buyLimitPriceMin) |
void |
DefaultBrokerService.setConsumptionRate(double defaultConsumptionRate) |
void |
DefaultBrokerService.setInitialBidKWh(double initialBidKWh) |
void |
DefaultBrokerService.setProductionRate(double defaultProductionRate) |
void |
DefaultBrokerService.setSellLimitPriceMax(double sellLimitPriceMax) |
void |
DefaultBrokerService.setSellLimitPriceMin(double sellLimitPriceMin) |
| Modifier and Type | Field and Description |
|---|---|
protected double |
ClassGroup.probability |
protected double |
ClassCar.probability |
protected String |
ClassCar.socialClass |
protected String |
ClassGroup.socialClassName |
| Modifier and Type | Method and Description |
|---|---|
void |
CarType.setAwayChargeKW(double kw) |
void |
CarType.setHomeChargeKW(double kw) |
void |
CarType.setMaxCapacity(double capacity) |
void |
CarType.setRange(double range) |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
DefaultCapacityBundle.canNegotiate |
protected int |
DefaultCapacityBundle.count |
protected boolean |
DefaultCapacityBundle.isAdaptive |
protected boolean |
DefaultCapacityBundle.multiContracting |
protected int |
DefaultCapacityBundle.population |
protected String |
DefaultCapacityBundle.type |
| Modifier and Type | Method and Description |
|---|---|
void |
Buyer.setMwh(double mwh) |
void |
Buyer.setPriceBeta(double priceBeta) |
Genco |
Genco.withCarbonEmissionRate(double rate)
Fluent setter for carbonEmissionRate.
|
CpGenco |
CpGenco.withCoefficients(List<String> coeff)
Fluent setter for coefficient array
|
Genco |
Genco.withCommitmentLeadtime(int leadtime)
Fluent setter for commitment leadtime.
|
MisoBuyer |
MisoBuyer.withCoolCoef(double value) |
MisoBuyer |
MisoBuyer.withCoolThreshold(double value) |
Genco |
Genco.withCost(double cost)
Fluent setter for nominal capacity
|
MisoBuyer |
MisoBuyer.withHeatCoef(double value) |
MisoBuyer |
MisoBuyer.withHeatThreshold(double value) |
CpGenco |
CpGenco.withMinQuantity(double qty)
Fluent setter for minimum total quantity.
|
Genco |
Genco.withNominalCapacity(double capacity)
Fluent setter for nominal capacity
|
CpGenco |
CpGenco.withPriceInterval(double interval)
Fluent setter for price interval.
|
CpGenco |
CpGenco.withPSigma(double var)
Fluent setter for price variability.
|
CpGenco |
CpGenco.withQSigma(double var)
Fluent setter for price variability.
|
Genco |
Genco.withReliability(double reliability)
Fluent setter for reliability.
|
CpGenco |
CpGenco.withRwaOffset(double var)
Fluent setter for the random-walk offset value applied to the
quadratic coefficient.
|
CpGenco |
CpGenco.withRwaSigma(double var)
Fluent setter for the random-walk sigma value applied to the
quadratic coefficient.
|
CpGenco |
CpGenco.withRwcOffset(double var)
Fluent setter for the random-walk offset value applied to the
constant coefficient.
|
CpGenco |
CpGenco.withRwcSigma(double var)
Fluent setter for the random-walk sigma value applied to the
constant coefficient.
|
MisoBuyer |
MisoBuyer.withScaleFactor(double value) |
MisoBuyer |
MisoBuyer.withTempAlpha(double value) |
Genco |
Genco.withVariability(double var)
Fluent setter for variability.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HouseholdCustomerService.setConfigFile1(String config) |
| Modifier and Type | Method and Description |
|---|---|
void |
OfficeComplexCustomerService.setConfigFile1(String config) |
| Modifier and Type | Method and Description |
|---|---|
void |
JmsManagementService.setJmsBrokerName(String jmsBrokerName) |
void |
JmsManagementService.setJmsBrokerUrl(String jmsBrokerUrl) |
void |
JmsManagementService.setMaxQueueDepth(long maxQueueDepth) |
void |
JmsManagementService.setServingJms(boolean servingJms) |
| Modifier and Type | Method and Description |
|---|---|
void |
TariffMarketService.setPublicationInterval(int interval) |
void |
TariffMarketService.setPublicationOffset(int offset) |
Copyright © 2017 Power TAC. All rights reserved.