Changeset 1434 for DCWoRMS/branches/coolemall/src/simulator/stats/implementation/ResourceAirflowStats.java
- Timestamp:
- 09/15/14 17:00:03 (11 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/simulator/stats/implementation/ResourceAirflowStats.java
r1207 r1434 4 4 import simulator.stats.implementation.out.StatsSerializer; 5 5 6 public class ResourceAir FlowStats extends ResourceDynamicStats implements StatsInterface{6 public class ResourceAirflowStats extends ResourceDynamicStats implements StatsInterface{ 7 7 8 8 protected double sumValue; 9 9 10 private String[] headers = { "resourceName", "timestamp", "air Flow" };10 private String[] headers = { "resourceName", "timestamp", "airflow" }; 11 11 12 public ResourceAir FlowStats (String resourceName, ResourceType resourceType, String usageType) {12 public ResourceAirflowStats (String resourceName, ResourceType resourceType, String usageType) { 13 13 super(resourceName, resourceType, usageType); 14 14 if(usageType == null){
Note: See TracChangeset
for help on using the changeset viewer.