Changeset 1556 for DCWoRMS/branches
- Timestamp:
- 02/01/16 16:16:42 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/simulator/stats/implementation/out/CoolEmAllStringSerializer.java
r1434 r1556 168 168 } 169 169 170 if(resourceAirFlowStats.getResourceType().getName().equals(StandardResourceType.Inlet.getName()) || resourceAirFlowStats.getResourceType().getName().equals(StandardResourceType.Outlet.getName()) ){170 if(resourceAirFlowStats.getResourceType().getName().equals(StandardResourceType.Inlet.getName()) || resourceAirFlowStats.getResourceType().getName().equals(StandardResourceType.Outlet.getName()) || resourceAirFlowStats.getResourceType().getName().equals(StandardResourceType.Fan.getName())){ 171 171 for (Long timestamp : resourceAirFlow.keySet()) { 172 172 buffer.append(metricName);
Note: See TracChangeset
for help on using the changeset viewer.