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