Changeset 1560 for DCWoRMS/branches/coolemall/src/schedframe/resources
- Timestamp:
- 02/01/16 16:24:03 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/resources/computing/profiles/load/LoadEstimationPluginFactory.java
r1433 r1560 3 3 import example.load.AppBasedProcessorLoadEstimationPlugin; 4 4 import example.load.DefaultLoadEstimationPlugin; 5 import example.load.ProcessorLoadEstimationPlugin;6 5 import schedframe.resources.ResourceType; 7 6 import schedframe.resources.StandardResourceType; … … 15 14 16 15 if(resType.getName().equals(StandardResourceType.Processor.getName())) 17 loadEstimationPlugin = new ProcessorLoadEstimationPlugin();16 loadEstimationPlugin = new AppBasedProcessorLoadEstimationPlugin(); 18 17 else 19 18 loadEstimationPlugin = new DefaultLoadEstimationPlugin();
Note: See TracChangeset
for help on using the changeset viewer.