Changeset 1317 for DCWoRMS/branches/coolemall/src/schedframe/resources/devices/DeviceThermalInterface.java
- Timestamp:
- 03/31/14 16:01:31 (11 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/resources/devices/DeviceThermalInterface.java
r1207 r1317 10 10 import schedframe.resources.computing.profiles.energy.thermal.ui.ThermalInterface; 11 11 12 public class PhysicalResourceThermalInterface implements ThermalInterface{12 public class DeviceThermalInterface implements ThermalInterface{ 13 13 14 14 private static int START_TEMP = 0; … … 16 16 protected ThermalProfile thermalProfile; 17 17 18 public PhysicalResourceThermalInterface(PhysicalResource resource, ThermalProfile thermalProfile) {18 public DeviceThermalInterface(PhysicalResource resource, ThermalProfile thermalProfile) { 19 19 super(); 20 20 this.resource = resource;
Note: See TracChangeset
for help on using the changeset viewer.