Class NotShiftingAppliance
- java.lang.Object
-
- org.powertac.householdcustomer.appliances.Appliance
-
- org.powertac.householdcustomer.appliances.NotShiftingAppliance
-
- Direct Known Subclasses:
CirculationPump
,ConsumerElectronics
,Freezer
,ICT
,Lights
,Others
,Refrigerator
public class NotShiftingAppliance extends Appliance
This is the class for the appliance domain instances that cannot change / shift their load at all. Most of them are appliance that require the tenant's presence in order to begin functioning.- 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 NotShiftingAppliance()
-
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
-
-