Class PowerModelSquare

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

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

    • PowerModelSquare

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