public interface IResourcePowerModelCalculator
| Modifier and Type | Method and Description |
|---|---|
org.jscience.physics.amount.Amount<javax.measure.quantity.Power> |
calculate(Collection<org.palladiosimulator.measurementframework.MeasuringValue> list)
Evaluates the power consumption of a resource using a set of measurements collected for
the resource.
|
Set<org.palladiosimulator.metricspec.MetricDescription> |
getInputMetrics()
Returns the set of metrics for which this calculator needs measurements to be able to
calculate the power consumption.
|
org.jscience.physics.amount.Amount<javax.measure.quantity.Power> calculate(Collection<org.palladiosimulator.measurementframework.MeasuringValue> list)
list - The list of collected measurements.Set<org.palladiosimulator.metricspec.MetricDescription> getInputMetrics()