Changeset 1399 for DCWoRMS/branches/coolemall/src/test/thermal
- Timestamp:
- 06/26/14 14:24:08 (11 years ago)
- Location:
- DCWoRMS/branches/coolemall/src/test/thermal/recs/plugins/scheduling
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/thermal/recs/plugins/scheduling/RecsExclusivenessCoolestSP.java
r1312 r1399 33 33 import schedframe.scheduling.plan.SchedulingPlanInterface; 34 34 import schedframe.scheduling.plan.impl.SchedulingPlan; 35 import schedframe.scheduling.plugin. grid.ModuleList;35 import schedframe.scheduling.plugin.ModuleList; 36 36 import schedframe.scheduling.queue.TaskQueue; 37 37 import schedframe.scheduling.queue.TaskQueueList; -
DCWoRMS/branches/coolemall/src/test/thermal/recs/plugins/scheduling/RecsExclusivenessEnOptSP.java
r1301 r1399 31 31 import schedframe.scheduling.plan.SchedulingPlanInterface; 32 32 import schedframe.scheduling.plan.impl.SchedulingPlan; 33 import schedframe.scheduling.plugin. grid.ModuleList;33 import schedframe.scheduling.plugin.ModuleList; 34 34 import schedframe.scheduling.queue.TaskQueue; 35 35 import schedframe.scheduling.queue.TaskQueueList; -
DCWoRMS/branches/coolemall/src/test/thermal/recs/plugins/scheduling/RecsExclusivenessExecTimeOptSP.java
r1301 r1399 32 32 import schedframe.scheduling.plan.SchedulingPlanInterface; 33 33 import schedframe.scheduling.plan.impl.SchedulingPlan; 34 import schedframe.scheduling.plugin. grid.ModuleList;34 import schedframe.scheduling.plugin.ModuleList; 35 35 import schedframe.scheduling.queue.TaskQueue; 36 36 import schedframe.scheduling.queue.TaskQueueList; -
DCWoRMS/branches/coolemall/src/test/thermal/recs/plugins/scheduling/RecsExclusivenessMaxTempOptSP.java
r1312 r1399 32 32 import schedframe.scheduling.plan.SchedulingPlanInterface; 33 33 import schedframe.scheduling.plan.impl.SchedulingPlan; 34 import schedframe.scheduling.plugin. grid.ModuleList;34 import schedframe.scheduling.plugin.ModuleList; 35 35 import schedframe.scheduling.queue.TaskQueue; 36 36 import schedframe.scheduling.queue.TaskQueueList; -
DCWoRMS/branches/coolemall/src/test/thermal/recs/plugins/scheduling/RecsExclusivenessRandomSP.java
r1301 r1399 26 26 import schedframe.scheduling.plan.SchedulingPlanInterface; 27 27 import schedframe.scheduling.plan.impl.SchedulingPlan; 28 import schedframe.scheduling.plugin. grid.ModuleList;28 import schedframe.scheduling.plugin.ModuleList; 29 29 import schedframe.scheduling.queue.TaskQueue; 30 30 import schedframe.scheduling.queue.TaskQueueList; -
DCWoRMS/branches/coolemall/src/test/thermal/recs/plugins/scheduling/RecsExclusivenessTempIncrOptSP.java
r1312 r1399 32 32 import schedframe.scheduling.plan.SchedulingPlanInterface; 33 33 import schedframe.scheduling.plan.impl.SchedulingPlan; 34 import schedframe.scheduling.plugin. grid.ModuleList;34 import schedframe.scheduling.plugin.ModuleList; 35 35 import schedframe.scheduling.queue.TaskQueue; 36 36 import schedframe.scheduling.queue.TaskQueueList;
Note: See TracChangeset
for help on using the changeset viewer.