Changeset 709
- Timestamp:
- 12/20/12 17:24:06 (12 years ago)
- 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 ;1 package test.article.recs.plugins.scheduling.old; 2 2 3 3 import gridsim.dcworms.DCWormsTags; … … 26 26 import schedframe.scheduling.queue.TaskQueueList; 27 27 import schedframe.scheduling.tasks.TaskInterface; 28 import test.article.recs.plugins.scheduling.RecsSP; 28 29 29 public class RecsExclusiveness SP extends RecsSP {30 public class RecsExclusivenessFirstSP extends RecsSP { 30 31 31 32 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 ;1 package test.article.recs.plugins.scheduling.old; 2 2 3 3 import gridsim.dcworms.DCWormsTags; … … 28 28 import schedframe.scheduling.queue.TaskQueueList; 29 29 import schedframe.scheduling.tasks.TaskInterface; 30 import test.article.recs.plugins.scheduling.RecsSP; 30 31 31 32 public class RecsExclusivenessNodePowManSP extends RecsSP {
Note: See TracChangeset
for help on using the changeset viewer.