Changeset 679 for DCWoRMS/trunk/src/test/article/recs/plugins/scheduling/RecsExclusivenessDFSSP.java
- Timestamp:
- 11/30/12 10:23:59 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/test/article/recs/plugins/scheduling/RecsExclusivenessDFSSP.java
r663 r679 1 1 package test.article.recs.plugins.scheduling; 2 3 import gridsim.dcworms.DCWormsTags; 2 4 3 5 import java.util.ArrayList; … … 27 29 import schedframe.scheduling.tasks.TaskInterface; 28 30 import test.article.recs.utils.RecsProcessorPowerInterface; 29 import example.localplugin.BaseLocalSchedulingPlugin;30 import gridsim.dcworms.DCWormsTags;31 31 32 public class RecsExclusivenessDFSSP extends BaseLocalSchedulingPlugin{32 public class RecsExclusivenessDFSSP extends RecsSP { 33 33 34 34 private Random rand = new Random(5); … … 51 51 for (int i = 0; i < q.size(); i++) { 52 52 TaskInterface<?> task = q.get(i); 53 initApplicationType(task); 54 53 55 // if status of the tasks in READY 54 56 if (task.getStatus() == DCWormsTags.READY) {
Note: See TracChangeset
for help on using the changeset viewer.