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/AmdNodeEEP.java

    r1247 r1420  
    66import schedframe.resources.computing.Node; 
    77import schedframe.resources.computing.Processor; 
    8 import schedframe.resources.computing.profiles.energy.EnergyEvent; 
     8import schedframe.resources.computing.profiles.energy.ResourceEvent; 
    99import schedframe.resources.devices.PhysicalResource; 
    1010import schedframe.scheduling.manager.tasks.JobRegistry; 
     
    1212public class AmdNodeEEP extends RecsNodeBaseEEP { 
    1313 
    14         public double estimatePowerConsumption(EnergyEvent event, JobRegistry jobRegistry, 
     14        public double estimatePowerConsumption(ResourceEvent event, JobRegistry jobRegistry, 
    1515                        PhysicalResource resource) { 
    1616                double powerConsumption = 0; 
Note: See TracChangeset for help on using the changeset viewer.