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

    r1312 r1420  
    33import example.energy.BaseEnergyEstimationPlugin; 
    44 
    5 import schedframe.resources.computing.profiles.energy.EnergyEvent; 
     5import schedframe.resources.computing.profiles.energy.ResourceEvent; 
    66import schedframe.resources.devices.Device; 
    77import schedframe.resources.devices.PhysicalResource; 
     
    1010public class RecsFanEEP extends BaseEnergyEstimationPlugin { 
    1111 
    12         public double estimatePowerConsumption(EnergyEvent event, JobRegistry jobRegistry, PhysicalResource resource) { 
     12        public double estimatePowerConsumption(ResourceEvent event, JobRegistry jobRegistry, PhysicalResource resource) { 
    1313                 
    1414                return ThermalConstants.fanPower; 
    1515        } 
    1616         
    17         public double estimateTemperature(EnergyEvent event, JobRegistry jobRegistry, PhysicalResource resource) { 
     17        public double estimateTemperature(ResourceEvent event, JobRegistry jobRegistry, PhysicalResource resource) { 
    1818                 
    1919                double temp = 0; 
Note: See TracChangeset for help on using the changeset viewer.