Changeset 1258 for DCWoRMS/branches/coolemall/src/example/localplugin/Cluster_FCFSBF_RandomPlugin.java
- Timestamp:
- 11/29/13 09:48:39 (11 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/example/localplugin/Cluster_FCFSBF_RandomPlugin.java
r1247 r1258 18 18 import schedframe.scheduling.tasks.TaskInterface; 19 19 20 public class FCFSBF_RandomClusterPlugin extends BaseLocalSchedulingPlugin {20 public class Cluster_FCFSBF_RandomPlugin extends BaseLocalSchedulingPlugin { 21 21 22 22 private Random rand; 23 23 24 public FCFSBF_RandomClusterPlugin() {24 public Cluster_FCFSBF_RandomPlugin() { 25 25 rand = new Random(5); 26 26 }
Note: See TracChangeset
for help on using the changeset viewer.