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/powerCapping/NodeEnergyEstimationPlugin.java

    r1399 r1420  
    77import schedframe.resources.computing.Node; 
    88import schedframe.resources.computing.Processor; 
    9 import schedframe.resources.computing.profiles.energy.EnergyEvent; 
     9import schedframe.resources.computing.profiles.energy.ResourceEvent; 
    1010import schedframe.resources.computing.profiles.energy.power.StandardPowerStateName; 
    1111import schedframe.resources.devices.Device; 
     
    1313import schedframe.resources.devices.PhysicalResource; 
    1414import schedframe.scheduling.manager.tasks.JobRegistry; 
    15 import schedframe.scheduling.plan.impl.ScheduledTask; 
    1615import example.energy.BaseEnergyEstimationPlugin; 
    1716 
     
    2120        //private static int OUT_END_ID = 8; 
    2221         
    23         public double estimatePowerConsumption(EnergyEvent event, JobRegistry jobRegistry, 
     22        public double estimatePowerConsumption(ResourceEvent event, JobRegistry jobRegistry, 
    2423                        PhysicalResource resource) { 
    2524                double powerConsumption = 0; 
Note: See TracChangeset for help on using the changeset viewer.