- Timestamp:
- 03/16/12 10:03:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xssim/trunk/src/example/gridplugin/GridFCFSRandomPlugin.java
r104 r164 20 20 import test.rewolucja.scheduling.plan.SchedulingPlanInterfaceNew; 21 21 import test.rewolucja.scheduling.plan.SchedulingPlanNew; 22 import test.rewolucja.scheduling.queue. GSSIMQueue;22 import test.rewolucja.scheduling.queue.Queue; 23 23 import test.rewolucja.scheduling.queue.QueueList; 24 24 … … 47 47 SchedulingPlanNew plan = new SchedulingPlanNew(); 48 48 49 GSSIMQueue q = queues.get(0);49 Queue q = queues.get(0); 50 50 int size = q.size(); 51 51
Note: See TracChangeset
for help on using the changeset viewer.