Changeset 709 for DCWoRMS/trunk/src/test/article/recs/plugins/scheduling/old/RecsExclusivenessFirstSP.java
- Timestamp:
- 12/20/12 17:24:06 (12 years ago)
- File:
-
- 1 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,
Note: See TracChangeset
for help on using the changeset viewer.