Changeset 1560 for DCWoRMS/branches


Ignore:
Timestamp:
02/01/16 16:24:03 (9 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

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

    r1433 r1560  
    33import example.load.AppBasedProcessorLoadEstimationPlugin; 
    44import example.load.DefaultLoadEstimationPlugin; 
    5 import example.load.ProcessorLoadEstimationPlugin; 
    65import schedframe.resources.ResourceType; 
    76import schedframe.resources.StandardResourceType; 
     
    1514                 
    1615                if(resType.getName().equals(StandardResourceType.Processor.getName())) 
    17                         loadEstimationPlugin = new ProcessorLoadEstimationPlugin(); 
     16                        loadEstimationPlugin = new AppBasedProcessorLoadEstimationPlugin(); 
    1817                else 
    1918                        loadEstimationPlugin = new DefaultLoadEstimationPlugin(); 
Note: See TracChangeset for help on using the changeset viewer.