Ignore:
Timestamp:
11/30/12 10:23:59 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/test/article/recs/plugins/scheduling/RecsExclusivenessDFSSP.java

    r663 r679  
    11package test.article.recs.plugins.scheduling; 
     2 
     3import gridsim.dcworms.DCWormsTags; 
    24 
    35import java.util.ArrayList; 
     
    2729import schedframe.scheduling.tasks.TaskInterface; 
    2830import test.article.recs.utils.RecsProcessorPowerInterface; 
    29 import example.localplugin.BaseLocalSchedulingPlugin; 
    30 import gridsim.dcworms.DCWormsTags; 
    3131 
    32 public class RecsExclusivenessDFSSP extends BaseLocalSchedulingPlugin { 
     32public class RecsExclusivenessDFSSP extends RecsSP { 
    3333 
    3434        private Random rand = new Random(5); 
     
    5151                        for (int i = 0; i < q.size(); i++) { 
    5252                                TaskInterface<?> task = q.get(i); 
     53                                initApplicationType(task); 
     54                                 
    5355                                // if status of the tasks in READY 
    5456                                if (task.getStatus() == DCWormsTags.READY) { 
Note: See TracChangeset for help on using the changeset viewer.