Changeset 1380 for DCWoRMS/branches/coolemall/src/schedframe/resources/devices/DeviceAirThroughputInterface.java
- Timestamp:
- 06/18/14 12:21:39 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/resources/devices/DeviceAirThroughputInterface.java
r1317 r1380 53 53 } 54 54 55 public List<AirThroughputState> getSupportedAirThroughputStates() throws NoSuchFieldException{55 public List<AirThroughputState> getSupportedAirThroughputStates(){ 56 56 List<AirThroughputState> airThroughputStates = new ArrayList<AirThroughputState>(); 57 57 for(AirThroughputState airFlowState: airThroughputProfile.getAirThroughputStates()){
Note: See TracChangeset
for help on using the changeset viewer.