hu.mta.sztaki.lpds.cloud.simulator.energy.powermodelling
Class PowerState.ConsumptionModel

java.lang.Object
  extended by hu.mta.sztaki.lpds.cloud.simulator.energy.powermodelling.PowerState.ConsumptionModel
Direct Known Subclasses:
ConstantConsumptionModel, LinearConsumptionModel
Enclosing class:
PowerState

public abstract static class PowerState.ConsumptionModel
extends Object


Field Summary
protected  PowerState myPowerState
           
 
Constructor Summary
PowerState.ConsumptionModel()
           
 
Method Summary
protected abstract  double evaluateConsumption(double load)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myPowerState

protected final PowerState myPowerState
Constructor Detail

PowerState.ConsumptionModel

public PowerState.ConsumptionModel()
Method Detail

evaluateConsumption

protected abstract double evaluateConsumption(double load)


Copyright © 2012–2015 University of Innsbruck & MTA SZTAKI. All rights reserved.