Ignore:
Timestamp:
11/29/13 09:48:39 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 moved

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/example/localplugin/Cluster_FCFSBF_RandomPlugin.java

    r1247 r1258  
    1818import schedframe.scheduling.tasks.TaskInterface; 
    1919 
    20 public class FCFSBF_RandomClusterPlugin extends BaseLocalSchedulingPlugin { 
     20public class Cluster_FCFSBF_RandomPlugin extends BaseLocalSchedulingPlugin { 
    2121 
    2222        private Random rand; 
    2323         
    24         public FCFSBF_RandomClusterPlugin() { 
     24        public Cluster_FCFSBF_RandomPlugin() { 
    2525                rand = new Random(5); 
    2626        } 
Note: See TracChangeset for help on using the changeset viewer.