Class FullyShiftingAppliance
- java.lang.Object
-
- org.powertac.householdcustomer.appliances.Appliance
-
- org.powertac.householdcustomer.appliances.FullyShiftingAppliance
-
- Direct Known Subclasses:
WaterHeater
public class FullyShiftingAppliance extends Appliance
This is the class for the appliance domain instances that can change / shift their load without the need for the inhabitants interference. They see when it is best to shift their load for the minimum cost of usage.- Version:
- 1.5, Date: 2.25.12
- Author:
- Antonios Chrysopoulos
-
-
Field Summary
-
Fields inherited from class org.powertac.householdcustomer.appliances.Appliance
applianceOf, cycleDuration, log, name, overallPower, power, randomSeedRepo, saturation
-
-
Constructor Summary
Constructors Constructor Description FullyShiftingAppliance()
-
Method Summary
-
Methods inherited from class org.powertac.householdcustomer.appliances.Appliance
calculateOverallPower, createWeeklyPossibilityOperationVector, dailyShifting, fillDailyOperation, fillWeeklyOperation, getApplianceOf, getDuration, getOperationDaysVector, getOverallPower, getPower, getSaturation, getTimes, getWeeklyLoadVector, getWeeklyOperation, initialize, refresh, setApplianceOf, setOperationDays, toString, weatherDailyOperation
-
-