| Package | Description |
|---|---|
| de.fzi.power.interpreter.calculator.expressionoasis | |
| de.fzi.power.interpreter.calculators.essential |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionOasisResourcePowerModelCalculator
This class is an
AbstractResourcePowerModelCalculator that makes use of the
ExpressionOasis library to calculate the power consumption of PowerConsumingResources
whose behavior is specified by DeclarativePowerModelSpecifications. |
| Modifier and Type | Class and Description |
|---|---|
class |
InterpolationModelCalculator |
class |
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) |
class |
NonlinearRegressionCalculator |