Ignore:
Timestamp:
12/29/14 17:24:25 (10 years ago)
Author:
wojtekp
Message:
 
Location:
DCWoRMS/branches/coolemall/src/experiments/e2dc2013
Files:
4 added
1 copied

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/plugins/scheduling/RecsSP.java

    r1247 r1499  
    1 package test.article2.recs.plugins.scheduling; 
     1package experiments.e2dc2013.recs.plugins.scheduling; 
    22 
    33import java.io.FileInputStream; 
     
    99import schedframe.resources.computing.Node; 
    1010import schedframe.scheduling.tasks.TaskInterface; 
    11 import test.article2.recs.utils.AppType; 
    12 import test.article2.recs.utils.TaskToApp; 
    1311import dcworms.schedframe.scheduling.ExecTask; 
    1412import dcworms.schedframe.scheduling.Executable; 
    1513import example.localplugin.BaseLocalSchedulingPlugin; 
     14import experiments.e2dc2013.recs.utils.AppType; 
     15import experiments.e2dc2013.recs.utils.TaskToApp; 
    1616 
    1717public abstract class RecsSP extends BaseLocalSchedulingPlugin { 
    1818 
    19         private static String EXEC_DATA_FILE_NAME = "src/test/article2/recs/data/executiveness_data.properties"; 
     19        private static String EXEC_DATA_FILE_NAME = "src/experiments/e2dc2013/recs/data/executiveness_data.properties"; 
    2020         
    2121        private ResourceBundle execBundle; 
Note: See TracChangeset for help on using the changeset viewer.