Changeset 709


Ignore:
Timestamp:
12/20/12 17:24:06 (12 years ago)
Author:
wojtekp
Message:
 
Location:
DCWoRMS/trunk/src/test/article/recs/plugins/scheduling/old
Files:
1 added
2 copied

Legend:

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

    r679 r709  
    1 package test.article.recs.plugins.scheduling; 
     1package test.article.recs.plugins.scheduling.old; 
    22 
    33import gridsim.dcworms.DCWormsTags; 
     
    2626import schedframe.scheduling.queue.TaskQueueList; 
    2727import schedframe.scheduling.tasks.TaskInterface; 
     28import test.article.recs.plugins.scheduling.RecsSP; 
    2829 
    29 public class RecsExclusivenessSP extends RecsSP { 
     30public class RecsExclusivenessFirstSP extends RecsSP { 
    3031 
    3132        public SchedulingPlanInterface<?> schedule(SchedulingEvent event, TaskQueueList queues, JobRegistry jobRegistry, 
  • DCWoRMS/trunk/src/test/article/recs/plugins/scheduling/old/RecsExclusivenessNodePowManSP.java

    r679 r709  
    1 package test.article.recs.plugins.scheduling; 
     1package test.article.recs.plugins.scheduling.old; 
    22 
    33import gridsim.dcworms.DCWormsTags; 
     
    2828import schedframe.scheduling.queue.TaskQueueList; 
    2929import schedframe.scheduling.tasks.TaskInterface; 
     30import test.article.recs.plugins.scheduling.RecsSP; 
    3031 
    3132public class RecsExclusivenessNodePowManSP extends RecsSP { 
Note: See TracChangeset for help on using the changeset viewer.