Changeset 1292 for DCWoRMS/branches


Ignore:
Timestamp:
03/19/14 12:35:38 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/schedframe/resources/computing/profiles/energy/thermal/ThermalInterfaceFactory.java

    r1207 r1292  
    1717                else if (resource.getType().getName().equals(StandardResourceType.Fan.getName())) 
    1818                        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); 
    1923                else  
    2024                        thermalInterface = new ComputingResourceThermalInterface((ComputingResource)resource, tp); 
Note: See TracChangeset for help on using the changeset viewer.