Changeset 1521 for DCWoRMS/branches
- Timestamp:
- 12/30/14 12:36:49 (10 years ago)
- Location:
- DCWoRMS/branches/coolemall/src/test/drs_tst/recs/plugins/scheduling/old
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/drs_tst/recs/plugins/scheduling/old/RecsExclusivenessDFSSP.java
r1399 r1521 1 1 package test.drs_tst.recs.plugins.scheduling.old; 2 2 3 import experiments.simpat2012.recs.plugins.scheduling.RecsSP; 4 import experiments.simpat2012.recs.utils.RecsProcessorPowerInterface; 3 5 import gridsim.dcworms.DCWormsTags; 4 6 … … 28 30 import schedframe.scheduling.queue.TaskQueueList; 29 31 import schedframe.scheduling.tasks.TaskInterface; 30 import test.article.recs.plugins.scheduling.RecsSP;31 import test.article.recs.utils.RecsProcessorPowerInterface;32 32 33 33 public class RecsExclusivenessDFSSP extends RecsSP { -
DCWoRMS/branches/coolemall/src/test/drs_tst/recs/plugins/scheduling/old/RecsExclusivenessFirstSP.java
r1399 r1521 1 1 package test.drs_tst.recs.plugins.scheduling.old; 2 2 3 import experiments.simpat2012.recs.plugins.scheduling.RecsSP; 3 4 import gridsim.dcworms.DCWormsTags; 4 5 … … 26 27 import schedframe.scheduling.queue.TaskQueueList; 27 28 import schedframe.scheduling.tasks.TaskInterface; 28 import test.article.recs.plugins.scheduling.RecsSP;29 29 30 30 public class RecsExclusivenessFirstSP extends RecsSP { -
DCWoRMS/branches/coolemall/src/test/drs_tst/recs/plugins/scheduling/old/RecsExclusivenessNodePowManSP.java
r1399 r1521 1 1 package test.drs_tst.recs.plugins.scheduling.old; 2 2 3 import experiments.simpat2012.recs.plugins.scheduling.RecsSP; 3 4 import gridsim.dcworms.DCWormsTags; 4 5 … … 28 29 import schedframe.scheduling.queue.TaskQueueList; 29 30 import schedframe.scheduling.tasks.TaskInterface; 30 import test.article.recs.plugins.scheduling.RecsSP;31 31 32 32 public class RecsExclusivenessNodePowManSP extends RecsSP {
Note: See TracChangeset
for help on using the changeset viewer.