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 CompetitionCompetition. withBootstrapDiscardedTimeslots(int count)Fluent setter for bootstrap interval.CompetitionCompetition. withBootstrapTimeslotCount(int bootstrapTimeslotCount)Fluent setter for the bootstrap timeslot count.CompetitionCompetition. withDeactivateTimeslotsAhead(int deactivateTimeslotsAhead)Fluent setter for number of timeslots, starting with the current timeslot, that are closed for trading.CompetitionCompetition. withDescription(String description)Fluent setter for competition description.CompetitionCompetition. withDownRegulationDiscount(double value)Fluent setter for overpriced down-regulation discount rate.CompetitionCompetition. withEstimatedConsumptionPremium(double value)Fluent setter for the estimated consumption price premium.CompetitionCompetition. withExpectedTimeslotCount(int expectedTimeslotCount)Fluent setter for the expected length of a normal sim session.CompetitionCompetition. withFixedTimeslotCount(Integer fixedTimeslotCount)Fluent setter for the expected length of a normal sim session.CompetitionCompetition. withLatitude(int latitude)Fluent setter for latitude valueCompetitionCompetition. withMaxDownRegulationPaymentRatio(double value)Fluent setter for the maximum down-regulation payment ratio.CompetitionCompetition. 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.CompetitionCompetition. withMinimumOrderQuantity(double minOrderQty)Fluent setter for minimum order quantity.CompetitionCompetition. withMinimumTimeslotCount(int minimumTimeslotCount)Fluent setter for minimumTimeslotCount.CompetitionCompetition. withPomId(String id)Fluent setter for Pom ID.CompetitionCompetition. withSimulationBaseTime(String baseTime)Fluent setter for simulation base time that takes a String, interpreted as a standard DateTimeFormat as yyyy-MM-dd.CompetitionCompetition. withSimulationModulo(long simulationModulo)Fluent setter for simulation modulo.CompetitionCompetition. withSimulationRate(long simulationRate)Fluent setter for time compression ratio.CompetitionCompetition. withSimulationTimeslotSeconds(int seconds)Fluent setter for controlling simulation rate by setting the number of wall-clock seconds per timeslot.CompetitionCompetition. withTimeslotLength(int timeslotLength)Fluent setter for timeslot length, interpreted as minutes in sim time.CompetitionCompetition. withTimeslotsOpen(int timeslotsOpen)Fluent setter for the open timeslot count.CompetitionCompetition. withTimezoneOffset(int offset)Fluent setter for timezone offsetCompetitionCompetition. 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 voidColdStorage. setEvalEnvTemp(double temp)voidColdStorage. setShiftSag(double deltaT)ColdStorageColdStorage. withCop(double value)ColdStorageColdStorage. withFloorRValue(double value)ColdStorageColdStorage. withHysteresis(double value)ColdStorageColdStorage. withInfiltrationRatio(double value)ColdStorageColdStorage. withMaxTemp(double temp)ColdStorageColdStorage. withMinTemp(double temp)ColdStorageColdStorage. withNewStockTemp(double temp)ColdStorageColdStorage. withNominalTemp(double temp)ColdStorageColdStorage. withNonCoolingUsage(double value)ColdStorageColdStorage. withRoofArea(double area)ColdStorageColdStorage. withRoofRValue(double value)ColdStorageColdStorage. withStockCapacity(double value)ColdStorageColdStorage. withTurnoverRatio(double ratio)ColdStorageColdStorage. withUnitSize(double cap)ColdStorageColdStorage. withWallArea(double area)ColdStorageColdStorage. 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 voidLiftTruck. setBatteryCapacity(double value)voidBattery. setCapacityKWh(double value)voidBattery. setChargeEfficiency(double value)voidLiftTruck. setChargeEfficiency(double value)voidBattery. setMaxChargeKW(double value)voidLiftTruck. setMaxChargeKW(double value)voidBattery. setMaxDischargeKW(double value)voidLiftTruck. setMinPlanningHorizon(int horizon)voidLiftTruck. setNBatteries(int value)voidLiftTruck. setNChargers(int value)voidLiftTruck. setPlanningHorizon(int horizon)voidBattery. setSelfDischargeRate(double value)voidLiftTruck. setShiftData(List<String> data)Converts a list of Strings to a sorted list of Shifts.voidLiftTruck. setTruckKW(double value)voidLiftTruck. 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 doubleDistributionUtilityService. getBalancingCost()Deprecated.For backward-compatibility only - should not be called.doubleDistributionUtilityService. getDefaultSpotPrice()Deprecated.For backward-compatibility only - should not be called.doubleDistributionUtilityService. getPMinusPrime()Deprecated.For backward-compatibility only - should not be called.doubleDistributionUtilityService. 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 voidDefaultBrokerService. setBuyLimitPriceMax(double buyLimitPriceMax)voidDefaultBrokerService. setBuyLimitPriceMin(double buyLimitPriceMin)voidDefaultBrokerService. setConsumptionRate(double defaultConsumptionRate)voidDefaultBrokerService. setInitialBidKWh(double initialBidKWh)voidDefaultBrokerService. setProductionRate(double defaultProductionRate)voidDefaultBrokerService. setSellLimitPriceMax(double sellLimitPriceMax)voidDefaultBrokerService. setSellLimitPriceMin(double sellLimitPriceMin)voidDefaultBrokerService. setStorageTariffMargin(double storageTariffMargin)voidDefaultBrokerService. 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 doubleClassCar. probabilityprotected doubleClassGroup. probabilityprotected StringClassCar. socialClassprotected StringClassGroup. socialClassNameMethods in org.powertac.evcustomer.beans with annotations of type ConfigurableValue Modifier and Type Method Description voidCarType. setAwayChargeKW(double kw)voidCarType. setCurtailmentFactor(double ratio)voidActivity. setDailyProfile(List<String> value)voidCarType. setDischargeFactor(double ratio)voidCarType. setDownRegFactor(double ratio)voidCarType. setHomeChargeKW(double kw)voidCarType. setMaxCapacity(double capacity)voidCarType. setRange(double range)voidActivity. 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 booleanDefaultCapacityBundle. canNegotiateprotected doubleDefaultCapacityBundle. controllableKWprotected intDefaultCapacityBundle. countprotected StringDefaultCapacityBundle. customerSizeprotected doubleDefaultCapacityBundle. downRegulationKWprotected booleanDefaultCapacityBundle. isAdaptiveprotected booleanDefaultCapacityBundle. multiContractingprotected intDefaultCapacityBundle. populationprotected doubleDefaultCapacityBundle. storageCapacityprotected StringDefaultCapacityBundle. typeprotected doubleDefaultCapacityBundle. upRegulationKW -
Uses of ConfigurableValue in org.powertac.genco
Methods in org.powertac.genco with annotations of type ConfigurableValue Modifier and Type Method Description voidBuyer. setMwh(double mwh)voidBuyer. setPriceBeta(double priceBeta)GencoGenco. withCarbonEmissionRate(double rate)Fluent setter for carbonEmissionRate.CpGencoCpGenco. withCoefficients(List<String> coeff)Fluent setter for coefficient arrayGencoGenco. withCommitmentLeadtime(int leadtime)Fluent setter for commitment leadtime.MisoBuyerMisoBuyer. withCoolCoef(double value)MisoBuyerMisoBuyer. withCoolThreshold(double value)GencoGenco. withCost(double cost)Fluent setter for nominal capacityMisoBuyerMisoBuyer. withHeatCoef(double value)MisoBuyerMisoBuyer. withHeatThreshold(double value)CpGencoCpGenco. withKneeDemand(double demand)Fluent setter for the congestion thresholdCpGencoCpGenco. withKneeSlope(double mult)Fluent setter for the congestion thresholdCpGencoCpGenco. withMinQuantity(double qty)Fluent setter for minimum total quantity.GencoGenco. withNominalCapacity(double capacity)Fluent setter for nominal capacityCpGencoCpGenco. withPriceInterval(double interval)Fluent setter for price interval.CpGencoCpGenco. withPSigma(double var)Fluent setter for price variability.CpGencoCpGenco. withQSigma(double var)Fluent setter for price variability.GencoGenco. withReliability(double reliability)Fluent setter for reliability.CpGencoCpGenco. withRwaOffset(double var)Fluent setter for the random-walk offset value applied to the quadratic coefficient.CpGencoCpGenco. withRwaSigma(double var)Fluent setter for the random-walk sigma value applied to the quadratic coefficient.CpGencoCpGenco. withRwcOffset(double var)Fluent setter for the random-walk offset value applied to the constant coefficient.CpGencoCpGenco. withRwcSigma(double var)Fluent setter for the random-walk sigma value applied to the constant coefficient.MisoBuyerMisoBuyer. withScaleFactor(double value)MisoBuyerMisoBuyer. withTempAlpha(double value)GencoGenco. 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 voidHouseholdCustomerService. 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 voidOfficeComplexCustomerService. 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 voidJmsManagementService. setJmsBrokerName(String jmsBrokerName)voidJmsManagementService. setJmsBrokerUrl(String jmsBrokerUrl)voidJmsManagementService. setMaxQueueDepth(long maxQueueDepth)voidJmsManagementService. 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 voidTariffMarketService. setPublicationInterval(int interval)voidTariffMarketService. setPublicationOffset(int offset)
-