Changeset 1317 for DCWoRMS/branches/coolemall/src/schedframe/resources/devices/DeviceAirThroughputInterface.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/DeviceAirThroughputInterface.java
r1207 r1317 16 16 import schedframe.resources.computing.profiles.energy.airthroughput.ui.AirThroughputInterface; 17 17 18 public class PhysicalResourceAirThroughputInterface implements AirThroughputInterface{18 public class DeviceAirThroughputInterface implements AirThroughputInterface{ 19 19 20 20 protected AirThroughputStateName currentAirThroughputState; … … 22 22 protected PhysicalResource resource; 23 23 24 public PhysicalResourceAirThroughputInterface(PhysicalResource resource, AirThroughputProfile airThroughputProfile){24 public DeviceAirThroughputInterface(PhysicalResource resource, AirThroughputProfile airThroughputProfile){ 25 25 this.resource = resource; 26 26 this.airThroughputProfile = airThroughputProfile;
Note: See TracChangeset
for help on using the changeset viewer.