Ignore:
Timestamp:
07/15/14 16:37:15 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/test/article2/recs/plugins/energy/RecsCpuBaseEEP.java

    r1399 r1420  
    11package test.article2.recs.plugins.energy; 
    22 
    3 import schedframe.events.scheduling.EventReason; 
     3import schedframe.events.EventReason; 
    44import schedframe.resources.computing.ComputingResource; 
    55import schedframe.resources.computing.Processor; 
    6 import schedframe.resources.computing.profiles.energy.EnergyEvent; 
     6import schedframe.resources.computing.profiles.energy.ResourceEvent; 
    77import schedframe.resources.computing.profiles.energy.airthroughput.StandardAirflowStateName; 
    88import schedframe.resources.devices.PhysicalResource; 
     
    1818        protected double inletTemperature; 
    1919         
    20         public double estimatePowerConsumption(EnergyEvent event, JobRegistry jobRegistry, 
     20        public double estimatePowerConsumption(ResourceEvent event, JobRegistry jobRegistry, 
    2121                        PhysicalResource resource) { 
    2222                 
     
    3434        } 
    3535 
    36         public double estimateAirThroughput(EnergyEvent event, JobRegistry jobRegistry, ComputingResource resource) { 
     36        public double estimateAirThroughput(ResourceEvent event, JobRegistry jobRegistry, ComputingResource resource) { 
    3737 
    3838                double airThroughput = 0; 
Note: See TracChangeset for help on using the changeset viewer.