Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tools/neteditTestFunctions/enums/attributesEnum.py
169679 views
1
# -*- coding: utf-8 -*-
2
# Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.dev/sumo
3
# Copyright (C) 2009-2025 German Aerospace Center (DLR) and others.
4
# This program and the accompanying materials are made available under the
5
# terms of the Eclipse Public License 2.0 which is available at
6
# https://www.eclipse.org/legal/epl-2.0/
7
# This Source Code may also be made available under the following Secondary
8
# Licenses when the conditions for such availability set forth in the Eclipse
9
# Public License 2.0 are satisfied: GNU General Public License, version 2
10
# or later which is available at
11
# https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
12
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
13
14
# @file attributesEnum.py
15
# @author Pablo Alvarez Lopez
16
# @date 2022-01-31
17
18
class attrs:
19
# --------------------------------
20
# GENERAL
21
# --------------------------------
22
23
class toolbar:
24
class file:
25
newNetwork = 1
26
newWindow = 2
27
generateNetwork = 3
28
loadNeteditConfig = 4
29
loadSumoConfig = 5
30
loadNetwork = 6
31
openNetconvertConfiguration = 7
32
importForeignNetwork = 8
33
saveNetwork = 9
34
saveNetworkAs = 9
35
savePlainXML = 10
36
saveJoinedJunctions = 11
37
reloadNetwork = 13
38
39
class neteditConfig:
40
menu = 14
41
save = 1
42
saveAs = 1
43
reload = 3
44
45
class sumoConfig:
46
menu = 15
47
save = 1
48
saveAs = 2
49
reload = 2
50
51
class trafficLights:
52
menu = 16
53
load = 1
54
save = 2
55
saveAs = 3
56
reload = 4
57
58
class edgeTypes:
59
menu = 17
60
load = 1
61
save = 2
62
saveAs = 3
63
reload = 4
64
65
class aditionalElements:
66
menu = 18
67
load = 1
68
save = 2
69
saveAs = 2
70
saveJupedsim = 3
71
reload = 4
72
73
class demandElements:
74
menu = 19
75
load = 1
76
save = 2
77
saveAs = 2
78
reload = 3
79
80
class dataElements:
81
menu = 20
82
load = 1
83
save = 2
84
saveAs = 2
85
reload = 3
86
87
class meanDataElements:
88
menu = 21
89
load = 1
90
save = 2
91
saveAs = 2
92
reload = 3
93
94
class editElements:
95
overlapped = 5
96
97
class move:
98
moveWholePolygon = 5
99
100
class shape:
101
size = 200
102
103
class selection:
104
class lockSelectionNetwork:
105
junctions = 1
106
edges = 2
107
lanes = 3
108
connections = 4
109
crossings = 5
110
walkingAreas = 6
111
additionals = 7
112
tazs = 8
113
wires = 9
114
polygons = 10
115
pois = 11
116
walkableAreas = 12
117
obstacles = 13
118
selected = 14
119
lockAll = 15
120
unlockAll = 16
121
122
class modes:
123
class network:
124
grid = '1'
125
junctionShape = '2'
126
spreadVehicle = '3'
127
showDemandElements = '4'
128
selectLane = '5'
129
showConnections = '6'
130
showSubAdditionals = '7'
131
# create edge
132
chainMode = '5'
133
twoWayMode = '6'
134
# TLS mode
135
applyAllPhases = '5'
136
# move mode
137
mergingJunction = '5'
138
showBubbles = '6'
139
moveElevation = '7'
140
# select mode
141
automaticSelectJunctions = '9'
142
143
class demand:
144
grid = '1'
145
junctionShape = '2'
146
spreadVehicle = '3'
147
showShapes = '4'
148
showAllTrips = '5'
149
showPersonPlans = '6'
150
lockPerson = '7'
151
showContainerPlans = '8'
152
lockContainer = '9'
153
showNonInspected = '10'
154
showOverlappedRoutes = '11'
155
156
class data:
157
junctionShape = '1'
158
showAdditionals = '2'
159
showShapes = '3'
160
showDemandElements = '4'
161
TAZRelDrawingMode = '5'
162
TAZFill = '6'
163
TAZRelOnlyFrom = '7'
164
TAZRelOnlyTo = '8'
165
166
class frames:
167
class changeElement:
168
additional = 2
169
shape = 2
170
vehicle = 2
171
route = 2
172
person = 2
173
container = 2
174
meanData = 2
175
personPlan = 5
176
containerPlan = 5
177
stop = 5
178
179
class selection:
180
class basic:
181
add = 3
182
remove = 4
183
keep = 5
184
replace = 6
185
default = 15
186
clear = 21
187
save = 22
188
delete = 23
189
invert = 24
190
load = 25
191
reduce = 26
192
invertData = 22 # temporal, until restoration of select using start-end interval
193
194
class networkItem:
195
type = 8
196
subType = 2
197
attribute = 3
198
value = 2
199
200
class delete:
201
protectElements = 4
202
203
class changeParentElement:
204
route = 4
205
stop = 2
206
207
class changePlan:
208
person = 22
209
personFlow = 29
210
container = 22
211
containerFlow = 29
212
213
class route:
214
create = 15
215
abort = 16
216
removeLastInsertedEdge = 17
217
218
# --------------------------------
219
# NETWORK
220
# --------------------------------
221
222
# junction
223
224
class junction:
225
class inspect:
226
id = 2
227
pos = 3
228
type = 4
229
shape = 6
230
radius = 7
231
keepClear = 8
232
rightOfWay = 9
233
fringe = 11
234
name = 13
235
parameters = 15
236
parametersButton = 16
237
frontButton = 18
238
helpDialog = 19
239
reset = 20
240
241
class inspectTLS:
242
id = 2
243
pos = 3
244
type = 4
245
shape = 6
246
radius = 7
247
keepClear = 8
248
rightOfWay = 9
249
fringe = 11
250
name = 13
251
tlType = 14
252
tlLayout = 16
253
tl = 18
254
parameters = 20
255
parametersButton = 21
256
frontButton = 23
257
helpDialog = 24
258
reset = 25
259
260
class inspectSelection:
261
type = 2
262
radius = 3
263
keepClear = 4
264
rightOfWay = 5
265
fringe = 6
266
name = 7
267
parameters = 9
268
parametersButton = 10
269
frontButton = 12
270
helpDialog = 13
271
reset = 14
272
273
class inspectSelectionTLS:
274
type = 2
275
radius = 3
276
keepClear = 4
277
rightOfWay = 5
278
fringe = 6
279
name = 7
280
tlType = 8
281
tlLayout = 9
282
tl = 11
283
parameters = 14
284
parametersButton = 15
285
frontButton = 17
286
helpDialog = 18
287
reset = 19
288
289
# edge
290
291
class edge:
292
class create:
293
defaultShort = 3
294
disallowPedestrians = 4
295
addSidewalk = 5
296
addBikelane = 6
297
useTemplate = 7
298
numLanes = 9
299
speed = 10
300
allowButton = 11
301
allow = 12
302
disallow = 13
303
spreadType = 14
304
priority = 16
305
width = 17
306
sidewalkWidth = 18
307
bikelaneWidth = 19
308
parameters = 21
309
parametersButton = 22
310
311
class inspect:
312
id = 2
313
fromEdge = 3
314
toEdge = 4
315
speed = 5
316
priority = 6
317
numLanes = 7
318
type = 8
319
allowButton = 9
320
allow = 10
321
disallow = 11
322
shape = 12
323
length = 13
324
spreadType = 14
325
name = 16
326
width = 17
327
endOffset = 18
328
shapeStart = 19
329
shapeEnd = 20
330
distance = 21
331
stopOffset = 22
332
stopOffsetExceptionButton = 23
333
stopOffsetException = 24
334
parameters = 24
335
parametersButton = 25
336
frontButton = 27
337
helpDialog = 28
338
reset = 29
339
340
class inspectSelection:
341
speed = 2
342
priority = 3
343
numLanes = 4
344
type = 5
345
allowButton = 6
346
allow = 7
347
disallow = 8
348
length = 9
349
spreadType = 10
350
name = 11
351
width = 12
352
endOffset = 13
353
shapeStart = 14
354
shapeEnd = 15
355
stopOffset = 16
356
stopOffsetExceptionButton = 17
357
stopOffsetException = 18
358
parameters = 20
359
parametersButton = 21
360
frontButton = 23
361
helpDialog = 24
362
reset = 25
363
364
class edgeType:
365
select = 7
366
createNew = 5
367
createExistent = 7
368
369
class template:
370
create = 32
371
copy = 33
372
clear = 34
373
374
# lane
375
376
class lane:
377
class create:
378
add = 24
379
remove = 25
380
speed = 26
381
allowButton = 27
382
allow = 28
383
disallow = 29
384
width = 30
385
parameters = 32
386
parametersButton = 33
387
388
class inspect:
389
speed = 2
390
allowButton = 3
391
allow = 4
392
disallow = 5
393
width = 6
394
endOffset = 7
395
acceleration = 8
396
customShape = 9
397
opposite = 10
398
changeLeftButton = 11
399
changeLeft = 12
400
changeRightButton = 13
401
changeRight = 14
402
type = 15
403
stopOffset = 16
404
stopOffsetExceptionButton = 17
405
stopOffsetException = 18
406
parameters = 18
407
parametersButton = 19
408
frontButton = 21
409
helpDialog = 22
410
reset = 23
411
412
class inspectSelection:
413
speed = 2
414
allowButton = 3
415
allow = 4
416
disallow = 5
417
width = 6
418
endOffset = 7
419
acceleration = 8
420
changeLeftButton = 9
421
changeLeft = 10
422
changeRightButton = 11
423
changeRight = 12
424
type = 13
425
stopOffset = 14
426
stopOffsetExceptionButton = 15
427
stopOffsetException = 16
428
parameters = 18
429
parametersButton = 19
430
frontButton = 21
431
helpDialog = 22
432
reset = 23
433
434
# connection
435
436
class connection:
437
class inspect:
438
passC = 2
439
keepClear = 3
440
contPos = 4
441
uncontrolled = 5
442
visibility = 6
443
allowButton = 7
444
allow = 8
445
disallow = 9
446
speed = 10
447
length = 11
448
customShape = 12
449
changeLeftButton = 13
450
changeLeft = 14
451
changeRightButton = 15
452
changeRight = 16
453
indirect = 17
454
type = 18
455
parameters = 20
456
parametersButton = 21
457
frontButton = 23
458
helpDialog = 24
459
reset = 25
460
461
class inspectTLS:
462
passC = 2
463
keepClear = 3
464
contPos = 4
465
uncontrolled = 5
466
visibility = 6
467
linkIndex = 7
468
linkIndex2 = 8
469
allowButton = 9
470
allow = 10
471
disallow = 11
472
speed = 12
473
length = 13
474
customShape = 14
475
changeLeftButton = 15
476
changeLeft = 16
477
changeRightButton = 17
478
changeRight = 18
479
indirect = 19
480
type = 20
481
parameters = 22
482
parametersButton = 23
483
frontButton = 25
484
helpDialog = 26
485
reset = 27
486
487
class inspectSelection:
488
passC = 2
489
keepClear = 3
490
contPos = 4
491
uncontrolled = 5
492
visibility = 6
493
allowButton = 7
494
allow = 8
495
disallow = 9
496
speed = 10
497
length = 11
498
changeLeftButton = 12
499
changeLeft = 13
500
changeRightButton = 14
501
changeRight = 15
502
indirect = 16
503
type = 17
504
parameters = 19
505
parametersButton = 20
506
frontButton = 22
507
helpDialog = 23
508
reset = 24
509
510
class inspectSelectionTLS:
511
passC = 2
512
keepClear = 3
513
contPos = 4
514
uncontrolled = 5
515
visibility = 6
516
linkIndex = 7
517
linkIndex2 = 8
518
allowButton = 9
519
allow = 10
520
disallow = 11
521
speed = 12
522
length = 13
523
changeLeftButton = 14
524
changeLeft = 15
525
changeRightButton = 16
526
changeRight = 17
527
indirect = 18
528
type = 19
529
parameters = 21
530
parametersButton = 22
531
frontButton = 24
532
helpDialog = 25
533
reset = 26
534
535
saveConnections = 4
536
537
# crossing
538
539
class crossing:
540
class create:
541
edges = 2
542
priority = 3
543
width = 4
544
button = 10
545
546
class createTLS:
547
edges = 2
548
width = 3
549
button = 9
550
551
class inspect:
552
edges = 2
553
priority = 3
554
width = 4
555
customShape = 5
556
parameters = 7
557
parametersButton = 8
558
frontButton = 10
559
helpDialog = 11
560
reset = 12
561
562
class inspectTLS:
563
edges = 2
564
priority = 3
565
width = 4
566
linkIndex = 5
567
linkIndex2 = 6
568
customShape = 7
569
parameters = 9
570
parametersButton = 10
571
frontButton = 12
572
helpDialog = 13
573
reset = 14
574
575
class inspectSelection:
576
priority = 2
577
width = 3
578
parameters = 5
579
parametersButton = 6
580
frontButton = 8
581
helpDialog = 9
582
reset = 10
583
584
class inspectSelectionTLS:
585
priority = 2
586
width = 3
587
linkIndex = 4
588
linkIndex2 = 5
589
parameters = 7
590
parametersButton = 8
591
frontButton = 10
592
helpDialog = 11
593
reset = 12
594
595
clearEdges = 3
596
useSelectedEdges = 3
597
firstField = 3
598
599
# TLS
600
601
class TLS:
602
603
class attributesSingle:
604
TLID = 2
605
TLType = 3
606
offset = 13
607
parameters = 15
608
609
class attributesJoined:
610
TLID = 2
611
TLType = 3
612
offset = 13
613
parameters = 15
614
615
class phases:
616
617
class static:
618
dur = 1
619
state = 2
620
nxt = 3
621
name = 4
622
623
class actuated:
624
dur = 1
625
minD = 2
626
maxD = 3
627
state = 4
628
earlyEnd = 5
629
latestEnd = 6
630
nxt = 7
631
name = 8
632
633
class delayBased:
634
dur = 1
635
minD = 2
636
maxD = 3
637
state = 4
638
nxt = 5
639
name = 6
640
641
class NEMA:
642
dur = 1
643
minD = 2
644
maxD = 3
645
state = 4
646
vehext = 5
647
yellow = 6
648
red = 7
649
nxt = 8
650
name = 9
651
652
create = 3
653
createOverlapped = 4
654
copySingle = 9
655
copyJoined = 10
656
joinTLS = 5
657
disjoinTLS = 6
658
deleteSingle = 10
659
resetPhaseSingle = 11
660
resetAllSingle = 12
661
deleteJoined = 11
662
resetPhaseJoined = 12
663
resetAllJoined = 13
664
665
# --------------------------------
666
# ADDITIONALS
667
# --------------------------------
668
669
# busStop
670
671
class busStop:
672
class create:
673
id = 5
674
friendlyPos = 6
675
name = 7
676
colorButton = 8
677
color = 9
678
angle = 10
679
lines = 11
680
personCapacity = 12
681
parkingLength = 13
682
parameters = 15
683
parametersButton = 16
684
size = 18
685
forceSize = 19
686
reference = 20
687
additionalFileButton = 22
688
additionalFile = 23
689
helpDialog = 24
690
reset = 25
691
692
class inspect:
693
id = 2
694
lane = 3
695
moveLane = 4
696
startPos = 5
697
endPos = 6
698
friendlyPos = 7
699
name = 8
700
colorButton = 9
701
color = 10
702
angle = 11
703
lines = 12
704
personCapacity = 13
705
parkingLength = 14
706
parameters = 16
707
parametersButton = 17
708
frontButton = 19
709
size = 20
710
forceSize = 21
711
reference = 22
712
additionalFileButton = 24
713
additionalFile = 25
714
helpDialog = 26
715
reset = 27
716
717
class inspectSelection:
718
friendlyPos = 2
719
name = 3
720
colorButton = 4
721
color = 5
722
angle = 6
723
lines = 7
724
personCapacity = 8
725
parkingLength = 9
726
parameters = 11
727
parametersButton = 12
728
frontButton = 14
729
size = 15
730
forceSize = 16
731
reference = 17
732
additionalFileButton = 19
733
additionalFile = 20
734
helpDialog = 21
735
reset = 22
736
737
# trainStop
738
739
class trainStop:
740
class create:
741
id = 5
742
friendlyPos = 6
743
name = 7
744
colorButton = 8
745
color = 9
746
angle = 10
747
lines = 11
748
personCapacity = 12
749
parkingLength = 13
750
parameters = 15
751
parametersButton = 16
752
size = 18
753
forceSize = 19
754
reference = 20
755
additionalFileButton = 22
756
additionalFile = 23
757
helpDialog = 24
758
reset = 25
759
760
class inspect:
761
id = 2
762
lane = 3
763
moveLane = 4
764
startPos = 5
765
endPos = 6
766
friendlyPos = 7
767
name = 8
768
colorButton = 9
769
color = 10
770
angle = 11
771
lines = 12
772
personCapacity = 13
773
parkingLength = 14
774
parameters = 16
775
parametersButton = 17
776
frontButton = 19
777
size = 20
778
forceSize = 21
779
reference = 22
780
additionalFileButton = 24
781
additionalFile = 25
782
helpDialog = 26
783
reset = 27
784
785
class inspectSelection:
786
friendlyPos = 2
787
name = 3
788
colorButton = 4
789
color = 5
790
angle = 6
791
lines = 7
792
personCapacity = 8
793
parkingLength = 9
794
parameters = 11
795
parametersButton = 12
796
frontButton = 14
797
size = 15
798
forceSize = 16
799
reference = 17
800
additionalFileButton = 19
801
additionalFile = 20
802
helpDialog = 21
803
reset = 22
804
805
# containerStop
806
807
class containerStop:
808
class create:
809
id = 5
810
friendlyPos = 6
811
name = 7
812
colorButton = 8
813
color = 9
814
angle = 10
815
lines = 11
816
containerCapacity = 12
817
parkingLength = 13
818
parameters = 15
819
parametersButton = 16
820
size = 18
821
forceSize = 19
822
reference = 20
823
additionalFileButton = 22
824
additionalFile = 23
825
helpDialog = 24
826
reset = 25
827
828
class inspect:
829
id = 2
830
lane = 3
831
moveLane = 4
832
startPos = 5
833
endPos = 6
834
friendlyPos = 7
835
name = 8
836
colorButton = 9
837
color = 10
838
angle = 11
839
lines = 12
840
containerCapacity = 13
841
parkingLength = 14
842
parameters = 16
843
parametersButton = 17
844
frontButton = 19
845
size = 20
846
forceSize = 21
847
reference = 22
848
additionalFileButton = 24
849
additionalFile = 25
850
helpDialog = 26
851
reset = 27
852
853
class inspectSelection:
854
friendlyPos = 2
855
name = 3
856
colorButton = 4
857
color = 5
858
angle = 6
859
lines = 7
860
containerCapacity = 8
861
parkingLength = 9
862
parameters = 11
863
parametersButton = 12
864
frontButton = 14
865
size = 15
866
forceSize = 16
867
reference = 17
868
additionalFileButton = 19
869
additionalFile = 20
870
helpDialog = 21
871
reset = 22
872
873
# until here
874
875
# chargingStation
876
877
class chargingStation:
878
class create:
879
id = 5
880
friendlyPos = 6
881
name = 7
882
power = 8
883
efficiency = 9
884
chargeInTransit = 10
885
chargeDelay = 11
886
chargeType = 12
887
waitingTime = 14
888
parkingArea = 15
889
parameters = 17
890
parametersButton = 18
891
size = 20
892
forceSize = 21
893
reference = 22
894
additionalFileButton = 24
895
additionalFile = 25
896
helpDialog = 26
897
reset = 27
898
899
class inspect:
900
id = 2
901
lane = 3
902
moveLane = 4
903
startPos = 5
904
endPos = 6
905
friendlyPos = 7
906
name = 8
907
power = 9
908
efficiency = 10
909
chargeInTransit = 11
910
chargeDelay = 12
911
chargeType = 13
912
waitingTime = 15
913
parkingArea = 16
914
parameters = 18
915
parametersButton = 19
916
frontButton = 21
917
forceSize = 22
918
reference = 23
919
additionalFileButton = 25
920
additionalFile = 26
921
helpDialog = 27
922
reset = 28
923
924
class inspectSelection:
925
friendlyPos = 2
926
name = 3
927
power = 4
928
efficiency = 5
929
chargeInTrainsit = 6
930
chargeDelay = 7
931
chargeType = 8
932
waitingTime = 9
933
parkingArea = 10
934
parameters = 12
935
parametersButton = 13
936
frontButton = 15
937
forceSize = 16
938
reference = 17
939
additionalFileButton = 19
940
additionalFile = 20
941
helpDialog = 21
942
reset = 22
943
944
# access
945
946
class access:
947
class create:
948
friendlyPos = 5
949
length = 6
950
parameters = 8
951
parent = 11
952
helpDialog = 13
953
reset = 14
954
955
class inspect:
956
lane = 2
957
moveLane = 3
958
pos = 4
959
friendlyPos = 5
960
length = 6
961
parameters = 8
962
parametersButton = 9
963
frontButton = 11
964
reparentButton = 12
965
reparent = 13
966
helpDialog = 14
967
reset = 15
968
969
class inspectSelection:
970
friendlyPos = 2
971
length = 3
972
parameters = 5
973
parametersButton = 6
974
frontButton = 8
975
reparentButton = 9
976
reparent = 10
977
helpDialog = 11
978
reset = 12
979
980
# parkingArea
981
982
class parkingArea:
983
class create:
984
id = 5
985
friendlyPos = 6
986
name = 7
987
departPos = 8
988
acceptedBadges = 9
989
roadSideCapacity = 10
990
onRoad = 11
991
width = 12
992
length = 13
993
angle = 14
994
lefthand = 15
995
parameters = 17
996
parametersButton = 18
997
size = 20
998
forceSize = 21
999
reference = 22
1000
additionalFileButton = 24
1001
additionalFile = 25
1002
helpDialog = 26
1003
reset = 27
1004
1005
class inspect:
1006
id = 2
1007
lane = 3
1008
moveLane = 4
1009
startPos = 5
1010
endPos = 6
1011
friendlyPos = 7
1012
name = 8
1013
departPos = 9
1014
acceptedBadges = 10
1015
roadSideCapacity = 11
1016
onRoad = 12
1017
width = 13
1018
length = 14
1019
angle = 15
1020
lefthand = 16
1021
parameters = 18
1022
parametersButton = 19
1023
frontButton = 21
1024
size = 22
1025
forceSize = 23
1026
reference = 24
1027
additionalFileButton = 26
1028
additionalFile = 27
1029
helpDialog = 28
1030
reset = 29
1031
1032
class inspectSelection:
1033
friendlyPos = 2
1034
name = 3
1035
departPos = 4
1036
acceptedBadges = 5
1037
roadSideCapacity = 6
1038
onRoad = 7
1039
width = 8
1040
length = 9
1041
angle = 10
1042
lefthand = 11
1043
parameters = 13
1044
parametersButton = 14
1045
frontButton = 16
1046
size = 17
1047
forceSize = 18
1048
reference = 19
1049
additionalFileButton = 21
1050
additionalFile = 22
1051
helpDialog = 23
1052
reset = 24
1053
1054
# parkingSpace
1055
1056
class parkingSpace:
1057
class create:
1058
name = 5
1059
width = 6
1060
length = 7
1061
angle = 8
1062
slope = 9
1063
parameters = 11
1064
parametersButton = 12
1065
parent = 14
1066
helpDialog = 16
1067
reset = 17
1068
1069
class inspect:
1070
pos = 2
1071
name = 3
1072
width = 4
1073
length = 5
1074
angle = 6
1075
slope = 7
1076
parameters = 9
1077
parametersButton = 10
1078
frontButton = 12
1079
reparentButton = 13
1080
parent = 14
1081
helpDialog = 15
1082
reset = 16
1083
1084
class inspectSelection:
1085
name = 2
1086
width = 3
1087
length = 4
1088
angle = 5
1089
slope = 6
1090
parameters = 8
1091
parametersButton = 9
1092
frontButton = 11
1093
reparentButton = 12
1094
parent = 13
1095
helpDialog = 14
1096
reset = 15
1097
1098
# E1
1099
1100
class E1:
1101
class create:
1102
id = 5
1103
friendlyPos = 6
1104
name = 7
1105
period = 8
1106
fileButton = 9
1107
file = 10
1108
vTypes = 11
1109
nextEdges = 12
1110
detectPersons = 13
1111
parameters = 16
1112
parametersButton = 17
1113
additionalFileButton = 19
1114
additionalFile = 20
1115
helpDialog = 21
1116
reset = 22
1117
1118
class inspect:
1119
id = 2
1120
lane = 3
1121
moveLane = 4
1122
pos = 5
1123
friendlyPos = 6
1124
name = 7
1125
period = 8
1126
fileButton = 9
1127
file = 10
1128
vTypes = 11
1129
nextEdges = 12
1130
detectPersons = 13
1131
parameters = 16
1132
parametersButton = 17
1133
frontButton = 19
1134
additionalFileButton = 20
1135
additionalFile = 21
1136
helpDialog = 22
1137
reset = 23
1138
1139
class inspectSelection:
1140
friendlyPos = 2
1141
name = 3
1142
period = 4
1143
fileButton = 5
1144
file = 6
1145
vTypes = 7
1146
nextEdges = 8
1147
detectPersons = 9
1148
parameters = 11
1149
parametersButton = 12
1150
frontButton = 14
1151
additionalFileButton = 15
1152
additionalFile = 16
1153
helpDialog = 17
1154
reset = 18
1155
1156
# E2
1157
1158
class E2:
1159
class create:
1160
id = 5
1161
friendlyPos = 6
1162
length = 7
1163
name = 8
1164
period = 9
1165
tl = 10
1166
fileButton = 11
1167
file = 12
1168
vTypes = 13
1169
nextEdges = 14
1170
detectPersons = 15
1171
timeThreshold = 17
1172
speedThreshold = 18
1173
jamThreshold = 19
1174
show = 20
1175
parameters = 22
1176
parametersButton = 23
1177
additionalFileButton = 25
1178
additionalFile = 26
1179
helpDialog = 27
1180
reset = 28
1181
1182
class inspect:
1183
id = 2
1184
lane = 3
1185
moveLane = 4
1186
pos = 5
1187
friendlyPos = 6
1188
length = 7
1189
name = 8
1190
period = 9
1191
tl = 10
1192
fileButton = 11
1193
file = 12
1194
vTypes = 13
1195
nextEdges = 14
1196
detectPersons = 15
1197
timeThreshold = 17
1198
speedThreshold = 18
1199
jamThreshold = 19
1200
show = 20
1201
parameters = 22
1202
parametersButton = 23
1203
frontButton = 25
1204
additionalFileButton = 26
1205
additionalFile = 27
1206
helpDialog = 28
1207
reset = 29
1208
1209
class inspectSelection:
1210
friendlyPos = 2
1211
length = 3
1212
name = 4
1213
period = 5
1214
tl = 6
1215
fileButton = 7
1216
file = 8
1217
vTypes = 9
1218
nextEdges = 10
1219
detectPersons = 11
1220
timeThreshold = 12
1221
speedThreshold = 13
1222
jamThreshold = 14
1223
show = 15
1224
parameters = 17
1225
parametersButton = 18
1226
frontButton = 20
1227
additionalFileButton = 21
1228
additionalFile = 22
1229
helpDialog = 23
1230
reset = 24
1231
1232
# E2Multilane
1233
1234
class E2Multilane:
1235
class create:
1236
id = 5
1237
friendlyPos = 6
1238
period = 7
1239
tl = 8
1240
name = 9
1241
fileButton = 10
1242
file = 11
1243
vTypes = 12
1244
nextEdges = 13
1245
detectPersons = 14
1246
timeThreshold = 16
1247
speedThreshold = 17
1248
jamThreshold = 18
1249
show = 19
1250
parameters = 21
1251
parametersButton = 22
1252
additionalFileButton = 24
1253
additionalFile = 25
1254
helpDialog = 26
1255
reset = 27
1256
1257
class inspect:
1258
id = 2
1259
lanes = 3
1260
pos = 4
1261
endPos = 5
1262
friendlyPos = 6
1263
period = 7
1264
tl = 8
1265
name = 9
1266
fileButton = 10
1267
file = 11
1268
vTypes = 12
1269
nextEdges = 13
1270
detectPersons = 14
1271
timeThreshold = 16
1272
speedThreshold = 17
1273
jamThreshold = 18
1274
show = 19
1275
parameters = 21
1276
parametersButton = 22
1277
frontButton = 24
1278
additionalFileButton = 25
1279
additionalFile = 26
1280
helpDialog = 27
1281
reset = 28
1282
1283
class inspectSelection:
1284
friendlyPos = 2
1285
period = 3
1286
tl = 4
1287
name = 5
1288
fileButton = 6
1289
file = 7
1290
vTypes = 8
1291
nextEdges = 9
1292
detectPersons = 10
1293
timeThreshold = 11
1294
speedThreshold = 12
1295
jamThreshold = 13
1296
show = 14
1297
parameters = 16
1298
parametersButton = 17
1299
frontButton = 19
1300
additionalFileButton = 20
1301
additionalFile = 21
1302
helpDialog = 22
1303
reset = 23
1304
1305
# E3
1306
1307
class E3:
1308
class create:
1309
id = 5
1310
name = 6
1311
period = 7
1312
fileButton = 8
1313
file = 9
1314
vTypes = 10
1315
nextEdges = 11
1316
detectPersons = 12
1317
openEntry = 14
1318
timeThreshold = 15
1319
speedThreshold = 16
1320
expectArrival = 17
1321
parameters = 19
1322
parametersButton = 20
1323
additionalFileButton = 22
1324
additionalFile = 23
1325
helpDialog = 24
1326
reset = 25
1327
1328
class inspect:
1329
id = 2
1330
pos = 3
1331
name = 4
1332
period = 5
1333
fileButton = 6
1334
file = 7
1335
vTypes = 8
1336
nextEdges = 9
1337
detectPersons = 10
1338
openEntry = 12
1339
timeThreshold = 13
1340
speedThreshold = 14
1341
expectArrival = 15
1342
parameters = 17
1343
parametersButton = 18
1344
frontButton = 20
1345
additionalFileButton = 21
1346
additionalFile = 22
1347
helpDialog = 23
1348
reset = 24
1349
1350
class inspectSelection:
1351
name = 2
1352
period = 3
1353
fileButton = 4
1354
file = 5
1355
vTypes = 6
1356
nextEdges = 7
1357
detectPersons = 8
1358
openEntry = 10
1359
timeThreshold = 11
1360
speedThreshold = 12
1361
expectArrival = 13
1362
parameters = 15
1363
parametersButton = 16
1364
frontButton = 18
1365
additionalFileButton = 19
1366
additionalFile = 20
1367
helpDialog = 21
1368
reset = 22
1369
1370
# entryExit
1371
1372
class entryExit:
1373
class create:
1374
friendlyPos = 5
1375
parameters = 7
1376
parametersButton = 8
1377
parent = 10
1378
1379
class inspect:
1380
lane = 2
1381
moveLane = 3
1382
pos = 4
1383
friendlyPos = 5
1384
parameters = 7
1385
parametersButton = 8
1386
frontButton = 10
1387
reparentButton = 11
1388
parent = 12
1389
helpDialog = 13
1390
reset = 14
1391
1392
class inspectSelection:
1393
friendlyPos = 2
1394
parameters = 4
1395
parametersButton = 5
1396
frontButton = 7
1397
reparentButton = 8
1398
parent = 9
1399
helpDialog = 10
1400
reset = 11
1401
1402
# E1Instant
1403
1404
class E1Instant:
1405
class create:
1406
id = 5
1407
friendlyPos = 6
1408
name = 7
1409
fileButton = 8
1410
file = 9
1411
vTypes = 10
1412
nextEdges = 11
1413
detectPersons = 12
1414
parameters = 15
1415
parametersButton = 16
1416
additionalFileButton = 18
1417
additionalFile = 19
1418
helpDialog = 20
1419
reset = 21
1420
1421
class inspect:
1422
id = 2
1423
lane = 3
1424
moveLane = 4
1425
pos = 5
1426
friendlyPos = 6
1427
name = 7
1428
fileButton = 8
1429
file = 9
1430
vTypes = 10
1431
nextEdges = 11
1432
detectPersons = 12
1433
parameters = 15
1434
parametersButton = 16
1435
additionalFileButton = 18
1436
additionalFile = 19
1437
helpDialog = 20
1438
reset = 21
1439
1440
class inspectSelection:
1441
friendlyPos = 2
1442
name = 3
1443
fileButton = 4
1444
file = 5
1445
vTypes = 6
1446
nextEdges = 7
1447
detectPersons = 8
1448
parameters = 10
1449
parametersButton = 11
1450
frontButton = 13
1451
additionalFileButton = 14
1452
additionalFile = 15
1453
helpDialog = 16
1454
reset = 17
1455
1456
# calibrator
1457
1458
class calibrator:
1459
class create:
1460
id = 5
1461
name = 6
1462
period = 7
1463
routeProbe = 8
1464
outputButton = 9
1465
output = 10
1466
jamTreshold = 11
1467
vTypes = 12
1468
parameters = 14
1469
parametersButton = 15
1470
center = 17
1471
additionalFileButton = 18
1472
additionalFile = 19
1473
helpDialog = 20
1474
reset = 21
1475
1476
class inspect:
1477
id = 2
1478
edge = 3
1479
pos = 4
1480
name = 5
1481
period = 6
1482
routeProbe = 7
1483
outputButton = 8
1484
output = 9
1485
jamTreshold = 10
1486
vTypes = 11
1487
parameters = 13
1488
parametersButton = 14
1489
frontButton = 16
1490
calibratorDialog = 17
1491
additionalFileButton = 18
1492
additionalFile = 19
1493
helpDialog = 20
1494
reset = 21
1495
1496
class inspectLane:
1497
id = 2
1498
lane = 3
1499
laneMoveUp = 4
1500
pos = 5
1501
name = 6
1502
period = 7
1503
routeProbe = 8
1504
outputButton = 9
1505
output = 10
1506
jamTreshold = 11
1507
vTypes = 12
1508
parameters = 14
1509
parametersButton = 15
1510
frontButton = 17
1511
calibratorDialog = 18
1512
additionalFileButton = 19
1513
additionalFile = 20
1514
helpDialog = 21
1515
reset = 22
1516
1517
class inspectSelection:
1518
name = 2
1519
period = 3
1520
routeProbe = 4
1521
outputButton = 5
1522
output = 6
1523
jamTreshold = 7
1524
vTypes = 8
1525
parameters = 10
1526
parametersButton = 11
1527
frontButton = 13
1528
additionalFileButton = 14
1529
additionalFile = 15
1530
helpDialog = 16
1531
reset = 17
1532
1533
# routeProbe
1534
1535
class routeProbe:
1536
class create:
1537
id = 5
1538
name = 6
1539
period = 7
1540
fileButton = 8
1541
file = 9
1542
begin = 10
1543
vTypes = 11
1544
parameters = 13
1545
parametersButton = 14
1546
center = 16
1547
additionalFileButton = 17
1548
additionalFile = 18
1549
helpDialog = 19
1550
reset = 20
1551
1552
class inspect:
1553
id = 2
1554
edge = 3
1555
name = 4
1556
period = 5
1557
fileButton = 6
1558
file = 7
1559
begin = 8
1560
vTypes = 9
1561
parameters = 11
1562
parametersButton = 12
1563
frontElement = 14
1564
additionalFileButton = 15
1565
additionalFile = 16
1566
helpDialog = 17
1567
reset = 18
1568
1569
class inspectSelection:
1570
name = 2
1571
period = 3
1572
fileButton = 4
1573
file = 5
1574
begin = 6
1575
vTypes = 7
1576
parameters = 9
1577
parametersButton = 10
1578
frontElement = 12
1579
additionalFileButton = 13
1580
additionalFile = 14
1581
helpDialog = 15
1582
reset = 16
1583
1584
# vaporizer
1585
1586
class vaporizer:
1587
class create:
1588
name = 5
1589
begin = 6
1590
end = 7
1591
parameters = 9
1592
parametersButton = 10
1593
center = 12
1594
additionalFileButton = 13
1595
additionalFile = 14
1596
helpDialog = 15
1597
reset = 16
1598
1599
class inspect:
1600
edge = 2
1601
name = 3
1602
begin = 4
1603
end = 5
1604
parameters = 7
1605
parametersButton = 8
1606
frontElement = 10
1607
additionalFileButton = 11
1608
additionalFile = 12
1609
helpDialog = 13
1610
reset = 14
1611
1612
class inspectSelection:
1613
name = 2
1614
begin = 3
1615
end = 4
1616
parameters = 6
1617
parametersButton = 7
1618
frontElement = 9
1619
additionalFileButton = 10
1620
additionalFile = 11
1621
helpDialog = 12
1622
reset = 13
1623
1624
# --------------------------------
1625
# SHAPE ELEMENTS
1626
# --------------------------------
1627
1628
# Poly
1629
1630
class poly:
1631
class create:
1632
id = 5
1633
name = 6
1634
colorButton = 7
1635
color = 8
1636
fill = 9
1637
lineWidth = 10
1638
layer = 11
1639
type = 12
1640
imgFileButton = 13
1641
imgFile = 14
1642
angle = 15
1643
geo = 16
1644
parameters = 18
1645
parametersButton = 19
1646
closeShape = 21
1647
additionalFileButton = 22
1648
additionalFile = 23
1649
helpDialog = 24
1650
reset = 25
1651
1652
class inspect:
1653
id = 2
1654
shape = 3
1655
name = 4
1656
colorButton = 5
1657
color = 6
1658
fill = 7
1659
lineWidth = 8
1660
layer = 9
1661
type = 10
1662
imgFileButton = 11
1663
imgFile = 12
1664
angle = 13
1665
geo = 16
1666
geoshape = 16
1667
parameters = 18
1668
parametersButton = 19
1669
frontButton = 21
1670
closeShape = 22
1671
additionalFileButton = 23
1672
additionalFile = 24
1673
helpDialog = 25
1674
reset = 26
1675
1676
class inspectSelection:
1677
name = 2
1678
colorButton = 3
1679
color = 4
1680
fill = 5
1681
lineWidth = 6
1682
layer = 7
1683
type = 8
1684
imgFileButton = 9
1685
imgFile = 10
1686
angle = 12
1687
geo = 14
1688
parameters = 16
1689
parametersButton = 17
1690
frontButton = 19
1691
closeShape = 20
1692
additionalFileButton = 21
1693
additionalFile = 22
1694
helpDialog = 23
1695
reset = 24
1696
1697
# POI
1698
1699
class poi:
1700
class create:
1701
id = 5
1702
name = 6
1703
colorButton = 7
1704
color = 8
1705
type = 9
1706
icon = 10
1707
layer = 12
1708
width = 13
1709
height = 14
1710
imgFileButton = 15
1711
imgFile = 16
1712
angle = 17
1713
parameters = 19
1714
parametersButton = 20
1715
additionalFileButton = 22
1716
additionalFile = 23
1717
helpDialog = 24
1718
reset = 25
1719
1720
class inspect:
1721
id = 2
1722
pos = 3
1723
name = 4
1724
colorButton = 5
1725
color = 6
1726
type = 7
1727
icon = 8
1728
layer = 10
1729
width = 11
1730
height = 12
1731
imgFileButton = 13
1732
imgFile = 14
1733
angle = 15
1734
parameters = 17
1735
parametersButton = 18
1736
frontButton = 20
1737
additionalFileButton = 21
1738
additionalFile = 22
1739
helpDialog = 23
1740
reset = 24
1741
1742
class inspectSelection:
1743
name = 2
1744
colorButton = 3
1745
color = 4
1746
type = 5
1747
icon = 6
1748
layer = 8
1749
width = 9
1750
height = 10
1751
imgFileButton = 11
1752
imgFile = 12
1753
angle = 13
1754
parameters = 15
1755
parametersButton = 16
1756
frontButton = 18
1757
additionalFileButton = 19
1758
additionalFile = 20
1759
helpDialog = 21
1760
reset = 22
1761
1762
# POIGEO
1763
1764
class poiGeo:
1765
class create:
1766
id = 5
1767
name = 6
1768
colorButton = 7
1769
color = 8
1770
type = 9
1771
icon = 10
1772
layer = 12
1773
width = 13
1774
height = 14
1775
imgFileButton = 15
1776
imgFile = 16
1777
angle = 17
1778
parameters = 19
1779
parametersButton = 20
1780
additionalFileButton = 22
1781
additionalFile = 23
1782
helpDialog = 24
1783
reset = 25
1784
lonLat = 27
1785
latLon = 28
1786
coordinates = 29
1787
center = 30
1788
createButton = 31
1789
1790
class inspect:
1791
id = 2
1792
name = 3
1793
colorButton = 4
1794
color = 5
1795
type = 6
1796
icon = 7
1797
layer = 9
1798
width = 10
1799
height = 11
1800
imgFileButton = 12
1801
imgFile = 13
1802
angle = 14
1803
lon = 16
1804
lat = 17
1805
parameters = 19
1806
parametersButton = 20
1807
frontButton = 22
1808
additionalFileButton = 23
1809
additionalFile = 24
1810
helpDialog = 25
1811
reset = 26
1812
1813
class inspectSelection:
1814
name = 2
1815
colorButton = 3
1816
color = 4
1817
type = 5
1818
icon = 6
1819
layer = 8
1820
width = 9
1821
height = 10
1822
imgFileButton = 11
1823
imgFile = 12
1824
angle = 13
1825
parameters = 15
1826
parametersButton = 16
1827
frontButton = 18
1828
additionalFileButton = 19
1829
additionalFile = 20
1830
helpDialog = 21
1831
reset = 22
1832
1833
# POILane
1834
1835
class poiLane:
1836
class create:
1837
id = 5
1838
friendlyPos = 6
1839
posLat = 7
1840
name = 8
1841
colorButton = 9
1842
color = 10
1843
type = 11
1844
icon = 12
1845
layer = 14
1846
width = 15
1847
height = 16
1848
imgFileButton = 17
1849
imgFile = 18
1850
angle = 19
1851
parameters = 21
1852
parametersButton = 22
1853
additionalFileButton = 24
1854
additionalFile = 25
1855
helpDialog = 26
1856
reset = 27
1857
1858
class inspect:
1859
id = 2
1860
lane = 3
1861
moveLane = 4
1862
pos = 5
1863
friendlyPos = 6
1864
posLat = 7
1865
name = 8
1866
colorButton = 9
1867
color = 10
1868
type = 11
1869
icon = 12
1870
layer = 14
1871
width = 15
1872
height = 16
1873
imgFileButton = 17
1874
imgFile = 18
1875
angle = 19
1876
parameters = 21
1877
parametersButton = 22
1878
frontButton = 24
1879
additionalFileButton = 25
1880
additionalFile = 26
1881
helpDialog = 27
1882
reset = 28
1883
1884
class inspectSelection:
1885
friendlyPos = 2
1886
posLat = 3
1887
name = 4
1888
colorButton = 5
1889
color = 6
1890
type = 7
1891
icon = 8
1892
layer = 10
1893
width = 11
1894
height = 12
1895
imgFileButton = 13
1896
imgFile = 14
1897
angle = 15
1898
parameters = 17
1899
parametersButton = 18
1900
frontButton = 20
1901
additionalFileButton = 21
1902
additionalFile = 22
1903
helpDialog = 23
1904
reset = 24
1905
1906
# jps walkableArea
1907
1908
class jpsWalkableArea:
1909
class create:
1910
id = 5
1911
name = 6
1912
geo = 8
1913
parameters = 10
1914
parametersButton = 11
1915
additionalFileButton = 13
1916
additionalFile = 14
1917
helpDialog = 15
1918
reset = 16
1919
1920
class inspect:
1921
id = 2
1922
shape = 3
1923
name = 4
1924
geo = 6
1925
geoShape = 7
1926
parameters = 8
1927
parametersButton = 9
1928
frontButton = 11
1929
additionalFileButton = 12
1930
additionalFile = 13
1931
helpDialog = 14
1932
reset = 15
1933
1934
class inspectSelection:
1935
name = 2
1936
geo = 4
1937
parameters = 6
1938
parametersButton = 7
1939
frontButton = 9
1940
additionalFileButton = 10
1941
additionalFile = 11
1942
helpDialog = 12
1943
reset = 13
1944
1945
# jps obstacle
1946
1947
class jpsObstacle:
1948
class create:
1949
id = 5
1950
name = 6
1951
geo = 8
1952
parameters = 10
1953
parametersButton = 11
1954
additionalFileButton = 13
1955
additionalFile = 14
1956
helpDialog = 15
1957
reset = 16
1958
1959
class inspect:
1960
id = 2
1961
shape = 3
1962
name = 4
1963
geo = 6
1964
geoShape = 7
1965
parameters = 8
1966
parametersButton = 9
1967
frontButton = 11
1968
additionalFileButton = 12
1969
additionalFile = 13
1970
helpDialog = 14
1971
reset = 15
1972
1973
class inspectSelection:
1974
name = 2
1975
geo = 4
1976
parameters = 6
1977
parametersButton = 7
1978
frontButton = 9
1979
additionalFileButton = 10
1980
additionalFile = 11
1981
helpDialog = 12
1982
reset = 13
1983
1984
# --------------------------------
1985
# TAZ ELEMENTS
1986
# --------------------------------
1987
1988
# TAZ
1989
1990
class TAZ:
1991
class create:
1992
id = 3
1993
center = 4
1994
name = 5
1995
colorButton = 6
1996
color = 7
1997
fill = 8
1998
parameters = 10
1999
parametersButton = 11
2000
edgesWithin = 14
2001
additionalFileButton = 15
2002
additionalFile = 16
2003
helpDialog = 17
2004
reset = 18
2005
2006
class inspect:
2007
id = 2
2008
shape = 3
2009
center = 4
2010
name = 5
2011
colorButton = 6
2012
color = 7
2013
fill = 8
2014
parameters = 10
2015
parametersButton = 11
2016
frontButton = 13
2017
additionalFileButton = 14
2018
additionalFile = 15
2019
helpDialog = 16
2020
reset = 17
2021
2022
class inspectSelection:
2023
center = 2
2024
name = 3
2025
colorButton = 4
2026
color = 5
2027
fill = 6
2028
parameters = 8
2029
parametersButton = 9
2030
frontButton = 11
2031
additionalFileButton = 12
2032
additionalFile = 13
2033
helpDialog = 14
2034
reset = 15
2035
2036
# --------------------------------
2037
# DEMAND ELEMENTS
2038
# --------------------------------
2039
2040
# type
2041
2042
class type:
2043
2044
color = 5
2045
2046
class buttons:
2047
create = 2
2048
delete = 3
2049
copy = 3
2050
dialog = 24
2051
2052
class edit:
2053
id = 9
2054
vClass = 10
2055
colorButton = 12
2056
color = 13
2057
length = 14
2058
minGap = 15
2059
maxSpeed = 16
2060
desiredMaxSpeed = 17
2061
parkingBadges = 18
2062
accel = 19
2063
decel = 20
2064
sigma = 21
2065
tau = 22
2066
parameters = 24
2067
parametersButton = 25
2068
routeFileButton = 27
2069
routeFile = 28
2070
helpDialog = 29
2071
reset = 30
2072
2073
class editDefault:
2074
vClass = 8
2075
colorButton = 10
2076
color = 11
2077
length = 12
2078
minGap = 13
2079
maxSpeed = 14
2080
desiredMaxSpeed = 15
2081
parkingBadges = 16
2082
accel = 17
2083
decel = 18
2084
sigma = 19
2085
tau = 20
2086
parameters = 24
2087
parametersButton = 25
2088
routeFileButton = 27
2089
routeFile = 28
2090
helpDialog = 29
2091
reset = 30
2092
2093
class editDefaultModified:
2094
vClass = 9
2095
colorButton = 11
2096
color = 12
2097
length = 13
2098
minGap = 14
2099
maxSpeed = 15
2100
desiredMaxSpeed = 16
2101
parkingBadges = 17
2102
accel = 18
2103
decel = 19
2104
sigma = 20
2105
tau = 21
2106
parameters = 25
2107
parametersButton = 26
2108
routeFileButton = 28
2109
routeFile = 29
2110
helpDialog = 30
2111
reset = 31
2112
2113
class editDialog:
2114
vClass = 1
2115
id = 3
2116
colorButton = 4
2117
color = 5
2118
length = 6
2119
minGap = 7
2120
maxSpeed = 8
2121
desiredMaxSpeed = 9
2122
speedFactor = 10
2123
emissionClass = 11
2124
width = 13
2125
height = 14
2126
imgFileButton = 15
2127
imgFile = 16
2128
osgFileButton = 17
2129
osgFile = 18
2130
laneChangeModel = 19
2131
guiShape = 21
2132
probability = 23
2133
personCapacity = 24
2134
containerCapacity = 25
2135
boardingDuration = 26
2136
loadingDuration = 27
2137
latAlignment = 28
2138
minGapLat = 30
2139
maxSpeedLat = 31
2140
actionStepLength = 32
2141
# carriageLength = 33
2142
# locomotiveLength = 34
2143
# carriageGap = 35
2144
parametersButton = 36
2145
parameters = 37
2146
2147
# route
2148
2149
class route:
2150
class create:
2151
vClass = 4
2152
id = 7
2153
colorButton = 8
2154
color = 9
2155
repeat = 10
2156
cycletime = 11
2157
parameters = 13
2158
parametersButton = 14
2159
routeFileButton = 16
2160
routeFile = 17
2161
helpDialog = 18
2162
reset = 19
2163
2164
class inspect:
2165
id = 2
2166
edges = 3
2167
colorButton = 4
2168
color = 5
2169
repeat = 6
2170
cycletime = 7
2171
parameters = 9
2172
parametersButton = 10
2173
routeFileButton = 12
2174
routeFile = 13
2175
helpDialog = 14
2176
reset = 15
2177
2178
class inspectSelection:
2179
colorButton = 2
2180
color = 3
2181
repeat = 4
2182
cycletime = 5
2183
parameters = 7
2184
parametersButton = 8
2185
routeFileButton = 10
2186
routeFile = 11
2187
helpDialog = 12
2188
reset = 13
2189
2190
# trip (from-to edges)
2191
2192
class trip:
2193
class create:
2194
type = 5
2195
id = 8
2196
colorButton = 9
2197
color = 10
2198
departLane = 11
2199
departPos = 12
2200
departSpeed = 13
2201
arrivalLane = 14
2202
arrivalPos = 15
2203
arrivalSpeed = 16
2204
line = 17
2205
personNumber = 18
2206
containerNumber = 19
2207
departPosLat = 20
2208
arrivalPosLat = 21
2209
insertionChecks = 22
2210
depart = 23
2211
parameters = 25
2212
parametersButton = 26
2213
routeFileButton = 28
2214
routeFile = 29
2215
helpDialog = 30
2216
reset = 31
2217
2218
class inspect:
2219
id = 2
2220
typeButton = 3
2221
type = 4
2222
fromEdge = 6
2223
toEdge = 7
2224
via = 8
2225
colorButton = 9
2226
color = 10
2227
departLane = 11
2228
departPos = 12
2229
departSpeed = 13
2230
arrivalLane = 14
2231
arrivalPos = 15
2232
arrivalSpeed = 16
2233
line = 17
2234
personNumber = 18
2235
containerNumber = 19
2236
departPosLat = 20
2237
arrivalPosLat = 21
2238
insertionChecks = 22
2239
depart = 23
2240
parameters = 25
2241
parametersButton = 26
2242
routeFileButton = 28
2243
routeFile = 29
2244
helpDialog = 30
2245
reset = 31
2246
2247
class inspectSelection:
2248
typeButton = 2
2249
type = 3
2250
colorButton = 5
2251
color = 6
2252
departLane = 7
2253
departPos = 8
2254
departSpeed = 9
2255
arrivalLane = 10
2256
arrivalPos = 11
2257
arrivalSpeed = 12
2258
line = 13
2259
personNumber = 14
2260
containerNumber = 15
2261
departPosLat = 16
2262
arrivalPosLat = 17
2263
insertionChecks = 18
2264
depart = 19
2265
parameters = 21
2266
parametersButton = 22
2267
routeFileButton = 24
2268
routeFile = 25
2269
helpDialog = 26
2270
reset = 27
2271
2272
# trip (from-to junctions)
2273
2274
class tripJunction:
2275
class create:
2276
type = 5
2277
id = 8
2278
colorButton = 9
2279
color = 10
2280
departLane = 11
2281
departPos = 12
2282
departSpeed = 13
2283
arrivalLane = 14
2284
arrivalPos = 15
2285
arrivalSpeed = 16
2286
line = 17
2287
personNumber = 18
2288
containerNumber = 19
2289
departPosLat = 20
2290
arrivalPosLat = 21
2291
insertionChecks = 22
2292
depart = 23
2293
parameters = 25
2294
parametersButton = 26
2295
routeFileButton = 28
2296
routeFile = 29
2297
helpDialog = 30
2298
reset = 31
2299
2300
class inspect:
2301
id = 2
2302
typeButton = 3
2303
type = 4
2304
fromJunction = 6
2305
toJunction = 7
2306
colorButton = 8
2307
color = 9
2308
departLane = 10
2309
departPos = 11
2310
departSpeed = 12
2311
arrivalLane = 13
2312
arrivalPos = 14
2313
arrivalSpeed = 15
2314
line = 16
2315
personNumber = 17
2316
containerNumber = 18
2317
departPosLat = 19
2318
arrivalPosLat = 20
2319
insertionChecks = 21
2320
depart = 22
2321
parameters = 24
2322
parametersButton = 25
2323
routeFileButton = 27
2324
routeFile = 28
2325
helpDialog = 29
2326
reset = 30
2327
2328
class inspectSelection:
2329
typeButton = 2
2330
type = 3
2331
colorButton = 5
2332
color = 6
2333
departLane = 7
2334
departPos = 8
2335
departSpeed = 9
2336
arrivalLane = 10
2337
arrivalPos = 11
2338
arrivalSpeed = 12
2339
line = 13
2340
personNumber = 14
2341
containerNumber = 15
2342
departPosLat = 16
2343
arrivalPosLat = 17
2344
insertionChecks = 18
2345
depart = 19
2346
parameters = 21
2347
parametersButton = 22
2348
routeFileButton = 24
2349
routeFile = 25
2350
helpDialog = 26
2351
reset = 27
2352
2353
# trip (from-to TAZs)
2354
2355
class tripTAZ:
2356
class create:
2357
type = 5
2358
id = 8
2359
colorButton = 9
2360
color = 10
2361
departLane = 11
2362
departPos = 12
2363
departSpeed = 13
2364
arrivalLane = 14
2365
arrivalPos = 15
2366
arrivalSpeed = 16
2367
line = 17
2368
personNumber = 18
2369
containerNumber = 19
2370
departPosLat = 20
2371
arrivalPosLat = 21
2372
insertionChecks = 22
2373
depart = 23
2374
parameters = 25
2375
parametersButton = 26
2376
routeFileButton = 28
2377
routeFile = 29
2378
helpDialog = 30
2379
reset = 31
2380
2381
class inspect:
2382
id = 2
2383
typeButton = 3
2384
type = 4
2385
fromTAZ = 6
2386
toTAZ = 7
2387
colorButton = 8
2388
color = 9
2389
departLane = 10
2390
departPos = 11
2391
departSpeed = 12
2392
arrivalLane = 13
2393
arrivalPos = 14
2394
arrivalSpeed = 15
2395
line = 16
2396
personNumber = 17
2397
containerNumber = 18
2398
departPosLat = 19
2399
arrivalPosLat = 20
2400
insertionChecks = 21
2401
depart = 22
2402
parameters = 24
2403
parametersButton = 25
2404
routeFileButton = 27
2405
routeFile = 28
2406
helpDialog = 29
2407
reset = 30
2408
2409
class inspectSelection:
2410
typeButton = 2
2411
type = 3
2412
colorButton = 5
2413
color = 6
2414
departLane = 7
2415
departPos = 8
2416
departSpeed = 9
2417
arrivalLane = 10
2418
arrivalPos = 11
2419
arrivalSpeed = 12
2420
line = 13
2421
personNumber = 14
2422
containerNumber = 15
2423
departPosLat = 16
2424
arrivalPosLat = 17
2425
insertionChecks = 18
2426
depart = 19
2427
parameters = 21
2428
parametersButton = 22
2429
routeFileButton = 24
2430
routeFile = 25
2431
helpDialog = 26
2432
reset = 27
2433
2434
# vehicle (over route)
2435
2436
class vehicle:
2437
class create:
2438
type = 5
2439
id = 8
2440
colorButton = 9
2441
color = 10
2442
departLane = 11
2443
departPos = 12
2444
departSpeed = 13
2445
arrivalLane = 14
2446
arrivalPos = 15
2447
arrivalSpeed = 16
2448
line = 17
2449
personNumber = 18
2450
containerNumber = 19
2451
departPosLat = 20
2452
arrivalPosLat = 21
2453
insertionChecks = 22
2454
depart = 23
2455
parameters = 25
2456
parametersButton = 26
2457
routeFileButton = 28
2458
routeFile = 29
2459
helpDialog = 30
2460
reset = 31
2461
2462
class inspect:
2463
id = 2
2464
typeButton = 3
2465
type = 4
2466
route = 6
2467
departEdge = 7
2468
arrivalEdge = 8
2469
colorButton = 9
2470
color = 10
2471
departLane = 11
2472
departPos = 12
2473
departSpeed = 13
2474
arrivalLane = 14
2475
arrivalPos = 15
2476
arrivalSpeed = 16
2477
line = 17
2478
personNumber = 18
2479
containerNumber = 19
2480
departPosLat = 20
2481
arrivalPosLat = 21
2482
insertionChecks = 22
2483
depart = 23
2484
parameters = 25
2485
parametersButton = 26
2486
routeFileButton = 28
2487
routeFile = 29
2488
helpDialog = 30
2489
reset = 31
2490
2491
class inspectSelection:
2492
typeButton = 2
2493
type = 3
2494
colorButton = 5
2495
color = 6
2496
departLane = 7
2497
departPos = 8
2498
departSpeed = 9
2499
arrivalLane = 10
2500
arrivalPos = 11
2501
arrivalSpeed = 12
2502
line = 13
2503
personNumber = 14
2504
containerNumber = 15
2505
departPosLat = 16
2506
arrivalPosLat = 17
2507
insertionChecks = 18
2508
depart = 19
2509
parameters = 21
2510
parametersButton = 22
2511
routeFileButton = 24
2512
routeFile = 25
2513
helpDialog = 26
2514
reset = 27
2515
2516
# vehicle (embedded route)
2517
2518
class vehicleEmbedded:
2519
class create:
2520
type = 5
2521
id = 8
2522
colorButton = 9
2523
color = 10
2524
departLane = 11
2525
departPos = 12
2526
departSpeed = 13
2527
arrivalLane = 14
2528
arrivalPos = 15
2529
arrivalSpeed = 16
2530
line = 17
2531
personNumber = 18
2532
containerNumber = 19
2533
departPosLat = 20
2534
arrivalPosLat = 21
2535
insertionChecks = 22
2536
depart = 23
2537
parameters = 25
2538
parametersButton = 26
2539
routeFileButton = 28
2540
routeFile = 29
2541
helpDialog = 30
2542
reset = 31
2543
2544
class inspect:
2545
id = 2
2546
typeButton = 3
2547
type = 4
2548
departEdge = 6
2549
arrivalEdge = 7
2550
colorButton = 8
2551
color = 9
2552
departLane = 10
2553
departPos = 11
2554
departSpeed = 12
2555
arrivalLane = 13
2556
arrivalPos = 14
2557
arrivalSpeed = 15
2558
line = 16
2559
personNumber = 17
2560
containerNumber = 18
2561
departPosLat = 19
2562
arrivalPosLat = 20
2563
insertionChecks = 21
2564
depart = 22
2565
parameters = 24
2566
parametersButton = 25
2567
routeFileButton = 27
2568
routeFile = 28
2569
helpDialog = 29
2570
reset = 30
2571
2572
class inspectSelection:
2573
typeButton = 2
2574
type = 3
2575
colorButton = 5
2576
color = 6
2577
departLane = 7
2578
departPos = 8
2579
departSpeed = 9
2580
arrivalLane = 10
2581
arrivalPos = 11
2582
arrivalSpeed = 12
2583
line = 13
2584
personNumber = 14
2585
containerNumber = 15
2586
departPosLat = 16
2587
arrivalPosLat = 17
2588
insertionChecks = 18
2589
depart = 19
2590
parameters = 21
2591
parametersButton = 22
2592
routeFileButton = 24
2593
routeFile = 25
2594
helpDialog = 26
2595
reset = 27
2596
2597
# flow (from-to edges)
2598
2599
class flow:
2600
class create:
2601
type = 5
2602
id = 8
2603
colorButton = 9
2604
color = 10
2605
departLane = 11
2606
departPos = 12
2607
departSpeed = 13
2608
arrivalLane = 14
2609
arrivalPos = 15
2610
arrivalSpeed = 16
2611
line = 17
2612
personNumber = 18
2613
containerNumber = 19
2614
departPosLat = 20
2615
arrivalPosLat = 21
2616
insertionChecks = 22
2617
begin = 23
2618
terminate = 25
2619
spacing = 27
2620
end = 27
2621
number = 28
2622
terminateOption = 29
2623
spacingOption = 30
2624
parameters = 32
2625
parametersButton = 33
2626
routeFileButton = 35
2627
routeFile = 36
2628
helpDialog = 37
2629
reset = 38
2630
2631
class inspect:
2632
id = 2
2633
typeButton = 3
2634
type = 4
2635
fromEdge = 6
2636
toEdge = 7
2637
via = 8
2638
colorButton = 9
2639
color = 10
2640
departLane = 11
2641
departPos = 12
2642
departSpeed = 13
2643
arrivalLane = 14
2644
arrivalPos = 15
2645
arrivalSpeed = 16
2646
line = 17
2647
personNumber = 18
2648
containerNumber = 19
2649
departPosLat = 20
2650
arrivalPosLat = 21
2651
insertionChecks = 22
2652
begin = 23
2653
terminate = 25
2654
spacing = 27
2655
end = 27
2656
number = 28
2657
terminateOption = 29
2658
spacingOption = 30
2659
parameters = 32
2660
parametersButton = 33
2661
routeFileButton = 35
2662
routeFile = 36
2663
helpDialog = 37
2664
reset = 38
2665
2666
class inspectSelection:
2667
typeButton = 2
2668
type = 3
2669
colorButton = 5
2670
color = 6
2671
departLane = 7
2672
departPos = 8
2673
departSpeed = 9
2674
arrivalLane = 10
2675
arrivalPos = 11
2676
arrivalSpeed = 12
2677
line = 13
2678
personNumber = 14
2679
containerNumber = 15
2680
departPosLat = 16
2681
arrivalPosLat = 17
2682
insertionChecks = 18
2683
begin = 19
2684
terminate = 21
2685
spacing = 23
2686
end = 23
2687
number = 24
2688
terminateOption = 25
2689
spacingOption = 26
2690
parameters = 28
2691
parametersButton = 29
2692
routeFileButton = 31
2693
routeFile = 32
2694
helpDialog = 33
2695
reset = 34
2696
2697
# flow (from-to junctions)
2698
2699
class flowJunction:
2700
class create:
2701
type = 5
2702
id = 8
2703
colorButton = 9
2704
color = 10
2705
departLane = 11
2706
departPos = 12
2707
departSpeed = 13
2708
arrivalLane = 14
2709
arrivalPos = 15
2710
arrivalSpeed = 16
2711
line = 17
2712
personNumber = 18
2713
containerNumber = 19
2714
departPosLat = 20
2715
arrivalPosLat = 21
2716
insertionChecks = 22
2717
begin = 23
2718
terminate = 25
2719
spacing = 27
2720
end = 27
2721
number = 28
2722
terminateOption = 29
2723
spacingOption = 30
2724
parameters = 32
2725
parametersButton = 33
2726
routeFileButton = 35
2727
routeFile = 36
2728
helpDialog = 37
2729
reset = 38
2730
2731
class inspect:
2732
id = 2
2733
typeButton = 3
2734
type = 4
2735
fromJunction = 6
2736
toJunction = 7
2737
colorButton = 8
2738
color = 9
2739
departLane = 10
2740
departPos = 11
2741
departSpeed = 12
2742
arrivalLane = 13
2743
arrivalPos = 14
2744
arrivalSpeed = 15
2745
line = 16
2746
personNumber = 17
2747
containerNumber = 18
2748
departPosLat = 19
2749
arrivalPosLat = 20
2750
insertionChecks = 21
2751
begin = 22
2752
terminate = 24
2753
spacing = 26
2754
end = 26
2755
number = 27
2756
terminateOption = 28
2757
spacingOption = 29
2758
parameters = 31
2759
parametersButton = 32
2760
routeFileButton = 34
2761
routeFile = 35
2762
helpDialog = 36
2763
reset = 37
2764
2765
class inspectSelection:
2766
typeButton = 2
2767
type = 3
2768
colorButton = 5
2769
color = 6
2770
departLane = 7
2771
departPos = 8
2772
departSpeed = 9
2773
arrivalLane = 10
2774
arrivalPos = 11
2775
arrivalSpeed = 12
2776
line = 13
2777
personNumber = 14
2778
containerNumber = 15
2779
departPosLat = 16
2780
arrivalPosLat = 17
2781
insertionChecks = 18
2782
begin = 19
2783
terminate = 21
2784
spacing = 23
2785
end = 23
2786
number = 24
2787
terminateOption = 25
2788
spacingOption = 26
2789
parameters = 28
2790
parametersButton = 29
2791
routeFileButton = 31
2792
routeFile = 32
2793
helpDialog = 33
2794
reset = 34
2795
2796
# flow (from-to TAZs)
2797
2798
class flowTAZ:
2799
class create:
2800
type = 5
2801
id = 8
2802
colorButton = 9
2803
color = 10
2804
departLane = 11
2805
departPos = 12
2806
departSpeed = 13
2807
arrivalLane = 14
2808
arrivalPos = 15
2809
arrivalSpeed = 16
2810
line = 17
2811
personNumber = 18
2812
containerNumber = 19
2813
departPosLat = 20
2814
arrivalPosLat = 21
2815
insertionChecks = 22
2816
begin = 23
2817
terminate = 25
2818
spacing = 27
2819
end = 27
2820
number = 28
2821
terminateOption = 29
2822
spacingOption = 30
2823
parameters = 32
2824
parametersButton = 33
2825
routeFileButton = 35
2826
routeFile = 36
2827
helpDialog = 37
2828
reset = 38
2829
2830
class inspect:
2831
id = 2
2832
typeButton = 3
2833
type = 4
2834
fromTAZ = 6
2835
toTAZ = 7
2836
colorButton = 8
2837
color = 9
2838
departLane = 10
2839
departPos = 11
2840
departSpeed = 12
2841
arrivalLane = 13
2842
arrivalPos = 14
2843
arrivalSpeed = 15
2844
line = 16
2845
personNumber = 17
2846
containerNumber = 18
2847
departPosLat = 19
2848
arrivalPosLat = 20
2849
insertionChecks = 21
2850
begin = 22
2851
terminate = 24
2852
spacing = 26
2853
end = 26
2854
number = 27
2855
terminateOption = 28
2856
spacingOption = 29
2857
parameters = 31
2858
parametersButton = 32
2859
routeFileButton = 34
2860
routeFile = 35
2861
helpDialog = 36
2862
reset = 37
2863
2864
class inspectSelection:
2865
typeButton = 2
2866
type = 3
2867
colorButton = 5
2868
color = 6
2869
departLane = 7
2870
departPos = 8
2871
departSpeed = 9
2872
arrivalLane = 10
2873
arrivalPos = 11
2874
arrivalSpeed = 12
2875
line = 13
2876
personNumber = 14
2877
containerNumber = 15
2878
departPosLat = 16
2879
arrivalPosLat = 17
2880
insertionChecks = 18
2881
begin = 19
2882
terminate = 21
2883
spacing = 23
2884
end = 23
2885
number = 24
2886
terminateOption = 25
2887
spacingOption = 26
2888
parameters = 26
2889
parametersButton = 27
2890
routeFileButton = 29
2891
routeFile = 30
2892
helpDialog = 31
2893
reset = 32
2894
2895
# flow (over route)
2896
2897
class routeFlow:
2898
class create:
2899
type = 5
2900
id = 8
2901
colorButton = 9
2902
color = 10
2903
departLane = 11
2904
departPos = 12
2905
departSpeed = 13
2906
arrivalLane = 14
2907
arrivalPos = 15
2908
arrivalSpeed = 16
2909
line = 17
2910
personNumber = 18
2911
containerNumber = 19
2912
departPosLat = 20
2913
arrivalPosLat = 21
2914
insertionChecks = 22
2915
begin = 23
2916
terminate = 25
2917
spacing = 27
2918
end = 27
2919
number = 28
2920
terminateOption = 29
2921
spacingOption = 30
2922
parameters = 32
2923
parametersButton = 33
2924
routeFileButton = 35
2925
routeFile = 36
2926
helpDialog = 37
2927
reset = 38
2928
2929
class inspect:
2930
id = 2
2931
typeButton = 3
2932
type = 4
2933
route = 6
2934
departEdge = 7
2935
arrivalEdge = 8
2936
colorButton = 9
2937
color = 10
2938
departLane = 11
2939
departPos = 12
2940
departSpeed = 13
2941
arrivalLane = 14
2942
arrivalPos = 15
2943
arrivalSpeed = 16
2944
line = 17
2945
personNumber = 18
2946
containerNumber = 19
2947
departPosLat = 20
2948
arrivalPosLat = 21
2949
insertionChecks = 22
2950
begin = 23
2951
terminate = 25
2952
spacing = 27
2953
end = 27
2954
number = 28
2955
terminateOption = 29
2956
spacingOption = 30
2957
parameters = 32
2958
parametersButton = 33
2959
routeFileButton = 35
2960
routeFile = 36
2961
helpDialog = 37
2962
reset = 38
2963
2964
class inspectSelection:
2965
typeButton = 2
2966
type = 3
2967
colorButton = 5
2968
color = 6
2969
departLane = 7
2970
departPos = 8
2971
departSpeed = 9
2972
arrivalLane = 10
2973
arrivalPos = 11
2974
arrivalSpeed = 12
2975
line = 13
2976
personNumber = 14
2977
containerNumber = 15
2978
departPosLat = 16
2979
arrivalPosLat = 17
2980
insertionChecks = 18
2981
begin = 19
2982
terminate = 21
2983
spacing = 23
2984
end = 23
2985
number = 24
2986
terminateOption = 25
2987
spacingOption = 26
2988
parameters = 28
2989
parametersButton = 29
2990
routeFileButton = 31
2991
routeFile = 32
2992
helpDialog = 33
2993
reset = 34
2994
2995
# flow (embedded route)
2996
2997
class flowEmbedded:
2998
class create:
2999
type = 5
3000
id = 8
3001
colorButton = 9
3002
color = 10
3003
departLane = 11
3004
departPos = 12
3005
departSpeed = 13
3006
arrivalLane = 14
3007
arrivalPos = 15
3008
arrivalSpeed = 16
3009
line = 17
3010
personNumber = 18
3011
containerNumber = 19
3012
departPosLat = 20
3013
arrivalPosLat = 21
3014
insertionChecks = 22
3015
begin = 23
3016
terminate = 25
3017
spacing = 27
3018
end = 27
3019
number = 28
3020
terminateOption = 29
3021
spacingOption = 30
3022
parameters = 32
3023
parametersButton = 33
3024
routeFileButton = 35
3025
routeFile = 36
3026
helpDialog = 37
3027
reset = 38
3028
3029
class inspect:
3030
id = 2
3031
typeButton = 3
3032
type = 4
3033
departEdge = 6
3034
arrivalEdge = 7
3035
colorButton = 8
3036
color = 9
3037
departLane = 10
3038
departPos = 11
3039
departSpeed = 12
3040
arrivalLane = 13
3041
arrivalPos = 14
3042
arrivalSpeed = 15
3043
line = 16
3044
personNumber = 17
3045
containerNumber = 18
3046
departPosLat = 19
3047
arrivalPosLat = 20
3048
insertionChecks = 21
3049
begin = 22
3050
terminate = 24
3051
spacing = 26
3052
end = 26
3053
number = 27
3054
terminateOption = 28
3055
spacingOption = 29
3056
parameters = 31
3057
parametersButton = 32
3058
routeFileButton = 34
3059
routeFile = 35
3060
helpDialog = 36
3061
reset = 37
3062
3063
class inspectSelection:
3064
typeButton = 2
3065
type = 3
3066
colorButton = 5
3067
color = 6
3068
departLane = 7
3069
departPos = 8
3070
departSpeed = 9
3071
arrivalLane = 10
3072
arrivalPos = 11
3073
arrivalSpeed = 12
3074
line = 13
3075
personNumber = 14
3076
containerNumber = 15
3077
departPosLat = 16
3078
arrivalPosLat = 17
3079
insertionChecks = 18
3080
begin = 19
3081
terminate = 21
3082
spacing = 23
3083
end = 23
3084
number = 24
3085
terminateOption = 25
3086
spacingOption = 26
3087
parameters = 28
3088
parametersButton = 29
3089
routeFileButton = 31
3090
routeFile = 32
3091
helpDialog = 33
3092
reset = 34
3093
3094
# stop over bus stop
3095
3096
class stopBusStop:
3097
class create:
3098
durationEnable = 8
3099
duration = 9
3100
untilEnable = 9
3101
until = 10
3102
extensionEnable = 10
3103
extension = 11
3104
triggered = 12
3105
expected = 14
3106
join = 14
3107
permitted = 14
3108
parking = 15
3109
actType = 17
3110
tripID = 18
3111
line = 19
3112
onDemand = 20
3113
jump = 21
3114
split = 22
3115
3116
class inspect:
3117
durationEnable = 2
3118
duration = 3
3119
untilEnable = 3
3120
until = 4
3121
extensionEnable = 4
3122
extension = 5
3123
triggered = 6
3124
expected = 8
3125
join = 8
3126
permitted = 8
3127
parking = 9
3128
actType = 11
3129
tripID = 12
3130
line = 13
3131
onDemand = 14
3132
jump = 15
3133
split = 16
3134
3135
class inspectSelection:
3136
durationEnable = 2
3137
duration = 3
3138
untilEnable = 4
3139
until = 5
3140
extensionEnable = 6
3141
extension = 7
3142
triggered = 8
3143
expected = 10
3144
join = 10
3145
permitted = 10
3146
parking = 11
3147
actType = 13
3148
tripID = 14
3149
line = 15
3150
onDemand = 16
3151
jump = 17
3152
split = 18
3153
3154
# stop over train stop
3155
3156
class stopTrainStop:
3157
class create:
3158
durationEnable = 8
3159
duration = 9
3160
untilEnable = 9
3161
until = 10
3162
extensionEnable = 10
3163
extension = 11
3164
triggered = 12
3165
expected = 14
3166
join = 14
3167
permitted = 14
3168
parking = 15
3169
actType = 17
3170
tripID = 18
3171
line = 19
3172
onDemand = 20
3173
jump = 21
3174
split = 22
3175
3176
class inspect:
3177
durationEnable = 2
3178
duration = 3
3179
untilEnable = 3
3180
until = 4
3181
extensionEnable = 4
3182
extension = 5
3183
triggered = 6
3184
expected = 8
3185
join = 8
3186
permitted = 8
3187
parking = 9
3188
actType = 11
3189
tripID = 12
3190
line = 13
3191
onDemand = 14
3192
jump = 15
3193
split = 16
3194
3195
class inspectSelection:
3196
durationEnable = 2
3197
duration = 3
3198
untilEnable = 4
3199
until = 5
3200
extensionEnable = 6
3201
extension = 7
3202
triggered = 8
3203
expected = 10
3204
join = 10
3205
permitted = 10
3206
parking = 11
3207
actType = 13
3208
tripID = 14
3209
line = 15
3210
onDemand = 16
3211
jump = 17
3212
split = 18
3213
3214
# stop over container stop
3215
3216
class stopContainerStop:
3217
class create:
3218
durationEnable = 8
3219
duration = 9
3220
untilEnable = 9
3221
until = 10
3222
extensionEnable = 10
3223
extension = 11
3224
triggered = 12
3225
expected = 14
3226
join = 14
3227
permitted = 14
3228
parking = 15
3229
actType = 17
3230
tripID = 18
3231
line = 19
3232
onDemand = 20
3233
jump = 21
3234
split = 22
3235
3236
class inspect:
3237
durationEnable = 2
3238
duration = 3
3239
untilEnable = 3
3240
until = 4
3241
extensionEnable = 4
3242
extension = 5
3243
triggered = 6
3244
expected = 8
3245
join = 8
3246
permitted = 8
3247
parking = 9
3248
actType = 11
3249
tripID = 12
3250
line = 13
3251
onDemand = 14
3252
jump = 15
3253
split = 16
3254
3255
class inspectSelection:
3256
durationEnable = 2
3257
duration = 3
3258
untilEnable = 4
3259
until = 5
3260
extensionEnable = 6
3261
extension = 7
3262
triggered = 8
3263
expected = 10
3264
join = 10
3265
permitted = 10
3266
parking = 11
3267
actType = 13
3268
tripID = 14
3269
line = 15
3270
onDemand = 16
3271
jump = 17
3272
split = 18
3273
3274
# stop over charging station
3275
3276
class stopChargingStation:
3277
class create:
3278
durationEnable = 8
3279
duration = 9
3280
untilEnable = 9
3281
until = 10
3282
extensionEnable = 10
3283
extension = 11
3284
triggered = 12
3285
expected = 14
3286
join = 14
3287
permitted = 14
3288
parking = 15
3289
actType = 17
3290
tripID = 18
3291
line = 19
3292
onDemand = 20
3293
jump = 21
3294
split = 22
3295
3296
class inspect:
3297
durationEnable = 2
3298
duration = 3
3299
untilEnable = 3
3300
until = 4
3301
extensionEnable = 4
3302
extension = 5
3303
triggered = 6
3304
expected = 8
3305
join = 8
3306
permitted = 8
3307
parking = 9
3308
actType = 11
3309
tripID = 12
3310
line = 13
3311
onDemand = 14
3312
jump = 15
3313
split = 16
3314
3315
class inspectSelection:
3316
durationEnable = 2
3317
duration = 3
3318
untilEnable = 4
3319
until = 5
3320
extensionEnable = 6
3321
extension = 7
3322
triggered = 8
3323
expected = 10
3324
join = 10
3325
permitted = 10
3326
parking = 11
3327
actType = 13
3328
tripID = 14
3329
line = 15
3330
onDemand = 16
3331
jump = 17
3332
split = 18
3333
3334
# stop over parkings
3335
3336
class stopParkingArea:
3337
class create:
3338
durationEnable = 8
3339
duration = 9
3340
untilEnable = 9
3341
until = 10
3342
extensionEnable = 10
3343
extension = 11
3344
triggered = 12
3345
expected = 14
3346
join = 14
3347
permitted = 14
3348
actType = 15
3349
tripID = 16
3350
line = 17
3351
onDemand = 18
3352
jump = 19
3353
split = 20
3354
3355
class inspect:
3356
durationEnable = 2
3357
duration = 3
3358
untilEnable = 3
3359
until = 4
3360
extensionEnable = 4
3361
extension = 5
3362
triggered = 6
3363
expected = 8
3364
join = 8
3365
permitted = 8
3366
actType = 9
3367
tripID = 10
3368
line = 11
3369
onDemand = 12
3370
jump = 13
3371
split = 14
3372
3373
class inspectSelection:
3374
durationEnable = 2
3375
duration = 3
3376
untilEnable = 4
3377
until = 5
3378
extensionEnable = 6
3379
extension = 7
3380
triggered = 8
3381
expected = 10
3382
join = 10
3383
permitted = 10
3384
actType = 11
3385
tripID = 12
3386
line = 13
3387
onDemand = 14
3388
jump = 15
3389
split = 16
3390
3391
# stop over lane
3392
3393
class stopLane:
3394
class create:
3395
friendlyPos = 8
3396
posLat = 9
3397
durationEnable = 10
3398
duration = 11
3399
untilEnable = 11
3400
until = 12
3401
extensionEnable = 12
3402
extension = 13
3403
triggered = 14
3404
expected = 16
3405
join = 16
3406
permitted = 16
3407
parking = 17
3408
actType = 19
3409
tripID = 20
3410
line = 21
3411
onDemand = 22
3412
jump = 23
3413
split = 24
3414
3415
class inspect:
3416
lane = 2
3417
moveLane = 3
3418
startPos = 4
3419
endPos = 5
3420
friendlyPos = 6
3421
posLat = 7
3422
durationEnable = 8
3423
duration = 9
3424
untilEnable = 9
3425
until = 10
3426
extensionEnable = 10
3427
extension = 11
3428
triggered = 12
3429
expected = 14
3430
join = 14
3431
permitted = 14
3432
parking = 15
3433
actType = 17
3434
tripID = 18
3435
line = 19
3436
onDemand = 20
3437
jump = 21
3438
split = 22
3439
3440
class inspectSelection:
3441
friendlyPos = 2
3442
posLat = 3
3443
durationEnable = 4
3444
duration = 5
3445
untilEnable = 6
3446
until = 7
3447
extensionEnable = 8
3448
extension = 9
3449
triggered = 10
3450
expected = 12
3451
join = 12
3452
permitted = 12
3453
parking = 13
3454
actType = 15
3455
tripID = 16
3456
line = 17
3457
onDemand = 18
3458
jump = 19
3459
split = 20
3460
3461
# waypoint over bus stops
3462
3463
class waypointBusStop:
3464
class create:
3465
durationEnable = 8
3466
duration = 9
3467
untilEnable = 9
3468
until = 10
3469
extensionEnable = 10
3470
extension = 11
3471
permitted = 12
3472
parking = 13
3473
actType = 15
3474
tripID = 16
3475
line = 17
3476
speed = 18
3477
jump = 19
3478
split = 20
3479
3480
class inspect:
3481
durationEnable = 2
3482
duration = 3
3483
untilEnable = 3
3484
until = 4
3485
extensionEnable = 4
3486
extension = 5
3487
permitted = 6
3488
parking = 7
3489
actType = 9
3490
tripID = 10
3491
line = 11
3492
speed = 12
3493
jump = 13
3494
split = 14
3495
3496
class inspectSelection:
3497
durationEnable = 2
3498
duration = 3
3499
untilEnable = 4
3500
until = 5
3501
extensionEnable = 6
3502
extension = 7
3503
permitted = 8
3504
parking = 9
3505
actType = 11
3506
tripID = 12
3507
line = 13
3508
speed = 14
3509
jump = 15
3510
split = 16
3511
3512
# waypoint over train stops
3513
3514
class waypointTrainStop:
3515
class create:
3516
durationEnable = 8
3517
duration = 9
3518
untilEnable = 9
3519
until = 10
3520
extensionEnable = 10
3521
extension = 11
3522
permitted = 12
3523
parking = 13
3524
actType = 15
3525
tripID = 16
3526
line = 17
3527
speed = 18
3528
jump = 19
3529
split = 20
3530
3531
class inspect:
3532
durationEnable = 2
3533
duration = 3
3534
untilEnable = 3
3535
until = 4
3536
extensionEnable = 4
3537
extension = 5
3538
permitted = 6
3539
parking = 7
3540
actType = 9
3541
tripID = 10
3542
line = 11
3543
speed = 12
3544
jump = 13
3545
split = 14
3546
3547
class inspectSelection:
3548
durationEnable = 2
3549
duration = 3
3550
untilEnable = 4
3551
until = 5
3552
extensionEnable = 6
3553
extension = 7
3554
permitted = 8
3555
parking = 9
3556
actType = 11
3557
tripID = 12
3558
line = 13
3559
speed = 14
3560
jump = 15
3561
split = 16
3562
3563
# waypoint over container stops
3564
3565
class waypointContainerStop:
3566
class create:
3567
durationEnable = 8
3568
duration = 9
3569
untilEnable = 9
3570
until = 10
3571
extensionEnable = 10
3572
extension = 11
3573
permitted = 12
3574
parking = 13
3575
actType = 15
3576
tripID = 16
3577
line = 17
3578
speed = 18
3579
jump = 19
3580
split = 20
3581
3582
class inspect:
3583
durationEnable = 2
3584
duration = 3
3585
untilEnable = 3
3586
until = 4
3587
extensionEnable = 4
3588
extension = 5
3589
permitted = 6
3590
parking = 7
3591
actType = 9
3592
tripID = 10
3593
line = 11
3594
speed = 12
3595
jump = 13
3596
split = 14
3597
3598
class inspectSelection:
3599
durationEnable = 2
3600
duration = 3
3601
untilEnable = 4
3602
until = 5
3603
extensionEnable = 6
3604
extension = 7
3605
permitted = 8
3606
parking = 9
3607
actType = 11
3608
tripID = 12
3609
line = 13
3610
speed = 14
3611
jump = 15
3612
split = 16
3613
3614
# waypoint over charging stations
3615
3616
class waypointChargingStation:
3617
class create:
3618
durationEnable = 8
3619
duration = 9
3620
untilEnable = 9
3621
until = 10
3622
extensionEnable = 10
3623
extension = 11
3624
permitted = 12
3625
parking = 13
3626
actType = 15
3627
tripID = 16
3628
line = 17
3629
speed = 18
3630
jump = 19
3631
split = 20
3632
3633
class inspect:
3634
durationEnable = 2
3635
duration = 3
3636
untilEnable = 3
3637
until = 4
3638
extensionEnable = 4
3639
extension = 5
3640
permitted = 6
3641
parking = 7
3642
actType = 9
3643
tripID = 10
3644
line = 11
3645
speed = 12
3646
jump = 13
3647
split = 14
3648
3649
class inspectSelection:
3650
durationEnable = 2
3651
duration = 3
3652
untilEnable = 4
3653
until = 5
3654
extensionEnable = 6
3655
extension = 7
3656
permitted = 8
3657
parking = 9
3658
actType = 11
3659
tripID = 12
3660
line = 13
3661
speed = 14
3662
jump = 15
3663
split = 16
3664
3665
# waypoint over parkings
3666
3667
class waypointParking:
3668
class create:
3669
durationEnable = 8
3670
duration = 9
3671
untilEnable = 9
3672
until = 10
3673
extensionEnable = 10
3674
extension = 11
3675
permitted = 12
3676
actType = 13
3677
tripID = 14
3678
line = 15
3679
speed = 16
3680
jump = 17
3681
split = 18
3682
3683
class inspect:
3684
durationEnable = 2
3685
duration = 3
3686
untilEnable = 3
3687
until = 4
3688
extensionEnable = 4
3689
extension = 5
3690
permitted = 6
3691
actType = 7
3692
tripID = 8
3693
line = 9
3694
speed = 10
3695
jump = 11
3696
split = 12
3697
3698
class inspectSelection:
3699
durationEnable = 2
3700
duration = 3
3701
untilEnable = 4
3702
until = 5
3703
extensionEnable = 6
3704
extension = 7
3705
permitted = 8
3706
actType = 9
3707
tripID = 10
3708
line = 11
3709
speed = 12
3710
jump = 13
3711
split = 14
3712
3713
# waypoint (over lane)
3714
3715
class waypointLane:
3716
class create:
3717
friendlyPos = 8
3718
posLat = 9
3719
durationEnable = 10
3720
duration = 11
3721
untilEnable = 11
3722
until = 12
3723
extensionEnable = 12
3724
extension = 13
3725
permitted = 14
3726
parking = 15
3727
actType = 17
3728
tripID = 18
3729
line = 19
3730
speed = 20
3731
jump = 21
3732
split = 22
3733
3734
class inspect:
3735
lane = 2
3736
moveLane = 3
3737
startPos = 4
3738
endPos = 5
3739
friendlyPos = 6
3740
posLat = 7
3741
durationEnable = 8
3742
duration = 9
3743
untilEnable = 9
3744
until = 10
3745
extensionEnable = 10
3746
extension = 11
3747
permitted = 12
3748
parking = 13
3749
actType = 15
3750
tripID = 16
3751
line = 17
3752
speed = 18
3753
jump = 19
3754
split = 20
3755
3756
class inspectSelection:
3757
friendlyPos = 2
3758
posLat = 3
3759
durationEnable = 4
3760
duration = 5
3761
untilEnable = 6
3762
until = 7
3763
extensionEnable = 8
3764
extension = 9
3765
permitted = 10
3766
parking = 11
3767
actType = 13
3768
tripID = 14
3769
line = 15
3770
speed = 16
3771
jump = 17
3772
split = 18
3773
3774
# Person
3775
3776
class person:
3777
class create:
3778
id = 8
3779
colorButton = 9
3780
color = 10
3781
departPos = 11
3782
depart = 12
3783
3784
class inspect:
3785
id = 2
3786
typeButton = 3
3787
type = 4
3788
colorButton = 6
3789
color = 7
3790
departPos = 8
3791
depart = 9
3792
parameters = 11
3793
3794
class inspectSelection:
3795
typeButton = 2
3796
type = 3
3797
colorButton = 5
3798
color = 6
3799
departPos = 7
3800
depart = 8
3801
parameters = 10
3802
3803
class personFlow:
3804
class create:
3805
id = 8
3806
colorButton = 9
3807
color = 10
3808
departPos = 11
3809
begin = 12
3810
terminate = 14
3811
end = 16
3812
number = 17
3813
spacing = 16
3814
terminateOption = 18
3815
spacingOption = 19
3816
3817
class inspect:
3818
id = 2
3819
typeButton = 3
3820
type = 4
3821
colorButton = 6
3822
color = 7
3823
departPos = 8
3824
begin = 9
3825
terminate = 11
3826
spacing = 13
3827
end = 14
3828
terminateOption = 15
3829
spacingOption = 16
3830
parameters = 18
3831
3832
class inspectSelection:
3833
typeButton = 2
3834
type = 3
3835
colorButton = 5
3836
color = 6
3837
departPos = 7
3838
begin = 8
3839
terminate = 10
3840
spacing = 12
3841
terminateOption = 14
3842
spacingOption = 15
3843
parameters = 17
3844
3845
# PersonPlans
3846
3847
class personTrip:
3848
class edge:
3849
class edge:
3850
class create:
3851
arrivalPos = 8
3852
vTypes = 9
3853
modes = 10
3854
lines = 11
3855
walkFactor = 12
3856
group = 13
3857
3858
class inspect:
3859
arrivalPos = 2
3860
vTypes = 3
3861
modes = 4
3862
lines = 5
3863
walkFactor = 6
3864
group = 7
3865
3866
class inspectSelection:
3867
arrivalPos = 2
3868
vTypes = 3
3869
modes = 4
3870
lines = 5
3871
walkFactor = 6
3872
group = 7
3873
3874
class busStop:
3875
class create:
3876
arrivalPos = 8
3877
vTypes = 9
3878
modes = 10
3879
lines = 11
3880
walkFactor = 12
3881
group = 13
3882
3883
class inspect:
3884
vTypes = 2
3885
modes = 3
3886
lines = 4
3887
walkFactor = 5
3888
group = 6
3889
3890
class inspectSelection:
3891
vTypes = 2
3892
modes = 3
3893
lines = 4
3894
walkFactor = 5
3895
group = 6
3896
3897
class junction:
3898
class create:
3899
arrivalPos = 8
3900
vTypes = 9
3901
modes = 10
3902
lines = 11
3903
walkFactor = 12
3904
group = 13
3905
3906
class inspect:
3907
vTypes = 2
3908
modes = 3
3909
lines = 4
3910
walkFactor = 5
3911
group = 6
3912
3913
class inspectSelection:
3914
vTypes = 2
3915
modes = 3
3916
lines = 4
3917
walkFactor = 5
3918
group = 6
3919
3920
class busStop:
3921
class edge:
3922
class create:
3923
arrivalPos = 8
3924
vTypes = 9
3925
modes = 10
3926
lines = 11
3927
walkFactor = 12
3928
group = 13
3929
3930
class inspect:
3931
arrivalPos = 2
3932
vTypes = 3
3933
modes = 4
3934
lines = 5
3935
walkFactor = 6
3936
group = 7
3937
3938
class inspectSelection:
3939
arrivalPos = 2
3940
vTypes = 3
3941
modes = 4
3942
lines = 5
3943
walkFactor = 6
3944
group = 7
3945
3946
class busStop:
3947
class create:
3948
arrivalPos = 8
3949
vTypes = 9
3950
modes = 10
3951
lines = 11
3952
walkFactor = 12
3953
group = 13
3954
3955
class inspect:
3956
vTypes = 2
3957
modes = 3
3958
lines = 4
3959
walkFactor = 5
3960
group = 6
3961
3962
class inspectSelection:
3963
vTypes = 2
3964
modes = 3
3965
lines = 4
3966
walkFactor = 5
3967
group = 6
3968
3969
class junction:
3970
class create:
3971
arrivalPos = 8
3972
vTypes = 9
3973
modes = 10
3974
lines = 11
3975
walkFactor = 12
3976
group = 13
3977
3978
class inspect:
3979
vTypes = 2
3980
modes = 3
3981
lines = 4
3982
walkFactor = 5
3983
group = 6
3984
3985
class inspectSelection:
3986
vTypes = 2
3987
modes = 3
3988
lines = 4
3989
walkFactor = 5
3990
group = 6
3991
3992
class junction:
3993
class edge:
3994
class create:
3995
arrivalPos = 8
3996
vTypes = 9
3997
modes = 10
3998
lines = 11
3999
walkFactor = 12
4000
group = 13
4001
4002
class inspect:
4003
arrivalPos = 2
4004
vTypes = 3
4005
modes = 4
4006
lines = 5
4007
walkFactor = 6
4008
group = 7
4009
4010
class inspectSelection:
4011
arrivalPos = 2
4012
vTypes = 3
4013
modes = 4
4014
lines = 5
4015
walkFactor = 6
4016
group = 7
4017
4018
class busStop:
4019
class create:
4020
arrivalPos = 8
4021
vTypes = 9
4022
modes = 10
4023
lines = 11
4024
walkFactor = 12
4025
group = 13
4026
4027
class inspect:
4028
vTypes = 2
4029
modes = 3
4030
lines = 4
4031
walkFactor = 5
4032
group = 6
4033
4034
class inspectSelection:
4035
vTypes = 2
4036
modes = 3
4037
lines = 4
4038
walkFactor = 5
4039
group = 6
4040
4041
class junction:
4042
class create:
4043
arrivalPos = 8
4044
vTypes = 9
4045
modes = 10
4046
lines = 11
4047
walkFactor = 12
4048
group = 13
4049
4050
class inspect:
4051
vTypes = 2
4052
modes = 3
4053
lines = 4
4054
walkFactor = 5
4055
group = 6
4056
4057
class inspectSelection:
4058
vTypes = 2
4059
modes = 3
4060
lines = 4
4061
walkFactor = 5
4062
group = 6
4063
4064
class ride:
4065
class edge:
4066
class edge:
4067
class create:
4068
arrivalPos = 8
4069
lines = 9
4070
group = 10
4071
4072
class inspect:
4073
arrivalPos = 2
4074
lines = 3
4075
group = 4
4076
4077
class inspectSelection:
4078
arrivalPos = 2
4079
lines = 3
4080
group = 4
4081
4082
class busStop:
4083
class create:
4084
arrivalPos = 8
4085
lines = 9
4086
group = 10
4087
4088
class inspect:
4089
arrivalPos = 2
4090
lines = 3
4091
group = 4
4092
4093
class inspectSelection:
4094
arrivalPos = 2
4095
lines = 3
4096
group = 4
4097
4098
class junction:
4099
class create:
4100
arrivalPos = 8
4101
lines = 9
4102
group = 10
4103
4104
class inspect:
4105
arrivalPos = 2
4106
lines = 3
4107
group = 4
4108
4109
class inspectSelection:
4110
arrivalPos = 2
4111
lines = 3
4112
group = 4
4113
4114
class busStop:
4115
class edge:
4116
class create:
4117
arrivalPos = 8
4118
lines = 9
4119
group = 10
4120
4121
class inspect:
4122
arrivalPos = 2
4123
lines = 3
4124
group = 4
4125
4126
class inspectSelection:
4127
arrivalPos = 2
4128
lines = 3
4129
group = 4
4130
4131
class busStop:
4132
class create:
4133
arrivalPos = 8
4134
lines = 9
4135
group = 10
4136
4137
class inspect:
4138
arrivalPos = 2
4139
lines = 3
4140
group = 4
4141
4142
class inspectSelection:
4143
arrivalPos = 2
4144
lines = 3
4145
group = 4
4146
4147
class junction:
4148
class create:
4149
arrivalPos = 8
4150
lines = 9
4151
group = 10
4152
4153
class inspect:
4154
arrivalPos = 2
4155
lines = 3
4156
group = 4
4157
4158
class inspectSelection:
4159
arrivalPos = 2
4160
lines = 3
4161
group = 4
4162
4163
class junction:
4164
class edge:
4165
class create:
4166
arrivalPos = 8
4167
lines = 9
4168
group = 10
4169
4170
class inspect:
4171
arrivalPos = 2
4172
lines = 3
4173
group = 4
4174
4175
class inspectSelection:
4176
arrivalPos = 2
4177
lines = 3
4178
group = 4
4179
4180
class busStop:
4181
class create:
4182
arrivalPos = 8
4183
lines = 9
4184
group = 10
4185
4186
class inspect:
4187
arrivalPos = 2
4188
lines = 3
4189
group = 4
4190
4191
class inspectSelection:
4192
arrivalPos = 2
4193
lines = 3
4194
group = 4
4195
4196
class junction:
4197
class create:
4198
arrivalPos = 8
4199
lines = 9
4200
group = 10
4201
4202
class inspect:
4203
arrivalPos = 2
4204
lines = 3
4205
group = 4
4206
4207
class inspectSelection:
4208
arrivalPos = 2
4209
lines = 3
4210
group = 4
4211
4212
class walk:
4213
class edge:
4214
class edge:
4215
class create:
4216
arrivalPos = 8
4217
speed = 9
4218
duration = 10
4219
4220
class inspect:
4221
arrivalPos = 2
4222
speed = 3
4223
duration = 4
4224
4225
class inspectSelection:
4226
arrivalPos = 2
4227
speed = 3
4228
duration = 4
4229
4230
class busStop:
4231
class create:
4232
arrivalPos = 8
4233
speed = 9
4234
duration = 10
4235
4236
class inspect:
4237
arrivalPos = 2
4238
speed = 3
4239
duration = 4
4240
4241
class inspectSelection:
4242
arrivalPos = 2
4243
speed = 3
4244
duration = 4
4245
4246
class junction:
4247
class create:
4248
arrivalPos = 8
4249
speed = 9
4250
duration = 10
4251
4252
class inspect:
4253
arrivalPos = 2
4254
speed = 3
4255
duration = 4
4256
4257
class inspectSelection:
4258
arrivalPos = 2
4259
speed = 3
4260
duration = 4
4261
4262
class busStop:
4263
class edge:
4264
class create:
4265
arrivalPos = 8
4266
speed = 9
4267
duration = 10
4268
4269
class inspect:
4270
arrivalPos = 2
4271
speed = 3
4272
duration = 4
4273
4274
class inspectSelection:
4275
arrivalPos = 2
4276
speed = 3
4277
duration = 4
4278
4279
class busStop:
4280
class create:
4281
arrivalPos = 8
4282
speed = 9
4283
duration = 10
4284
4285
class inspect:
4286
arrivalPos = 2
4287
speed = 3
4288
duration = 4
4289
4290
class inspectSelection:
4291
arrivalPos = 2
4292
speed = 3
4293
duration = 4
4294
4295
class junction:
4296
class create:
4297
arrivalPos = 8
4298
speed = 9
4299
duration = 10
4300
4301
class inspect:
4302
arrivalPos = 2
4303
speed = 3
4304
duration = 4
4305
4306
class inspectSelection:
4307
arrivalPos = 2
4308
speed = 3
4309
duration = 4
4310
4311
class junction:
4312
class edge:
4313
class create:
4314
arrivalPos = 8
4315
speed = 9
4316
duration = 10
4317
4318
class inspect:
4319
arrivalPos = 2
4320
speed = 3
4321
duration = 4
4322
4323
class inspectSelection:
4324
arrivalPos = 2
4325
speed = 3
4326
duration = 4
4327
4328
class busStop:
4329
class create:
4330
arrivalPos = 8
4331
speed = 9
4332
duration = 10
4333
4334
class inspect:
4335
arrivalPos = 2
4336
speed = 3
4337
duration = 4
4338
4339
class inspectSelection:
4340
arrivalPos = 2
4341
speed = 3
4342
duration = 4
4343
4344
class junction:
4345
class create:
4346
arrivalPos = 8
4347
speed = 9
4348
duration = 10
4349
4350
class inspect:
4351
arrivalPos = 2
4352
speed = 3
4353
duration = 4
4354
4355
class inspectSelection:
4356
arrivalPos = 2
4357
speed = 3
4358
duration = 4
4359
4360
class walkEdges:
4361
class create:
4362
arrivalPos = 8
4363
4364
class inspect:
4365
arrivalPos = 2
4366
4367
class inspectSelection:
4368
arrivalPos = 2
4369
4370
class walkRoute:
4371
class create:
4372
arrivalPos = 8
4373
4374
class inspect:
4375
arrivalPos = 2
4376
4377
class inspectSelection:
4378
arrivalPos = 2
4379
4380
# Container
4381
4382
class container:
4383
class create:
4384
id = 8
4385
colorButton = 9
4386
color = 10
4387
departPos = 11
4388
depart = 12
4389
4390
class inspect:
4391
id = 2
4392
typeButton = 3
4393
type = 4
4394
colorButton = 6
4395
color = 7
4396
departPos = 8
4397
depart = 9
4398
parameters = 11
4399
4400
class inspectSelection:
4401
typeButton = 2
4402
type = 3
4403
colorButton = 5
4404
color = 6
4405
departPos = 7
4406
depart = 8
4407
parameters = 10
4408
4409
class containerFlow:
4410
class create:
4411
id = 8
4412
colorButton = 9
4413
color = 10
4414
departPos = 11
4415
begin = 12
4416
terminate = 14
4417
end = 16
4418
number = 17
4419
spacing = 16
4420
terminateOption = 18
4421
spacingOption = 19
4422
4423
class inspect:
4424
id = 2
4425
typeButton = 3
4426
type = 4
4427
colorButton = 6
4428
color = 7
4429
departPos = 8
4430
begin = 9
4431
terminate = 11
4432
spacing = 13
4433
end = 14
4434
terminateOption = 15
4435
spacingOption = 16
4436
parameters = 18
4437
4438
class inspectSelection:
4439
typeButton = 2
4440
type = 3
4441
colorButton = 5
4442
color = 6
4443
departPos = 7
4444
begin = 8
4445
terminate = 10
4446
spacing = 12
4447
terminateOption = 14
4448
spacingOption = 15
4449
parameters = 17
4450
4451
# PersonPlans
4452
4453
class transport:
4454
class edge:
4455
class edge:
4456
class create:
4457
arrivalPos = 8
4458
lines = 9
4459
group = 10
4460
4461
class inspect:
4462
arrivalPos = 2
4463
lines = 3
4464
group = 4
4465
4466
class inspectSelection:
4467
arrivalPos = 2
4468
lines = 3
4469
group = 4
4470
4471
class busStop:
4472
class create:
4473
arrivalPos = 8
4474
lines = 9
4475
group = 10
4476
4477
class inspect:
4478
lines = 2
4479
group = 3
4480
4481
class inspectSelection:
4482
lines = 2
4483
group = 3
4484
4485
class junction:
4486
class create:
4487
arrivalPos = 8
4488
lines = 9
4489
group = 10
4490
4491
class inspect:
4492
lines = 2
4493
group = 3
4494
4495
class inspectSelection:
4496
lines = 2
4497
group = 3
4498
4499
class busStop:
4500
class edge:
4501
class create:
4502
arrivalPos = 8
4503
lines = 9
4504
group = 10
4505
4506
class inspect:
4507
arrivalPos = 2
4508
lines = 3
4509
group = 4
4510
4511
class inspectSelection:
4512
arrivalPos = 2
4513
lines = 3
4514
group = 4
4515
4516
class busStop:
4517
class create:
4518
arrivalPos = 8
4519
lines = 9
4520
group = 10
4521
4522
class inspect:
4523
lines = 2
4524
group = 3
4525
4526
class inspectSelection:
4527
lines = 2
4528
group = 3
4529
4530
class junction:
4531
class create:
4532
arrivalPos = 8
4533
lines = 9
4534
group = 10
4535
4536
class inspect:
4537
lines = 2
4538
group = 3
4539
4540
class inspectSelection:
4541
lines = 2
4542
group = 3
4543
4544
class junction:
4545
class edge:
4546
class create:
4547
arrivalPos = 8
4548
lines = 9
4549
group = 10
4550
4551
class inspect:
4552
arrivalPos = 2
4553
lines = 3
4554
group = 4
4555
4556
class inspectSelection:
4557
arrivalPos = 2
4558
lines = 3
4559
group = 4
4560
4561
class busStop:
4562
class create:
4563
arrivalPos = 8
4564
lines = 9
4565
group = 10
4566
4567
class inspect:
4568
lines = 2
4569
group = 3
4570
4571
class inspectSelection:
4572
lines = 2
4573
group = 3
4574
4575
class junction:
4576
class create:
4577
arrivalPos = 8
4578
lines = 9
4579
group = 10
4580
4581
class inspect:
4582
lines = 2
4583
group = 3
4584
4585
class inspectSelection:
4586
lines = 2
4587
group = 3
4588
4589
class tranship:
4590
class edge:
4591
class edge:
4592
class create:
4593
arrivalPos = 8
4594
speed = 9
4595
duration = 10
4596
4597
class inspect:
4598
arrivalPos = 2
4599
speed = 3
4600
duration = 4
4601
4602
class inspectSelection:
4603
arrivalPos = 2
4604
speed = 3
4605
duration = 4
4606
4607
class busStop:
4608
class create:
4609
arrivalPos = 8
4610
speed = 9
4611
duration = 10
4612
4613
class inspect:
4614
speed = 2
4615
duration = 3
4616
4617
class inspectSelection:
4618
speed = 2
4619
duration = 3
4620
4621
class junction:
4622
class create:
4623
arrivalPos = 8
4624
speed = 9
4625
duration = 10
4626
4627
class inspect:
4628
speed = 2
4629
duration = 3
4630
4631
class inspectSelection:
4632
speed = 2
4633
duration = 3
4634
4635
class busStop:
4636
class edge:
4637
class create:
4638
arrivalPos = 8
4639
speed = 9
4640
duration = 10
4641
4642
class inspect:
4643
arrivalPos = 2
4644
speed = 3
4645
duration = 4
4646
4647
class inspectSelection:
4648
arrivalPos = 2
4649
speed = 3
4650
duration = 4
4651
4652
class busStop:
4653
class create:
4654
arrivalPos = 8
4655
speed = 9
4656
duration = 10
4657
4658
class inspect:
4659
speed = 2
4660
duration = 3
4661
4662
class inspectSelection:
4663
speed = 2
4664
duration = 3
4665
4666
class junction:
4667
class create:
4668
speed = 8
4669
duration = 9
4670
4671
class inspect:
4672
speed = 2
4673
duration = 3
4674
4675
class inspectSelection:
4676
speed = 2
4677
duration = 3
4678
4679
class junction:
4680
class edge:
4681
class create:
4682
arrivalPos = 8
4683
speed = 9
4684
duration = 10
4685
4686
class inspect:
4687
arrivalPos = 2
4688
speed = 3
4689
duration = 4
4690
4691
class inspectSelection:
4692
arrivalPos = 2
4693
speed = 3
4694
duration = 4
4695
4696
class busStop:
4697
class create:
4698
arrivalPos = 8
4699
speed = 9
4700
duration = 10
4701
4702
class inspect:
4703
speed = 2
4704
duration = 3
4705
4706
class inspectSelection:
4707
speed = 2
4708
duration = 3
4709
4710
class junction:
4711
class create:
4712
arrivalPos = 8
4713
speed = 9
4714
duration = 10
4715
4716
class inspect:
4717
speed = 2
4718
duration = 3
4719
4720
class inspectSelection:
4721
speed = 2
4722
duration = 3
4723
4724
# stop plans
4725
4726
class stopPlan:
4727
class edge:
4728
class create:
4729
durationEnable = 8
4730
duration = 9
4731
untilEnable = 10
4732
until = 11
4733
actType = 11
4734
friendlyPos = 12
4735
4736
class inspect:
4737
endPos = 2
4738
durationEnable = 3
4739
duration = 4
4740
untilEnable = 5
4741
until = 6
4742
actType = 6
4743
friendlyPos = 7
4744
4745
class inspectSelection:
4746
durationEnable = 2
4747
duration = 3
4748
untilEnable = 4
4749
until = 5
4750
actType = 6
4751
friendlyPos = 7
4752
4753
class stoppingPlace:
4754
class create:
4755
durationEnable = 8
4756
duration = 9
4757
untilEnable = 10
4758
until = 11
4759
actType = 11
4760
4761
class inspect:
4762
durationEnable = 2
4763
duration = 3
4764
untilEnable = 4
4765
until = 5
4766
actType = 5
4767
4768
class inspectSelection:
4769
durationEnable = 2
4770
duration = 3
4771
untilEnable = 4
4772
until = 5
4773
actType = 5
4774
4775
# --------------------------------
4776
# DATA ELEMENTS
4777
# --------------------------------
4778
4779
# edgeData
4780
4781
class edgeData:
4782
class create:
4783
parameters = 12
4784
parametersButton = 13
4785
dataFileButton = 15
4786
dataFile = 16
4787
helpDialog = 17
4788
reset = 18
4789
4790
class inspect:
4791
parameters = 2
4792
parametersButton = 3
4793
frontElement = 5
4794
dataFileButton = 6
4795
dataFile = 7
4796
helpDialog = 8
4797
reset = 9
4798
4799
class inspectSelection:
4800
parameters = 2
4801
parametersButton = 3
4802
frontElement = 5
4803
dataFileButton = 6
4804
dataFile = 7
4805
helpDialog = 8
4806
reset = 9
4807
4808
# edgeRelData
4809
4810
class edgeRelData:
4811
class create:
4812
parameters = 12
4813
parametersButton = 13
4814
dataFileButton = 15
4815
dataFile = 16
4816
helpDialog = 17
4817
reset = 18
4818
4819
class inspect:
4820
fromEdge = 2
4821
toEdge = 3
4822
parameters = 5
4823
parametersButton = 6
4824
frontElement = 8
4825
dataFileButton = 9
4826
dataFile = 10
4827
helpDialog = 11
4828
reset = 12
4829
4830
class inspectSelection:
4831
parameters = 2
4832
parametersButton = 3
4833
frontElement = 5
4834
dataFileButton = 6
4835
dataFile = 7
4836
helpDialog = 8
4837
reset = 9
4838
4839
# TAZRelData
4840
4841
class TAZRelData:
4842
class create:
4843
parameters = 12
4844
parametersButton = 13
4845
dataFileButton = 15
4846
dataFile = 16
4847
helpDialog = 17
4848
reset = 18
4849
4850
class inspect:
4851
fromTAZ = 2
4852
toTAZ = 3
4853
parameters = 5
4854
parametersButton = 6
4855
frontElement = 8
4856
dataFileButton = 9
4857
dataFile = 10
4858
helpDialog = 11
4859
reset = 12
4860
4861
class inspectSelection:
4862
parameters = 2
4863
parametersButton = 3
4864
frontElement = 5
4865
dataFileButton = 6
4866
dataFile = 7
4867
helpDialog = 8
4868
reset = 9
4869
4870
# edge mean data
4871
4872
class edgeMeanData:
4873
4874
class inspect:
4875
id = 12
4876
fileButton = 13
4877
file = 14
4878
period = 15
4879
begin = 16
4880
end = 17
4881
excludeEmpty = 18
4882
withInternal = 20
4883
maxTravelTime = 21
4884
minSamples = 22
4885
speedThreshold = 23
4886
vTypes = 24
4887
trackVehicles = 25
4888
detectPersons = 26
4889
writeAttributes = 28
4890
edges = 29
4891
edgesFileButton = 30
4892
edgesFile = 31
4893
aggregate = 32
4894
additionalFileButton = 34
4895
additionalFile = 35
4896
helpDialog = 36
4897
reset = 37
4898
4899
# lane mean data
4900
4901
class laneMeanData:
4902
4903
class inspect:
4904
id = 12
4905
fileButton = 13
4906
file = 14
4907
period = 15
4908
begin = 16
4909
end = 17
4910
excludeEmpty = 18
4911
withInternal = 20
4912
maxTravelTime = 21
4913
minSamples = 22
4914
speedThreshold = 23
4915
vTypes = 24
4916
trackVehicles = 25
4917
detectPersons = 26
4918
writeAttributes = 28
4919
edges = 29
4920
edgesFileButton = 30
4921
edgesFile = 31
4922
aggregate = 32
4923
additionalFileButton = 34
4924
additionalFile = 35
4925
helpDialog = 36
4926
reset = 37
4927
4928
# --------------------------------
4929
# Dialogs
4930
# --------------------------------
4931
4932
class dialog:
4933
4934
class allowVClass:
4935
allVehicles = 1
4936
onlyRoadVehicles = 2
4937
onlyRailVehicles = 3
4938
disallowAll = 4
4939
passenger = 5
4940
private = 6
4941
taxi = 7
4942
bus = 8
4943
coach = 9
4944
delivery = 10
4945
truck = 11
4946
trailer = 12
4947
emergency = 13
4948
motorcycle = 14
4949
moped = 15
4950
bicycle = 16
4951
scooter = 17
4952
pedestrian = 18
4953
wheelchair = 19
4954
tram = 20
4955
rail_electric = 21
4956
rail_fast = 22
4957
rail_urban = 23
4958
rail = 24
4959
cable_car = 25
4960
subway = 26
4961
evehicle = 27
4962
army = 28
4963
ship = 29
4964
authority = 30
4965
vip = 31
4966
hov = 32
4967
container = 33
4968
aircraft = 34
4969
drone = 35
4970
custom1 = 36
4971
custom2 = 37
4972
accept = 38
4973
cancel = 39
4974
reset = 40
4975
4976