| Class | Description |
|---|---|
| Activator | |
| EssentialCalculatorsFactory | |
| InterpolationModelCalculator | |
| LinearPassthroughCalculator |
A calculator that calculates the power consumption of a
PowerProvidingEntity by summing
up the power consumption of all nested elements. |
| LinearPowerModelCalculator |
Creates a calculator that evaluates the power consumption
P of a
PowerConsumingResource by interpolating between the resource's minimum P_min
and maximum power consumption P_min using the utilization Util of the
specific resource:P = P_min + Util * (P_max - P_min) |
| NonlinearRegressionCalculator |