forked from ACassimiro/TSNsched
-
Notifications
You must be signed in to change notification settings - Fork 1
/
5PublishSubscribeflows.java
574 lines (554 loc) · 20 KB
/
5PublishSubscribeflows.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
package schedule_generator;
import com.tsnsched.core.interface_manager.JSONParser;
import com.tsnsched.core.network.*;
import com.tsnsched.core.nodes.*;
import com.tsnsched.core.components.*;
import com.tsnsched.core.schedule_generator.*;
import com.tsnsched.core.interface_manager.*;
import java.util.*;
import java.io.*;
public class GeneratedCode {
public void runTestCase(){
/*
* GENERATING DEVICES
*/
Device dev0 = new Device(2000, 0, 1000, 1625);
Device dev1 = new Device(2000, 0, 1000, 1625);
Device dev2 = new Device(2000, 0, 1000, 1625);
Device dev3 = new Device(2000, 0, 1000, 1625);
Device dev4 = new Device(2000, 0, 1000, 1625);
Device dev5 = new Device(2000, 0, 1000, 1625);
Device dev6 = new Device(2000, 0, 1000, 1625);
Device dev7 = new Device(2000, 0, 1000, 1625);
Device dev8 = new Device(2000, 0, 1000, 1625);
Device dev9 = new Device(2000, 0, 1000, 1625);
Device dev10 = new Device(2000, 0, 1000, 1625);
Device dev11 = new Device(2000, 0, 1000, 1625);
Device dev12 = new Device(2000, 0, 1000, 1625);
Device dev13 = new Device(2000, 0, 1000, 1625);
Device dev14 = new Device(2000, 0, 1000, 1625);
Device dev15 = new Device(2000, 0, 1000, 1625);
Device dev16 = new Device(2000, 0, 1000, 1625);
Device dev17 = new Device(2000, 0, 1000, 1625);
Device dev18 = new Device(2000, 0, 1000, 1625);
Device dev19 = new Device(2000, 0, 1000, 1625);
Device dev20 = new Device(2000, 0, 1000, 1625);
Device dev21 = new Device(2000, 0, 1000, 1625);
Device dev22 = new Device(2000, 0, 1000, 1625);
Device dev23 = new Device(2000, 0, 1000, 1625);
Device dev24 = new Device(2000, 0, 1000, 1625);
Device dev25 = new Device(2000, 0, 1000, 1625);
Device dev26 = new Device(2000, 0, 1000, 1625);
Device dev27 = new Device(2000, 0, 1000, 1625);
Device dev28 = new Device(2000, 0, 1000, 1625);
Device dev29 = new Device(2000, 0, 1000, 1625);
Device dev30 = new Device(2000, 0, 1000, 1625);
Device dev31 = new Device(2000, 0, 1000, 1625);
Device dev32 = new Device(2000, 0, 1000, 1625);
Device dev33 = new Device(2000, 0, 1000, 1625);
Device dev34 = new Device(2000, 0, 1000, 1625);
Device dev35 = new Device(2000, 0, 1000, 1625);
Device dev36 = new Device(2000, 0, 1000, 1625);
Device dev37 = new Device(2000, 0, 1000, 1625);
Device dev38 = new Device(2000, 0, 1000, 1625);
Device dev39 = new Device(2000, 0, 1000, 1625);
Device dev40 = new Device(2000, 0, 1000, 1625);
Device dev41 = new Device(2000, 0, 1000, 1625);
Device dev42 = new Device(2000, 0, 1000, 1625);
Device dev43 = new Device(2000, 0, 1000, 1625);
Device dev44 = new Device(2000, 0, 1000, 1625);
Device dev45 = new Device(2000, 0, 1000, 1625);
Device dev46 = new Device(2000, 0, 1000, 1625);
Device dev47 = new Device(2000, 0, 1000, 1625);
Device dev48 = new Device(2000, 0, 1000, 1625);
Device dev49 = new Device(2000, 0, 1000, 1625);
/*
* GENERATING SWITCHES
*/
TSNSwitch switch0 = new TSNSwitch("switch0",100, 1, 125, 1, 400, 3000);
TSNSwitch switch1 = new TSNSwitch("switch1",100, 1, 125, 1, 400, 3000);
TSNSwitch switch2 = new TSNSwitch("switch2",100, 1, 125, 1, 400, 3000);
TSNSwitch switch3 = new TSNSwitch("switch3",100, 1, 125, 1, 400, 3000);
TSNSwitch switch4 = new TSNSwitch("switch4",100, 1, 125, 1, 400, 3000);
TSNSwitch switch5 = new TSNSwitch("switch5",100, 1, 125, 1, 400, 3000);
TSNSwitch switch6 = new TSNSwitch("switch6",100, 1, 125, 1, 400, 3000);
TSNSwitch switch7 = new TSNSwitch("switch7",100, 1, 125, 1, 400, 3000);
TSNSwitch switch8 = new TSNSwitch("switch8",100, 1, 125, 1, 400, 3000);
TSNSwitch switch9 = new TSNSwitch("switch9",100, 1, 125, 1, 400, 3000);
/*
* GENERATING PORTS
*/
Cycle cycle0 = new Cycle(50);
switch0.createPort(switch1, cycle0);
Cycle cycle1 = new Cycle(50);
switch1.createPort(switch0, cycle1);
Cycle cycle2 = new Cycle(50);
switch0.createPort(switch2, cycle2);
Cycle cycle3 = new Cycle(50);
switch2.createPort(switch0, cycle3);
Cycle cycle4 = new Cycle(50);
switch0.createPort(switch3, cycle4);
Cycle cycle5 = new Cycle(50);
switch3.createPort(switch0, cycle5);
Cycle cycle6 = new Cycle(50);
switch0.createPort(switch4, cycle6);
Cycle cycle7 = new Cycle(50);
switch4.createPort(switch0, cycle7);
Cycle cycle8 = new Cycle(50);
switch0.createPort(switch5, cycle8);
Cycle cycle9 = new Cycle(50);
switch5.createPort(switch0, cycle9);
Cycle cycle10 = new Cycle(50);
switch0.createPort(switch6, cycle10);
Cycle cycle11 = new Cycle(50);
switch6.createPort(switch0, cycle11);
Cycle cycle12 = new Cycle(50);
switch0.createPort(switch7, cycle12);
Cycle cycle13 = new Cycle(50);
switch7.createPort(switch0, cycle13);
Cycle cycle14 = new Cycle(50);
switch0.createPort(switch8, cycle14);
Cycle cycle15 = new Cycle(50);
switch8.createPort(switch0, cycle15);
Cycle cycle16 = new Cycle(50);
switch0.createPort(switch9, cycle16);
Cycle cycle17 = new Cycle(50);
switch9.createPort(switch0, cycle17);
Cycle cycle18 = new Cycle(50);
switch1.createPort(switch2, cycle18);
Cycle cycle19 = new Cycle(50);
switch2.createPort(switch1, cycle19);
Cycle cycle20 = new Cycle(50);
switch1.createPort(switch3, cycle20);
Cycle cycle21 = new Cycle(50);
switch3.createPort(switch1, cycle21);
Cycle cycle22 = new Cycle(50);
switch1.createPort(switch4, cycle22);
Cycle cycle23 = new Cycle(50);
switch4.createPort(switch1, cycle23);
Cycle cycle24 = new Cycle(50);
switch1.createPort(switch5, cycle24);
Cycle cycle25 = new Cycle(50);
switch5.createPort(switch1, cycle25);
Cycle cycle26 = new Cycle(50);
switch1.createPort(switch6, cycle26);
Cycle cycle27 = new Cycle(50);
switch6.createPort(switch1, cycle27);
Cycle cycle28 = new Cycle(50);
switch1.createPort(switch7, cycle28);
Cycle cycle29 = new Cycle(50);
switch7.createPort(switch1, cycle29);
Cycle cycle30 = new Cycle(50);
switch1.createPort(switch8, cycle30);
Cycle cycle31 = new Cycle(50);
switch8.createPort(switch1, cycle31);
Cycle cycle32 = new Cycle(50);
switch1.createPort(switch9, cycle32);
Cycle cycle33 = new Cycle(50);
switch9.createPort(switch1, cycle33);
Cycle cycle34 = new Cycle(50);
switch2.createPort(switch3, cycle34);
Cycle cycle35 = new Cycle(50);
switch3.createPort(switch2, cycle35);
Cycle cycle36 = new Cycle(50);
switch2.createPort(switch4, cycle36);
Cycle cycle37 = new Cycle(50);
switch4.createPort(switch2, cycle37);
Cycle cycle38 = new Cycle(50);
switch2.createPort(switch5, cycle38);
Cycle cycle39 = new Cycle(50);
switch5.createPort(switch2, cycle39);
Cycle cycle40 = new Cycle(50);
switch2.createPort(switch6, cycle40);
Cycle cycle41 = new Cycle(50);
switch6.createPort(switch2, cycle41);
Cycle cycle42 = new Cycle(50);
switch2.createPort(switch7, cycle42);
Cycle cycle43 = new Cycle(50);
switch7.createPort(switch2, cycle43);
Cycle cycle44 = new Cycle(50);
switch2.createPort(switch8, cycle44);
Cycle cycle45 = new Cycle(50);
switch8.createPort(switch2, cycle45);
Cycle cycle46 = new Cycle(50);
switch2.createPort(switch9, cycle46);
Cycle cycle47 = new Cycle(50);
switch9.createPort(switch2, cycle47);
Cycle cycle48 = new Cycle(50);
switch3.createPort(switch4, cycle48);
Cycle cycle49 = new Cycle(50);
switch4.createPort(switch3, cycle49);
Cycle cycle50 = new Cycle(50);
switch3.createPort(switch5, cycle50);
Cycle cycle51 = new Cycle(50);
switch5.createPort(switch3, cycle51);
Cycle cycle52 = new Cycle(50);
switch3.createPort(switch6, cycle52);
Cycle cycle53 = new Cycle(50);
switch6.createPort(switch3, cycle53);
Cycle cycle54 = new Cycle(50);
switch3.createPort(switch7, cycle54);
Cycle cycle55 = new Cycle(50);
switch7.createPort(switch3, cycle55);
Cycle cycle56 = new Cycle(50);
switch3.createPort(switch8, cycle56);
Cycle cycle57 = new Cycle(50);
switch8.createPort(switch3, cycle57);
Cycle cycle58 = new Cycle(50);
switch3.createPort(switch9, cycle58);
Cycle cycle59 = new Cycle(50);
switch9.createPort(switch3, cycle59);
Cycle cycle60 = new Cycle(50);
switch4.createPort(switch5, cycle60);
Cycle cycle61 = new Cycle(50);
switch5.createPort(switch4, cycle61);
Cycle cycle62 = new Cycle(50);
switch4.createPort(switch6, cycle62);
Cycle cycle63 = new Cycle(50);
switch6.createPort(switch4, cycle63);
Cycle cycle64 = new Cycle(50);
switch4.createPort(switch7, cycle64);
Cycle cycle65 = new Cycle(50);
switch7.createPort(switch4, cycle65);
Cycle cycle66 = new Cycle(50);
switch4.createPort(switch8, cycle66);
Cycle cycle67 = new Cycle(50);
switch8.createPort(switch4, cycle67);
Cycle cycle68 = new Cycle(50);
switch4.createPort(switch9, cycle68);
Cycle cycle69 = new Cycle(50);
switch9.createPort(switch4, cycle69);
Cycle cycle70 = new Cycle(50);
switch5.createPort(switch6, cycle70);
Cycle cycle71 = new Cycle(50);
switch6.createPort(switch5, cycle71);
Cycle cycle72 = new Cycle(50);
switch5.createPort(switch7, cycle72);
Cycle cycle73 = new Cycle(50);
switch7.createPort(switch5, cycle73);
Cycle cycle74 = new Cycle(50);
switch5.createPort(switch8, cycle74);
Cycle cycle75 = new Cycle(50);
switch8.createPort(switch5, cycle75);
Cycle cycle76 = new Cycle(50);
switch5.createPort(switch9, cycle76);
Cycle cycle77 = new Cycle(50);
switch9.createPort(switch5, cycle77);
Cycle cycle78 = new Cycle(50);
switch6.createPort(switch7, cycle78);
Cycle cycle79 = new Cycle(50);
switch7.createPort(switch6, cycle79);
Cycle cycle80 = new Cycle(50);
switch6.createPort(switch8, cycle80);
Cycle cycle81 = new Cycle(50);
switch8.createPort(switch6, cycle81);
Cycle cycle82 = new Cycle(50);
switch6.createPort(switch9, cycle82);
Cycle cycle83 = new Cycle(50);
switch9.createPort(switch6, cycle83);
Cycle cycle84 = new Cycle(50);
switch7.createPort(switch8, cycle84);
Cycle cycle85 = new Cycle(50);
switch8.createPort(switch7, cycle85);
Cycle cycle86 = new Cycle(50);
switch7.createPort(switch9, cycle86);
Cycle cycle87 = new Cycle(50);
switch9.createPort(switch7, cycle87);
Cycle cycle88 = new Cycle(50);
switch8.createPort(switch9, cycle88);
Cycle cycle89 = new Cycle(50);
switch9.createPort(switch8, cycle89);
/*
* LINKING SWITCHES TO DEVICES
*/
Cycle cycle90 = new Cycle(50);
switch0.createPort(dev0, cycle90);
Cycle cycle91 = new Cycle(50);
switch0.createPort(dev1, cycle91);
Cycle cycle92 = new Cycle(50);
switch0.createPort(dev2, cycle92);
Cycle cycle93 = new Cycle(50);
switch0.createPort(dev3, cycle93);
Cycle cycle94 = new Cycle(50);
switch0.createPort(dev4, cycle94);
Cycle cycle95 = new Cycle(50);
switch1.createPort(dev5, cycle95);
Cycle cycle96 = new Cycle(50);
switch1.createPort(dev6, cycle96);
Cycle cycle97 = new Cycle(50);
switch1.createPort(dev7, cycle97);
Cycle cycle98 = new Cycle(50);
switch1.createPort(dev8, cycle98);
Cycle cycle99 = new Cycle(50);
switch1.createPort(dev9, cycle99);
Cycle cycle100 = new Cycle(50);
switch2.createPort(dev10, cycle100);
Cycle cycle101 = new Cycle(50);
switch2.createPort(dev11, cycle101);
Cycle cycle102 = new Cycle(50);
switch2.createPort(dev12, cycle102);
Cycle cycle103 = new Cycle(50);
switch2.createPort(dev13, cycle103);
Cycle cycle104 = new Cycle(50);
switch2.createPort(dev14, cycle104);
Cycle cycle105 = new Cycle(50);
switch3.createPort(dev15, cycle105);
Cycle cycle106 = new Cycle(50);
switch3.createPort(dev16, cycle106);
Cycle cycle107 = new Cycle(50);
switch3.createPort(dev17, cycle107);
Cycle cycle108 = new Cycle(50);
switch3.createPort(dev18, cycle108);
Cycle cycle109 = new Cycle(50);
switch3.createPort(dev19, cycle109);
Cycle cycle110 = new Cycle(50);
switch4.createPort(dev20, cycle110);
Cycle cycle111 = new Cycle(50);
switch4.createPort(dev21, cycle111);
Cycle cycle112 = new Cycle(50);
switch4.createPort(dev22, cycle112);
Cycle cycle113 = new Cycle(50);
switch4.createPort(dev23, cycle113);
Cycle cycle114 = new Cycle(50);
switch4.createPort(dev24, cycle114);
Cycle cycle115 = new Cycle(50);
switch5.createPort(dev25, cycle115);
Cycle cycle116 = new Cycle(50);
switch5.createPort(dev26, cycle116);
Cycle cycle117 = new Cycle(50);
switch5.createPort(dev27, cycle117);
Cycle cycle118 = new Cycle(50);
switch5.createPort(dev28, cycle118);
Cycle cycle119 = new Cycle(50);
switch5.createPort(dev29, cycle119);
Cycle cycle120 = new Cycle(50);
switch6.createPort(dev30, cycle120);
Cycle cycle121 = new Cycle(50);
switch6.createPort(dev31, cycle121);
Cycle cycle122 = new Cycle(50);
switch6.createPort(dev32, cycle122);
Cycle cycle123 = new Cycle(50);
switch6.createPort(dev33, cycle123);
Cycle cycle124 = new Cycle(50);
switch6.createPort(dev34, cycle124);
Cycle cycle125 = new Cycle(50);
switch7.createPort(dev35, cycle125);
Cycle cycle126 = new Cycle(50);
switch7.createPort(dev36, cycle126);
Cycle cycle127 = new Cycle(50);
switch7.createPort(dev37, cycle127);
Cycle cycle128 = new Cycle(50);
switch7.createPort(dev38, cycle128);
Cycle cycle129 = new Cycle(50);
switch7.createPort(dev39, cycle129);
Cycle cycle130 = new Cycle(50);
switch8.createPort(dev40, cycle130);
Cycle cycle131 = new Cycle(50);
switch8.createPort(dev41, cycle131);
Cycle cycle132 = new Cycle(50);
switch8.createPort(dev42, cycle132);
Cycle cycle133 = new Cycle(50);
switch8.createPort(dev43, cycle133);
Cycle cycle134 = new Cycle(50);
switch8.createPort(dev44, cycle134);
Cycle cycle135 = new Cycle(50);
switch9.createPort(dev45, cycle135);
Cycle cycle136 = new Cycle(50);
switch9.createPort(dev46, cycle136);
Cycle cycle137 = new Cycle(50);
switch9.createPort(dev47, cycle137);
Cycle cycle138 = new Cycle(50);
switch9.createPort(dev48, cycle138);
Cycle cycle139 = new Cycle(50);
switch9.createPort(dev49, cycle139);
/*
* GENERATING FLOWS
*/
LinkedList<PathNode> nodeList;
Flow flow0 = new Flow(Flow.PUBLISH_SUBSCRIBE);
PathTree pathTree0 = new PathTree();
PathNode pathNode0;
pathNode0 = pathTree0.addRoot(dev16);
pathNode0 = pathNode0.addChild(switch3);
nodeList = new LinkedList<PathNode>();
nodeList.add(pathNode0);
nodeList.add(nodeList.getFirst().addChild(switch9));
nodeList.add(nodeList.getFirst().addChild(switch7));
nodeList.add(nodeList.removeFirst().addChild(switch4));
nodeList.add(nodeList.removeFirst().addChild(switch0));
nodeList.getFirst().addChild(dev35);
nodeList.getFirst().addChild(dev36);
nodeList.getFirst().addChild(dev37);
nodeList.removeFirst();
nodeList.getFirst().addChild(dev20);
nodeList.getFirst().addChild(dev21);
nodeList.getFirst().addChild(dev22);
nodeList.removeFirst();
nodeList.getFirst().addChild(dev0);
nodeList.getFirst().addChild(dev1);
nodeList.getFirst().addChild(dev2);
nodeList.removeFirst();
flow0.setPathTree(pathTree0);
Flow flow1 = new Flow(Flow.PUBLISH_SUBSCRIBE);
PathTree pathTree1 = new PathTree();
PathNode pathNode1;
pathNode1 = pathTree1.addRoot(dev3);
pathNode1 = pathNode1.addChild(switch0);
nodeList = new LinkedList<PathNode>();
nodeList.add(pathNode1);
nodeList.add(nodeList.getFirst().addChild(switch4));
nodeList.add(nodeList.removeFirst().addChild(switch2));
nodeList.add(nodeList.getFirst().addChild(switch5));
nodeList.add(nodeList.removeFirst().addChild(switch7));
nodeList.getFirst().addChild(dev10);
nodeList.getFirst().addChild(dev11);
nodeList.getFirst().addChild(dev12);
nodeList.removeFirst();
nodeList.getFirst().addChild(dev25);
nodeList.getFirst().addChild(dev26);
nodeList.getFirst().addChild(dev27);
nodeList.removeFirst();
nodeList.getFirst().addChild(dev35);
nodeList.getFirst().addChild(dev36);
nodeList.getFirst().addChild(dev37);
nodeList.removeFirst();
flow1.setPathTree(pathTree1);
Flow flow2 = new Flow(Flow.PUBLISH_SUBSCRIBE);
PathTree pathTree2 = new PathTree();
PathNode pathNode2;
pathNode2 = pathTree2.addRoot(dev42);
pathNode2 = pathNode2.addChild(switch8);
nodeList = new LinkedList<PathNode>();
nodeList.add(pathNode2);
nodeList.add(nodeList.getFirst().addChild(switch2));
nodeList.add(nodeList.removeFirst().addChild(switch1));
nodeList.add(nodeList.removeFirst().addChild(switch3));
nodeList.add(nodeList.removeFirst().addChild(switch6));
nodeList.getFirst().addChild(dev15);
nodeList.getFirst().addChild(dev16);
nodeList.getFirst().addChild(dev17);
nodeList.getFirst().addChild(dev18);
nodeList.getFirst().addChild(dev19);
nodeList.removeFirst();
nodeList.getFirst().addChild(dev30);
nodeList.getFirst().addChild(dev31);
nodeList.getFirst().addChild(dev32);
nodeList.getFirst().addChild(dev33);
nodeList.getFirst().addChild(dev34);
nodeList.removeFirst();
flow2.setPathTree(pathTree2);
Flow flow3 = new Flow(Flow.PUBLISH_SUBSCRIBE);
PathTree pathTree3 = new PathTree();
PathNode pathNode3;
pathNode3 = pathTree3.addRoot(dev22);
pathNode3 = pathNode3.addChild(switch4);
nodeList = new LinkedList<PathNode>();
nodeList.add(pathNode3);
nodeList.add(nodeList.removeFirst().addChild(switch7));
nodeList.add(nodeList.getFirst().addChild(switch8));
nodeList.add(nodeList.removeFirst().addChild(switch0));
nodeList.add(nodeList.removeFirst().addChild(switch9));
nodeList.getFirst().addChild(dev0);
nodeList.getFirst().addChild(dev1);
nodeList.getFirst().addChild(dev2);
nodeList.getFirst().addChild(dev3);
nodeList.getFirst().addChild(dev4);
nodeList.removeFirst();
nodeList.getFirst().addChild(dev45);
nodeList.getFirst().addChild(dev46);
nodeList.getFirst().addChild(dev47);
nodeList.getFirst().addChild(dev48);
nodeList.getFirst().addChild(dev49);
nodeList.removeFirst();
flow3.setPathTree(pathTree3);
Flow flow4 = new Flow(Flow.PUBLISH_SUBSCRIBE);
PathTree pathTree4 = new PathTree();
PathNode pathNode4;
pathNode4 = pathTree4.addRoot(dev47);
pathNode4 = pathNode4.addChild(switch9);
nodeList = new LinkedList<PathNode>();
nodeList.add(pathNode4);
nodeList.add(nodeList.removeFirst().addChild(switch0));
nodeList.add(nodeList.removeFirst().addChild(switch5));
nodeList.add(nodeList.removeFirst().addChild(switch7));
nodeList.add(nodeList.removeFirst().addChild(switch2));
nodeList.getFirst().addChild(dev10);
nodeList.getFirst().addChild(dev11);
nodeList.getFirst().addChild(dev12);
nodeList.getFirst().addChild(dev13);
nodeList.getFirst().addChild(dev14);
nodeList.removeFirst();
flow4.setPathTree(pathTree4);
/*
* GENERATING THE NETWORK
*/
Network net = new Network();
net.addDevice(dev0);
net.addDevice(dev1);
net.addDevice(dev2);
net.addDevice(dev3);
net.addDevice(dev4);
net.addDevice(dev5);
net.addDevice(dev6);
net.addDevice(dev7);
net.addDevice(dev8);
net.addDevice(dev9);
net.addDevice(dev10);
net.addDevice(dev11);
net.addDevice(dev12);
net.addDevice(dev13);
net.addDevice(dev14);
net.addDevice(dev15);
net.addDevice(dev16);
net.addDevice(dev17);
net.addDevice(dev18);
net.addDevice(dev19);
net.addDevice(dev20);
net.addDevice(dev21);
net.addDevice(dev22);
net.addDevice(dev23);
net.addDevice(dev24);
net.addDevice(dev25);
net.addDevice(dev26);
net.addDevice(dev27);
net.addDevice(dev28);
net.addDevice(dev29);
net.addDevice(dev30);
net.addDevice(dev31);
net.addDevice(dev32);
net.addDevice(dev33);
net.addDevice(dev34);
net.addDevice(dev35);
net.addDevice(dev36);
net.addDevice(dev37);
net.addDevice(dev38);
net.addDevice(dev39);
net.addDevice(dev40);
net.addDevice(dev41);
net.addDevice(dev42);
net.addDevice(dev43);
net.addDevice(dev44);
net.addDevice(dev45);
net.addDevice(dev46);
net.addDevice(dev47);
net.addDevice(dev48);
net.addDevice(dev49);
net.addSwitch(switch0);
net.addSwitch(switch1);
net.addSwitch(switch2);
net.addSwitch(switch3);
net.addSwitch(switch4);
net.addSwitch(switch5);
net.addSwitch(switch6);
net.addSwitch(switch7);
net.addSwitch(switch8);
net.addSwitch(switch9);
net.addFlow(flow0);
net.addFlow(flow1);
net.addFlow(flow2);
net.addFlow(flow3);
net.addFlow(flow4);
ScheduleGenerator scheduleGenerator = new ScheduleGenerator();
scheduleGenerator.generateSchedule(net);
}
}