Class PowerModelDatacenter
java.lang.Object
org.cloudsimplus.power.models.PowerModelDatacenter
- All Implemented Interfaces:
PowerModel
- Direct Known Subclasses:
PowerModelDatacenterSimple
Abstract implementation of a
Datacenter PowerModel.- Since:
- CloudSim Plus 6.0.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.cloudsimplus.power.models.PowerModelDatacenterNullAn attribute that implements the Null Object Design Pattern forPowerModelDatacenterobjects. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cloudsimplus.power.models.PowerModel
getPower, getPowerMeasurement
-
Field Details
-
NULL
public static final org.cloudsimplus.power.models.PowerModelDatacenterNull NULLAn attribute that implements the Null Object Design Pattern forPowerModelDatacenterobjects.
-
-
Constructor Details
-
PowerModelDatacenter
public PowerModelDatacenter()
-