Uses of Interface
com.storedobject.iot.ConsumptionCalculator
Packages that use ConsumptionCalculator
-
Uses of ConsumptionCalculator in com.storedobject.iot
Methods in com.storedobject.iot that return ConsumptionCalculatorModifier and TypeMethodDescriptionstatic ConsumptionCalculator
Creates a ConsumptionCalculator instance to compute the difference in values of a specific variable for a given data class between the specified time range.static ConsumptionCalculator
ConsumptionCalculator.create
(Class<? extends Data> dataClass, String variable, boolean toTrue, double multiplier) Creates a ConsumptionCalculator instance that computes consumption based on state changes of the specified variable within the provided data class.static ConsumptionCalculator
Creates a ConsumptionCalculator instance with a specified multiplier to adjust the computed value.protected ConsumptionCalculator
AbstractUnit.getConsumptionCalculator
(int resource) Retrieves the specific consumption calculator for a given resource.