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

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/schedframe/resources/computing/profiles/load/plugin/LoadEstimationPlugin.java

    r1285 r1415  
    22 
    33import schedframe.Plugin; 
    4 import schedframe.resources.computing.profiles.energy.EnergyEvent; 
     4import schedframe.resources.computing.profiles.energy.ResourceEvent; 
    55import schedframe.resources.devices.PhysicalResource; 
    66import schedframe.scheduling.manager.tasks.JobRegistry; 
     
    88public interface LoadEstimationPlugin extends Plugin { 
    99         
    10         public double estimateUtlization(EnergyEvent event, JobRegistry jobRegistry, PhysicalResource resource); 
     10        public double estimateUtlization(ResourceEvent event, JobRegistry jobRegistry, PhysicalResource resource); 
    1111 
    1212 
Note: See TracChangeset for help on using the changeset viewer.