- Timestamp:
- 03/16/12 10:03:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xssim/trunk/src/example/localplugin/FCFSRandomClusterLocalPlugin.java
r104 r163 17 17 import test.rewolucja.scheduling.plan.SchedulingPlanInterfaceNew; 18 18 import test.rewolucja.scheduling.plan.SchedulingPlanNew; 19 import test.rewolucja.scheduling.queue. GSSIMQueue;19 import test.rewolucja.scheduling.queue.Queue; 20 20 import test.rewolucja.scheduling.queue.QueueList; 21 21 … … 40 40 // our tasks are placed only in first queue (see 41 41 // BaseLocalPlugin.placeTasksInQueues() method) 42 GSSIMQueue q = queues.get(0);42 Queue q = queues.get(0); 43 43 // check all tasks in queue 44 44
Note: See TracChangeset
for help on using the changeset viewer.