Package de.fzi.power.interpreter.calculators.essential
-
Class Summary Class Description Activator EssentialCalculatorsFactory InterpolationModelCalculator LinearPassthroughCalculator A calculator that calculates the power consumption of aPowerProvidingEntity
by summing up the power consumption of all nested elements.LinearPowerModelCalculator Creates a calculator that evaluates the power consumptionP
of aPowerConsumingResource
by interpolating between the resource's minimumP_min
and maximum power consumptionP_min
using the utilizationUtil
of the specific resource:
P = P_min + Util * (P_max - P_min)
NonlinearRegressionCalculator