Ignore:
Timestamp:
03/31/14 16:01:31 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 moved

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/schedframe/resources/devices/DeviceThermalInterface.java

    r1207 r1317  
    1010import schedframe.resources.computing.profiles.energy.thermal.ui.ThermalInterface; 
    1111 
    12 public class PhysicalResourceThermalInterface implements ThermalInterface{ 
     12public class DeviceThermalInterface implements ThermalInterface{ 
    1313 
    1414        private static int START_TEMP = 0; 
     
    1616        protected ThermalProfile thermalProfile; 
    1717 
    18         public PhysicalResourceThermalInterface(PhysicalResource resource, ThermalProfile thermalProfile) { 
     18        public DeviceThermalInterface(PhysicalResource resource, ThermalProfile thermalProfile) { 
    1919                super(); 
    2020                this.resource = resource; 
Note: See TracChangeset for help on using the changeset viewer.