- Timestamp:
- 10/29/12 10:00:57 (12 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/example/localplugin/FCFSBF_RandomClusterPlugin.java
r514 r525 18 18 import schedframe.scheduling.tasks.TaskInterface; 19 19 20 public class FCFS RandomClusterLocalPlugin extends BaseLocalSchedulingPlugin {20 public class FCFSBF_RandomClusterPlugin extends BaseLocalSchedulingPlugin { 21 21 22 22 private Random rand; 23 23 24 public FCFS RandomClusterLocalPlugin() {24 public FCFSBF_RandomClusterPlugin() { 25 25 rand = new Random(5); 26 26 }
Note: See TracChangeset
for help on using the changeset viewer.