- Timestamp:
- 03/16/12 10:03:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xssim/trunk/src/example/localplugin/FCFSConsolidationClusterLocalPlugin.java
r104 r163 33 33 import test.rewolucja.scheduling.plan.SchedulingPlanInterfaceNew; 34 34 import test.rewolucja.scheduling.plan.SchedulingPlanNew; 35 import test.rewolucja.scheduling.queue. GSSIMQueue;35 import test.rewolucja.scheduling.queue.Queue; 36 36 import test.rewolucja.scheduling.queue.QueueList; 37 37 … … 53 53 // our tasks are placed only in first queue (see 54 54 // BaseLocalPlugin.placeTasksInQueues() method) 55 GSSIMQueue q = queues.get(0);55 Queue q = queues.get(0); 56 56 // check all tasks in queue 57 57
Note: See TracChangeset
for help on using the changeset viewer.