public interface UtilityControl
Modifier and Type | Method and Description |
---|---|
double |
getConsumptionEstimation()
Runs an estimation on previous data to find the right value.
|
int |
getUrgency()
Creates a schedule and finds the urgency level
|
boolean |
permitUsage(boolean use)
When the function is called the utility starts working or stops,
depending on input
|
boolean permitUsage(boolean use)
use
- either gives control (true) or turns it off (false)int getUrgency()
double getConsumptionEstimation()
Copyright © 2015. All rights reserved.