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/DeviceAirThroughputInterface.java

    r1207 r1317  
    1616import schedframe.resources.computing.profiles.energy.airthroughput.ui.AirThroughputInterface; 
    1717 
    18 public class PhysicalResourceAirThroughputInterface implements AirThroughputInterface{ 
     18public class DeviceAirThroughputInterface implements AirThroughputInterface{ 
    1919 
    2020        protected AirThroughputStateName currentAirThroughputState; 
     
    2222        protected PhysicalResource resource; 
    2323         
    24         public PhysicalResourceAirThroughputInterface(PhysicalResource resource, AirThroughputProfile airThroughputProfile){ 
     24        public DeviceAirThroughputInterface(PhysicalResource resource, AirThroughputProfile airThroughputProfile){ 
    2525                this.resource = resource; 
    2626                this.airThroughputProfile = airThroughputProfile; 
Note: See TracChangeset for help on using the changeset viewer.