Changeset 1292 for DCWoRMS/branches
- Timestamp:
- 03/19/14 12:35:38 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/resources/computing/profiles/energy/thermal/ThermalInterfaceFactory.java
r1207 r1292 17 17 else if (resource.getType().getName().equals(StandardResourceType.Fan.getName())) 18 18 thermalInterface = new PhysicalResourceThermalInterface(resource, tp); 19 else if(resource.getType().getName().equals(StandardResourceType.Inlet.getName())) 20 thermalInterface = new PhysicalResourceThermalInterface(resource, tp); 21 else if(resource.getType().getName().equals(StandardResourceType.Outlet.getName())) 22 thermalInterface = new PhysicalResourceThermalInterface(resource, tp); 19 23 else 20 24 thermalInterface = new ComputingResourceThermalInterface((ComputingResource)resource, tp);
Note: See TracChangeset
for help on using the changeset viewer.