Uses of Class
org.powertac.common.config.ConfigurableValue
-
Packages that use ConfigurableValue Package Description org.powertac.common Power TAC domain types, shared between simulation server and brokers.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 -
-
Uses of ConfigurableValue in org.powertac.common
Methods in org.powertac.common with annotations of type ConfigurableValue Modifier and Type Method 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. withDownRegulationDiscount(double value)
Fluent setter for overpriced down-regulation discount rate.Competition
Competition. withEstimatedConsumptionPremium(double value)
Fluent setter for the estimated consumption price premium.Competition
Competition. withExpectedTimeslotCount(int expectedTimeslotCount)
Fluent setter for the expected length of a normal sim session.Competition
Competition. withFixedTimeslotCount(Integer fixedTimeslotCount)
Fluent setter for the expected length of a normal sim session.Competition
Competition. withLatitude(int latitude)
Fluent setter for latitude valueCompetition
Competition. withMaxDownRegulationPaymentRatio(double value)
Fluent setter for the maximum down-regulation payment ratio.Competition
Competition. withMaxUpRegulationPaymentRatio(double value)
Fluent setter for the maximum ratio between consumption price and up-regulation price for which customers will include up-regulation in tariff evaluation.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 yyyy-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 offsetCompetition
Competition. withUpRegulationDiscount(double value)
Fluent setter for overpriced up-regulation discount rate. -
Uses of ConfigurableValue in org.powertac.customer.coldstorage
Methods in org.powertac.customer.coldstorage with annotations of type ConfigurableValue Modifier and Type Method 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)
-
Uses of ConfigurableValue in org.powertac.customer.model
Methods in org.powertac.customer.model with annotations of type ConfigurableValue Modifier and Type Method Description void
LiftTruck. setBatteryCapacity(double value)
void
Battery. setCapacityKWh(double value)
void
Battery. setChargeEfficiency(double value)
void
LiftTruck. setChargeEfficiency(double value)
void
Battery. setMaxChargeKW(double value)
void
LiftTruck. 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)
-
Uses of ConfigurableValue in org.powertac.distributionutility
Methods in org.powertac.distributionutility with annotations of type ConfigurableValue Modifier and Type Method 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. -
Uses of ConfigurableValue in org.powertac.du
Methods in org.powertac.du with annotations of type ConfigurableValue Modifier and Type Method 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)
void
DefaultBrokerService. setStorageTariffMargin(double storageTariffMargin)
void
DefaultBrokerService. setStorageTariffValue(double storageTariffValue)
-
Uses of ConfigurableValue in org.powertac.evcustomer.beans
Fields in org.powertac.evcustomer.beans with annotations of type ConfigurableValue Modifier and Type Field Description protected double
ClassCar. probability
protected double
ClassGroup. probability
protected String
ClassCar. socialClass
protected String
ClassGroup. socialClassName
Methods in org.powertac.evcustomer.beans with annotations of type ConfigurableValue Modifier and Type Method Description void
CarType. setAwayChargeKW(double kw)
void
CarType. setCurtailmentFactor(double ratio)
void
Activity. setDailyProfile(List<String> value)
void
CarType. setDischargeFactor(double ratio)
void
CarType. setDownRegFactor(double ratio)
void
CarType. setHomeChargeKW(double kw)
void
CarType. setMaxCapacity(double capacity)
void
CarType. setRange(double range)
void
Activity. setWeeklyProfile(List<String> value)
-
Uses of ConfigurableValue in org.powertac.factoredcustomer
Fields in org.powertac.factoredcustomer with annotations of type ConfigurableValue Modifier and Type Field Description protected boolean
DefaultCapacityBundle. canNegotiate
protected double
DefaultCapacityBundle. controllableKW
protected int
DefaultCapacityBundle. count
protected String
DefaultCapacityBundle. customerSize
protected double
DefaultCapacityBundle. downRegulationKW
protected boolean
DefaultCapacityBundle. isAdaptive
protected boolean
DefaultCapacityBundle. multiContracting
protected int
DefaultCapacityBundle. population
protected double
DefaultCapacityBundle. storageCapacity
protected String
DefaultCapacityBundle. type
protected double
DefaultCapacityBundle. upRegulationKW
-
Uses of ConfigurableValue in org.powertac.genco
Methods in org.powertac.genco with annotations of type ConfigurableValue Modifier and Type Method 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 arrayGenco
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 capacityMisoBuyer
MisoBuyer. withHeatCoef(double value)
MisoBuyer
MisoBuyer. withHeatThreshold(double value)
CpGenco
CpGenco. withKneeDemand(double demand)
Fluent setter for the congestion thresholdCpGenco
CpGenco. withKneeSlope(double mult)
Fluent setter for the congestion thresholdCpGenco
CpGenco. withMinQuantity(double qty)
Fluent setter for minimum total quantity.Genco
Genco. withNominalCapacity(double capacity)
Fluent setter for nominal capacityCpGenco
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. -
Uses of ConfigurableValue in org.powertac.householdcustomer
Methods in org.powertac.householdcustomer with annotations of type ConfigurableValue Modifier and Type Method Description void
HouseholdCustomerService. setConfigFile1(String config)
-
Uses of ConfigurableValue in org.powertac.officecomplexcustomer
Methods in org.powertac.officecomplexcustomer with annotations of type ConfigurableValue Modifier and Type Method Description void
OfficeComplexCustomerService. setConfigFile1(String config)
-
Uses of ConfigurableValue in org.powertac.server
Methods in org.powertac.server with annotations of type ConfigurableValue Modifier and Type Method Description void
JmsManagementService. setJmsBrokerName(String jmsBrokerName)
void
JmsManagementService. setJmsBrokerUrl(String jmsBrokerUrl)
void
JmsManagementService. setMaxQueueDepth(long maxQueueDepth)
void
JmsManagementService. setServingJms(boolean servingJms)
-
Uses of ConfigurableValue in org.powertac.tariffmarket
Methods in org.powertac.tariffmarket with annotations of type ConfigurableValue Modifier and Type Method Description void
TariffMarketService. setPublicationInterval(int interval)
void
TariffMarketService. setPublicationOffset(int offset)
-