public class CoffeeMachine extends FullyShiftingAppliance
applianceOf, cycleDuration, log, name, overallPower, power, randomSeedRepo, saturation| Constructor and Description |
|---|
CoffeeMachine() |
| Modifier and Type | Method and Description |
|---|---|
void |
fillDailyOperation(int weekday)
This function fills out all the quarters of the appliance functions for a
single day of the week.
|
void |
initialize(String office,
Properties conf,
int seed)
This is the initialization function.
|
void |
refresh()
At the end of each week the appliance models refresh their schedule.
|
calculateOverallPower, createWeeklyPossibilityOperationVector, dailyShifting, fillWeeklyOperation, getApplianceOf, getDuration, getOperationDaysVector, getOverallPower, getPower, getSaturation, getWeeklyLoadVector, getWeeklyOperation, setApplianceOf, setOperationDays, showStatus, toString, weatherDailyFunctionpublic void initialize(String office, Properties conf, int seed)
Applianceinitialize in class Appliancepublic void fillDailyOperation(int weekday)
AppliancefillDailyOperation in class ApplianceCopyright © 2017 Power TAC. All rights reserved.