Class PowerModelCubic

java.lang.Object
All Implemented Interfaces:
PowerAware, PowerModel

public class PowerModelCubic
extends PowerModelSimple
Since:
CloudSim Toolkit 2.0
Author:
Anton Beloglazov, Manoel Campos da Silva Filho
  • Constructor Details

    • PowerModelCubic

      public PowerModelCubic​(double maxPower, double staticPowerPercent)
      Instantiates a new power model cubic.
      Parameters:
      maxPower - the max power that can be consumed in Watt-Second (Ws).
      staticPowerPercent - the static power usage percentage between 0 and 1.