- Timestamp:
- 10/08/12 10:23:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/example/localplugin/FCFS_BFLocalPlugin.java
r478 r481 1 1 package example.localplugin; 2 2 3 import gridsim. Gridlet;3 import gridsim.gssim.DCWormsTags; 4 4 import schedframe.events.scheduling.SchedulingEvent; 5 5 import schedframe.scheduling.manager.resources.ResourceManager; … … 33 33 34 34 // if status of the tasks in READY 35 if (task.getStatus() == Gridlet.READY) {35 if (task.getStatus() == DCWormsTags.READY) { 36 36 addToSchedulingPlan(plan, task); 37 37 }
Note: See TracChangeset
for help on using the changeset viewer.