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/thermal/recs/plugins/energy/RecsNodeModelEEP.java

    r1367 r1420  
    1414import schedframe.resources.computing.Core; 
    1515import schedframe.resources.computing.Processor; 
    16 import schedframe.resources.computing.profiles.energy.EnergyEvent; 
     16import schedframe.resources.computing.profiles.energy.ResourceEvent; 
    1717import schedframe.resources.devices.PhysicalResource; 
    1818import schedframe.resources.units.PEUnit; 
     
    4242        static int MISSED = 0; 
    4343 
    44         public double estimatePowerConsumption(EnergyEvent event, JobRegistry jobRegistry, 
     44        public double estimatePowerConsumption(ResourceEvent event, JobRegistry jobRegistry, 
    4545                        PhysicalResource resource) { 
    4646                double powerConsumption = 0; 
Note: See TracChangeset for help on using the changeset viewer.