blob: 466c90e4eee695a16b95cd9b6d51608de4b53375 (
plain)
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
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
|
HEADERS += \
qtumlglobal.h \
qtumlnamespace.h \
qumlabstraction.h \
qumlacceptcallaction.h \
qumlaccepteventaction.h \
qumlaction.h \
qumlactionexecutionspecification.h \
qumlactioninputpin.h \
qumlactivity.h \
qumlactivityedge.h \
qumlactivityfinalnode.h \
qumlactivitygroup.h \
qumlactivitynode.h \
qumlactivityparameternode.h \
qumlactivitypartition.h \
qumlactor.h \
qumladdstructuralfeaturevalueaction.h \
qumladdvariablevalueaction.h \
qumlanyreceiveevent.h \
qumlartifact.h \
qumlassociation.h \
qumlassociationclass.h \
qumlbehavior.h \
qumlbehaviorexecutionspecification.h \
qumlbehavioralfeature.h \
qumlbehavioredclassifier.h \
qumlbroadcastsignalaction.h \
qumlcallaction.h \
qumlcallbehavioraction.h \
qumlcallevent.h \
qumlcalloperationaction.h \
qumlcentralbuffernode.h \
qumlchangeevent.h \
qumlclass.h \
qumlclassifier.h \
qumlclassifiertemplateparameter.h \
qumlclause.h \
qumlclearassociationaction.h \
qumlclearstructuralfeatureaction.h \
qumlclearvariableaction.h \
qumlcollaboration.h \
qumlcollaborationuse.h \
qumlcombinedfragment.h \
qumlcomment.h \
qumlcommunicationpath.h \
qumlcomponent.h \
qumlcomponentrealization.h \
qumlconditionalnode.h \
qumlconnectableelement.h \
qumlconnectableelementtemplateparameter.h \
qumlconnectionpointreference.h \
qumlconnector.h \
qumlconnectorend.h \
qumlconsiderignorefragment.h \
qumlconstraint.h \
qumlcontinuation.h \
qumlcontrolflow.h \
qumlcontrolnode.h \
qumlcreatelinkaction.h \
qumlcreatelinkobjectaction.h \
qumlcreateobjectaction.h \
qumldatastorenode.h \
qumldatatype.h \
qumldecisionnode.h \
qumldependency.h \
qumldeployedartifact.h \
qumldeployment.h \
qumldeploymentspecification.h \
qumldeploymenttarget.h \
qumldestroylinkaction.h \
qumldestroyobjectaction.h \
qumldestructionoccurrencespecification.h \
qumldevice.h \
qumldirectedrelationship.h \
qumlduration.h \
qumldurationconstraint.h \
qumldurationinterval.h \
qumldurationobservation.h \
qumlelement.h \
qumlelementimport.h \
qumlencapsulatedclassifier.h \
qumlenumeration.h \
qumlenumerationliteral.h \
qumlevent.h \
qumlexceptionhandler.h \
qumlexecutablenode.h \
qumlexecutionenvironment.h \
qumlexecutionoccurrencespecification.h \
qumlexecutionspecification.h \
qumlexpansionnode.h \
qumlexpansionregion.h \
qumlexpression.h \
qumlextend.h \
qumlextension.h \
qumlextensionend.h \
qumlextensionpoint.h \
qumlfeature.h \
qumlfinalnode.h \
qumlfinalstate.h \
qumlflowfinalnode.h \
qumlforknode.h \
qumlfunctionbehavior.h \
qumlgate.h \
qumlgeneralordering.h \
qumlgeneralization.h \
qumlgeneralizationset.h \
qumlimage.h \
qumlinclude.h \
qumlinformationflow.h \
qumlinformationitem.h \
qumlinitialnode.h \
qumlinputpin.h \
qumlinstancespecification.h \
qumlinstancevalue.h \
qumlinteraction.h \
qumlinteractionconstraint.h \
qumlinteractionfragment.h \
qumlinteractionoperand.h \
qumlinteractionuse.h \
qumlinterface.h \
qumlinterfacerealization.h \
qumlinterruptibleactivityregion.h \
qumlinterval.h \
qumlintervalconstraint.h \
qumlinvocationaction.h \
qumljoinnode.h \
qumllifeline.h \
qumllinkaction.h \
qumllinkendcreationdata.h \
qumllinkenddata.h \
qumllinkenddestructiondata.h \
qumlliteralboolean.h \
qumlliteralinteger.h \
qumlliteralnull.h \
qumlliteralreal.h \
qumlliteralspecification.h \
qumlliteralstring.h \
qumlliteralunlimitednatural.h \
qumlloopnode.h \
qumlmanifestation.h \
qumlmergenode.h \
qumlmessage.h \
qumlmessageend.h \
qumlmessageevent.h \
qumlmessageoccurrencespecification.h \
qumlmodel.h \
qumlmultiplicityelement.h \
qumlnamedelement.h \
qumlnamespace.h \
qumlnode.h \
qumlobjectflow.h \
qumlobjectnode.h \
qumlobservation.h \
qumloccurrencespecification.h \
qumlopaqueaction.h \
qumlopaquebehavior.h \
qumlopaqueexpression.h \
qumloperation.h \
qumloperationtemplateparameter.h \
qumloutputpin.h \
qumlpackage.h \
qumlpackageimport.h \
qumlpackagemerge.h \
qumlpackageableelement.h \
qumlparameter.h \
qumlparameterset.h \
qumlparameterableelement.h \
qumlpartdecomposition.h \
qumlpin.h \
qumlport.h \
qumlprimitivetype.h \
qumlprofile.h \
qumlprofileapplication.h \
qumlproperty.h \
qumlprotocolconformance.h \
qumlprotocolstatemachine.h \
qumlprotocoltransition.h \
qumlpseudostate.h \
qumlqualifiervalue.h \
qumlraiseexceptionaction.h \
qumlreadextentaction.h \
qumlreadisclassifiedobjectaction.h \
qumlreadlinkaction.h \
qumlreadlinkobjectendaction.h \
qumlreadlinkobjectendqualifieraction.h \
qumlreadselfaction.h \
qumlreadstructuralfeatureaction.h \
qumlreadvariableaction.h \
qumlrealization.h \
qumlreception.h \
qumlreclassifyobjectaction.h \
qumlredefinableelement.h \
qumlredefinabletemplatesignature.h \
qumlreduceaction.h \
qumlregion.h \
qumlrelationship.h \
qumlremovestructuralfeaturevalueaction.h \
qumlremovevariablevalueaction.h \
qumlreplyaction.h \
qumlsendobjectaction.h \
qumlsendsignalaction.h \
qumlsequencenode.h \
qumlsignal.h \
qumlsignalevent.h \
qumlslot.h \
qumlstartclassifierbehavioraction.h \
qumlstartobjectbehavioraction.h \
qumlstate.h \
qumlstateinvariant.h \
qumlstatemachine.h \
qumlstereotype.h \
qumlstringexpression.h \
qumlstructuralfeature.h \
qumlstructuralfeatureaction.h \
qumlstructuredactivitynode.h \
qumlstructuredclassifier.h \
qumlsubstitution.h \
qumltemplatebinding.h \
qumltemplateparameter.h \
qumltemplateparametersubstitution.h \
qumltemplatesignature.h \
qumltemplateableelement.h \
qumltestidentityaction.h \
qumltimeconstraint.h \
qumltimeevent.h \
qumltimeexpression.h \
qumltimeinterval.h \
qumltimeobservation.h \
qumltransition.h \
qumltrigger.h \
qumltype.h \
qumltypedelement.h \
qumlunmarshallaction.h \
qumlusage.h \
qumlusecase.h \
qumlvaluepin.h \
qumlvaluespecification.h \
qumlvaluespecificationaction.h \
qumlvariable.h \
qumlvariableaction.h \
qumlvertex.h \
qumlwritelinkaction.h \
qumlwritestructuralfeatureaction.h \
qumlwritevariableaction.h
PRIVATE_HEADERS += \
qobjects/qumlabstractionobject_p.h \
qobjects/qumlacceptcallactionobject_p.h \
qobjects/qumlaccepteventactionobject_p.h \
qobjects/qumlactionexecutionspecificationobject_p.h \
qobjects/qumlactioninputpinobject_p.h \
qobjects/qumlactivityobject_p.h \
qobjects/qumlactivityfinalnodeobject_p.h \
qobjects/qumlactivityparameternodeobject_p.h \
qobjects/qumlactivitypartitionobject_p.h \
qobjects/qumlactorobject_p.h \
qobjects/qumladdstructuralfeaturevalueactionobject_p.h \
qobjects/qumladdvariablevalueactionobject_p.h \
qobjects/qumlanyreceiveeventobject_p.h \
qobjects/qumlartifactobject_p.h \
qobjects/qumlassociationobject_p.h \
qobjects/qumlassociationclassobject_p.h \
qobjects/qumlbehaviorexecutionspecificationobject_p.h \
qobjects/qumlbroadcastsignalactionobject_p.h \
qobjects/qumlcallbehavioractionobject_p.h \
qobjects/qumlcalleventobject_p.h \
qobjects/qumlcalloperationactionobject_p.h \
qobjects/qumlcentralbuffernodeobject_p.h \
qobjects/qumlchangeeventobject_p.h \
qobjects/qumlclassobject_p.h \
qobjects/qumlclassifiertemplateparameterobject_p.h \
qobjects/qumlclauseobject_p.h \
qobjects/qumlclearassociationactionobject_p.h \
qobjects/qumlclearstructuralfeatureactionobject_p.h \
qobjects/qumlclearvariableactionobject_p.h \
qobjects/qumlcollaborationobject_p.h \
qobjects/qumlcollaborationuseobject_p.h \
qobjects/qumlcombinedfragmentobject_p.h \
qobjects/qumlcommentobject_p.h \
qobjects/qumlcommunicationpathobject_p.h \
qobjects/qumlcomponentobject_p.h \
qobjects/qumlcomponentrealizationobject_p.h \
qobjects/qumlconditionalnodeobject_p.h \
qobjects/qumlconnectableelementtemplateparameterobject_p.h \
qobjects/qumlconnectionpointreferenceobject_p.h \
qobjects/qumlconnectorobject_p.h \
qobjects/qumlconnectorendobject_p.h \
qobjects/qumlconsiderignorefragmentobject_p.h \
qobjects/qumlconstraintobject_p.h \
qobjects/qumlcontinuationobject_p.h \
qobjects/qumlcontrolflowobject_p.h \
qobjects/qumlcreatelinkactionobject_p.h \
qobjects/qumlcreatelinkobjectactionobject_p.h \
qobjects/qumlcreateobjectactionobject_p.h \
qobjects/qumldatastorenodeobject_p.h \
qobjects/qumldatatypeobject_p.h \
qobjects/qumldecisionnodeobject_p.h \
qobjects/qumldependencyobject_p.h \
qobjects/qumldeploymentobject_p.h \
qobjects/qumldeploymentspecificationobject_p.h \
qobjects/qumldestroylinkactionobject_p.h \
qobjects/qumldestroyobjectactionobject_p.h \
qobjects/qumldestructionoccurrencespecificationobject_p.h \
qobjects/qumldeviceobject_p.h \
qobjects/qumldurationobject_p.h \
qobjects/qumldurationconstraintobject_p.h \
qobjects/qumldurationintervalobject_p.h \
qobjects/qumldurationobservationobject_p.h \
qobjects/qumlelementimportobject_p.h \
qobjects/qumlenumerationobject_p.h \
qobjects/qumlenumerationliteralobject_p.h \
qobjects/qumlexceptionhandlerobject_p.h \
qobjects/qumlexecutionenvironmentobject_p.h \
qobjects/qumlexecutionoccurrencespecificationobject_p.h \
qobjects/qumlexpansionnodeobject_p.h \
qobjects/qumlexpansionregionobject_p.h \
qobjects/qumlexpressionobject_p.h \
qobjects/qumlextendobject_p.h \
qobjects/qumlextensionobject_p.h \
qobjects/qumlextensionendobject_p.h \
qobjects/qumlextensionpointobject_p.h \
qobjects/qumlfinalstateobject_p.h \
qobjects/qumlflowfinalnodeobject_p.h \
qobjects/qumlforknodeobject_p.h \
qobjects/qumlfunctionbehaviorobject_p.h \
qobjects/qumlgateobject_p.h \
qobjects/qumlgeneralorderingobject_p.h \
qobjects/qumlgeneralizationobject_p.h \
qobjects/qumlgeneralizationsetobject_p.h \
qobjects/qumlimageobject_p.h \
qobjects/qumlincludeobject_p.h \
qobjects/qumlinformationflowobject_p.h \
qobjects/qumlinformationitemobject_p.h \
qobjects/qumlinitialnodeobject_p.h \
qobjects/qumlinputpinobject_p.h \
qobjects/qumlinstancespecificationobject_p.h \
qobjects/qumlinstancevalueobject_p.h \
qobjects/qumlinteractionobject_p.h \
qobjects/qumlinteractionconstraintobject_p.h \
qobjects/qumlinteractionoperandobject_p.h \
qobjects/qumlinteractionuseobject_p.h \
qobjects/qumlinterfaceobject_p.h \
qobjects/qumlinterfacerealizationobject_p.h \
qobjects/qumlinterruptibleactivityregionobject_p.h \
qobjects/qumlintervalobject_p.h \
qobjects/qumlintervalconstraintobject_p.h \
qobjects/qumljoinnodeobject_p.h \
qobjects/qumllifelineobject_p.h \
qobjects/qumllinkendcreationdataobject_p.h \
qobjects/qumllinkenddataobject_p.h \
qobjects/qumllinkenddestructiondataobject_p.h \
qobjects/qumlliteralbooleanobject_p.h \
qobjects/qumlliteralintegerobject_p.h \
qobjects/qumlliteralnullobject_p.h \
qobjects/qumlliteralrealobject_p.h \
qobjects/qumlliteralstringobject_p.h \
qobjects/qumlliteralunlimitednaturalobject_p.h \
qobjects/qumlloopnodeobject_p.h \
qobjects/qumlmanifestationobject_p.h \
qobjects/qumlmergenodeobject_p.h \
qobjects/qumlmessageobject_p.h \
qobjects/qumlmessageoccurrencespecificationobject_p.h \
qobjects/qumlmodelobject_p.h \
qobjects/qumlnodeobject_p.h \
qobjects/qumlobjectflowobject_p.h \
qobjects/qumloccurrencespecificationobject_p.h \
qobjects/qumlopaqueactionobject_p.h \
qobjects/qumlopaquebehaviorobject_p.h \
qobjects/qumlopaqueexpressionobject_p.h \
qobjects/qumloperationobject_p.h \
qobjects/qumloperationtemplateparameterobject_p.h \
qobjects/qumloutputpinobject_p.h \
qobjects/qumlpackageobject_p.h \
qobjects/qumlpackageimportobject_p.h \
qobjects/qumlpackagemergeobject_p.h \
qobjects/qumlparameterobject_p.h \
qobjects/qumlparametersetobject_p.h \
qobjects/qumlpartdecompositionobject_p.h \
qobjects/qumlportobject_p.h \
qobjects/qumlprimitivetypeobject_p.h \
qobjects/qumlprofileobject_p.h \
qobjects/qumlprofileapplicationobject_p.h \
qobjects/qumlpropertyobject_p.h \
qobjects/qumlprotocolconformanceobject_p.h \
qobjects/qumlprotocolstatemachineobject_p.h \
qobjects/qumlprotocoltransitionobject_p.h \
qobjects/qumlpseudostateobject_p.h \
qobjects/qumlqualifiervalueobject_p.h \
qobjects/qumlraiseexceptionactionobject_p.h \
qobjects/qumlreadextentactionobject_p.h \
qobjects/qumlreadisclassifiedobjectactionobject_p.h \
qobjects/qumlreadlinkactionobject_p.h \
qobjects/qumlreadlinkobjectendactionobject_p.h \
qobjects/qumlreadlinkobjectendqualifieractionobject_p.h \
qobjects/qumlreadselfactionobject_p.h \
qobjects/qumlreadstructuralfeatureactionobject_p.h \
qobjects/qumlreadvariableactionobject_p.h \
qobjects/qumlrealizationobject_p.h \
qobjects/qumlreceptionobject_p.h \
qobjects/qumlreclassifyobjectactionobject_p.h \
qobjects/qumlredefinabletemplatesignatureobject_p.h \
qobjects/qumlreduceactionobject_p.h \
qobjects/qumlregionobject_p.h \
qobjects/qumlremovestructuralfeaturevalueactionobject_p.h \
qobjects/qumlremovevariablevalueactionobject_p.h \
qobjects/qumlreplyactionobject_p.h \
qobjects/qumlsendobjectactionobject_p.h \
qobjects/qumlsendsignalactionobject_p.h \
qobjects/qumlsequencenodeobject_p.h \
qobjects/qumlsignalobject_p.h \
qobjects/qumlsignaleventobject_p.h \
qobjects/qumlslotobject_p.h \
qobjects/qumlstartclassifierbehavioractionobject_p.h \
qobjects/qumlstartobjectbehavioractionobject_p.h \
qobjects/qumlstateobject_p.h \
qobjects/qumlstateinvariantobject_p.h \
qobjects/qumlstatemachineobject_p.h \
qobjects/qumlstereotypeobject_p.h \
qobjects/qumlstringexpressionobject_p.h \
qobjects/qumlstructuredactivitynodeobject_p.h \
qobjects/qumlsubstitutionobject_p.h \
qobjects/qumltemplatebindingobject_p.h \
qobjects/qumltemplateparameterobject_p.h \
qobjects/qumltemplateparametersubstitutionobject_p.h \
qobjects/qumltemplatesignatureobject_p.h \
qobjects/qumltestidentityactionobject_p.h \
qobjects/qumltimeconstraintobject_p.h \
qobjects/qumltimeeventobject_p.h \
qobjects/qumltimeexpressionobject_p.h \
qobjects/qumltimeintervalobject_p.h \
qobjects/qumltimeobservationobject_p.h \
qobjects/qumltransitionobject_p.h \
qobjects/qumltriggerobject_p.h \
qobjects/qumlunmarshallactionobject_p.h \
qobjects/qumlusageobject_p.h \
qobjects/qumlusecaseobject_p.h \
qobjects/qumlvaluepinobject_p.h \
qobjects/qumlvaluespecificationactionobject_p.h \
qobjects/qumlvariableobject_p.h
SOURCES += \
qtumlnamespace.cpp \
qobjects/qumlabstractionobject.cpp \
qumlabstraction.cpp \
qobjects/qumlacceptcallactionobject.cpp \
qumlacceptcallaction.cpp \
qobjects/qumlaccepteventactionobject.cpp \
qumlaccepteventaction.cpp \
qumlaction.cpp \
qobjects/qumlactionexecutionspecificationobject.cpp \
qumlactionexecutionspecification.cpp \
qobjects/qumlactioninputpinobject.cpp \
qumlactioninputpin.cpp \
qobjects/qumlactivityobject.cpp \
qumlactivity.cpp \
qumlactivityedge.cpp \
qobjects/qumlactivityfinalnodeobject.cpp \
qumlactivityfinalnode.cpp \
qumlactivitygroup.cpp \
qumlactivitynode.cpp \
qobjects/qumlactivityparameternodeobject.cpp \
qumlactivityparameternode.cpp \
qobjects/qumlactivitypartitionobject.cpp \
qumlactivitypartition.cpp \
qobjects/qumlactorobject.cpp \
qumlactor.cpp \
qobjects/qumladdstructuralfeaturevalueactionobject.cpp \
qumladdstructuralfeaturevalueaction.cpp \
qobjects/qumladdvariablevalueactionobject.cpp \
qumladdvariablevalueaction.cpp \
qobjects/qumlanyreceiveeventobject.cpp \
qumlanyreceiveevent.cpp \
qobjects/qumlartifactobject.cpp \
qumlartifact.cpp \
qobjects/qumlassociationobject.cpp \
qumlassociation.cpp \
qobjects/qumlassociationclassobject.cpp \
qumlassociationclass.cpp \
qumlbehavior.cpp \
qobjects/qumlbehaviorexecutionspecificationobject.cpp \
qumlbehaviorexecutionspecification.cpp \
qumlbehavioralfeature.cpp \
qumlbehavioredclassifier.cpp \
qobjects/qumlbroadcastsignalactionobject.cpp \
qumlbroadcastsignalaction.cpp \
qumlcallaction.cpp \
qobjects/qumlcallbehavioractionobject.cpp \
qumlcallbehavioraction.cpp \
qobjects/qumlcalleventobject.cpp \
qumlcallevent.cpp \
qobjects/qumlcalloperationactionobject.cpp \
qumlcalloperationaction.cpp \
qobjects/qumlcentralbuffernodeobject.cpp \
qumlcentralbuffernode.cpp \
qobjects/qumlchangeeventobject.cpp \
qumlchangeevent.cpp \
qobjects/qumlclassobject.cpp \
qumlclass.cpp \
qumlclassifier.cpp \
qobjects/qumlclassifiertemplateparameterobject.cpp \
qumlclassifiertemplateparameter.cpp \
qobjects/qumlclauseobject.cpp \
qumlclause.cpp \
qobjects/qumlclearassociationactionobject.cpp \
qumlclearassociationaction.cpp \
qobjects/qumlclearstructuralfeatureactionobject.cpp \
qumlclearstructuralfeatureaction.cpp \
qobjects/qumlclearvariableactionobject.cpp \
qumlclearvariableaction.cpp \
qobjects/qumlcollaborationobject.cpp \
qumlcollaboration.cpp \
qobjects/qumlcollaborationuseobject.cpp \
qumlcollaborationuse.cpp \
qobjects/qumlcombinedfragmentobject.cpp \
qumlcombinedfragment.cpp \
qobjects/qumlcommentobject.cpp \
qumlcomment.cpp \
qobjects/qumlcommunicationpathobject.cpp \
qumlcommunicationpath.cpp \
qobjects/qumlcomponentobject.cpp \
qumlcomponent.cpp \
qobjects/qumlcomponentrealizationobject.cpp \
qumlcomponentrealization.cpp \
qobjects/qumlconditionalnodeobject.cpp \
qumlconditionalnode.cpp \
qumlconnectableelement.cpp \
qobjects/qumlconnectableelementtemplateparameterobject.cpp \
qumlconnectableelementtemplateparameter.cpp \
qobjects/qumlconnectionpointreferenceobject.cpp \
qumlconnectionpointreference.cpp \
qobjects/qumlconnectorobject.cpp \
qumlconnector.cpp \
qobjects/qumlconnectorendobject.cpp \
qumlconnectorend.cpp \
qobjects/qumlconsiderignorefragmentobject.cpp \
qumlconsiderignorefragment.cpp \
qobjects/qumlconstraintobject.cpp \
qumlconstraint.cpp \
qobjects/qumlcontinuationobject.cpp \
qumlcontinuation.cpp \
qobjects/qumlcontrolflowobject.cpp \
qumlcontrolflow.cpp \
qumlcontrolnode.cpp \
qobjects/qumlcreatelinkactionobject.cpp \
qumlcreatelinkaction.cpp \
qobjects/qumlcreatelinkobjectactionobject.cpp \
qumlcreatelinkobjectaction.cpp \
qobjects/qumlcreateobjectactionobject.cpp \
qumlcreateobjectaction.cpp \
qobjects/qumldatastorenodeobject.cpp \
qumldatastorenode.cpp \
qobjects/qumldatatypeobject.cpp \
qumldatatype.cpp \
qobjects/qumldecisionnodeobject.cpp \
qumldecisionnode.cpp \
qobjects/qumldependencyobject.cpp \
qumldependency.cpp \
qumldeployedartifact.cpp \
qobjects/qumldeploymentobject.cpp \
qumldeployment.cpp \
qobjects/qumldeploymentspecificationobject.cpp \
qumldeploymentspecification.cpp \
qumldeploymenttarget.cpp \
qobjects/qumldestroylinkactionobject.cpp \
qumldestroylinkaction.cpp \
qobjects/qumldestroyobjectactionobject.cpp \
qumldestroyobjectaction.cpp \
qobjects/qumldestructionoccurrencespecificationobject.cpp \
qumldestructionoccurrencespecification.cpp \
qobjects/qumldeviceobject.cpp \
qumldevice.cpp \
qumldirectedrelationship.cpp \
qobjects/qumldurationobject.cpp \
qumlduration.cpp \
qobjects/qumldurationconstraintobject.cpp \
qumldurationconstraint.cpp \
qobjects/qumldurationintervalobject.cpp \
qumldurationinterval.cpp \
qobjects/qumldurationobservationobject.cpp \
qumldurationobservation.cpp \
qumlelement.cpp \
qobjects/qumlelementimportobject.cpp \
qumlelementimport.cpp \
qumlencapsulatedclassifier.cpp \
qobjects/qumlenumerationobject.cpp \
qumlenumeration.cpp \
qobjects/qumlenumerationliteralobject.cpp \
qumlenumerationliteral.cpp \
qumlevent.cpp \
qobjects/qumlexceptionhandlerobject.cpp \
qumlexceptionhandler.cpp \
qumlexecutablenode.cpp \
qobjects/qumlexecutionenvironmentobject.cpp \
qumlexecutionenvironment.cpp \
qobjects/qumlexecutionoccurrencespecificationobject.cpp \
qumlexecutionoccurrencespecification.cpp \
qumlexecutionspecification.cpp \
qobjects/qumlexpansionnodeobject.cpp \
qumlexpansionnode.cpp \
qobjects/qumlexpansionregionobject.cpp \
qumlexpansionregion.cpp \
qobjects/qumlexpressionobject.cpp \
qumlexpression.cpp \
qobjects/qumlextendobject.cpp \
qumlextend.cpp \
qobjects/qumlextensionobject.cpp \
qumlextension.cpp \
qobjects/qumlextensionendobject.cpp \
qumlextensionend.cpp \
qobjects/qumlextensionpointobject.cpp \
qumlextensionpoint.cpp \
qumlfeature.cpp \
qumlfinalnode.cpp \
qobjects/qumlfinalstateobject.cpp \
qumlfinalstate.cpp \
qobjects/qumlflowfinalnodeobject.cpp \
qumlflowfinalnode.cpp \
qobjects/qumlforknodeobject.cpp \
qumlforknode.cpp \
qobjects/qumlfunctionbehaviorobject.cpp \
qumlfunctionbehavior.cpp \
qobjects/qumlgateobject.cpp \
qumlgate.cpp \
qobjects/qumlgeneralorderingobject.cpp \
qumlgeneralordering.cpp \
qobjects/qumlgeneralizationobject.cpp \
qumlgeneralization.cpp \
qobjects/qumlgeneralizationsetobject.cpp \
qumlgeneralizationset.cpp \
qobjects/qumlimageobject.cpp \
qumlimage.cpp \
qobjects/qumlincludeobject.cpp \
qumlinclude.cpp \
qobjects/qumlinformationflowobject.cpp \
qumlinformationflow.cpp \
qobjects/qumlinformationitemobject.cpp \
qumlinformationitem.cpp \
qobjects/qumlinitialnodeobject.cpp \
qumlinitialnode.cpp \
qobjects/qumlinputpinobject.cpp \
qumlinputpin.cpp \
qobjects/qumlinstancespecificationobject.cpp \
qumlinstancespecification.cpp \
qobjects/qumlinstancevalueobject.cpp \
qumlinstancevalue.cpp \
qobjects/qumlinteractionobject.cpp \
qumlinteraction.cpp \
qobjects/qumlinteractionconstraintobject.cpp \
qumlinteractionconstraint.cpp \
qumlinteractionfragment.cpp \
qobjects/qumlinteractionoperandobject.cpp \
qumlinteractionoperand.cpp \
qobjects/qumlinteractionuseobject.cpp \
qumlinteractionuse.cpp \
qobjects/qumlinterfaceobject.cpp \
qumlinterface.cpp \
qobjects/qumlinterfacerealizationobject.cpp \
qumlinterfacerealization.cpp \
qobjects/qumlinterruptibleactivityregionobject.cpp \
qumlinterruptibleactivityregion.cpp \
qobjects/qumlintervalobject.cpp \
qumlinterval.cpp \
qobjects/qumlintervalconstraintobject.cpp \
qumlintervalconstraint.cpp \
qumlinvocationaction.cpp \
qobjects/qumljoinnodeobject.cpp \
qumljoinnode.cpp \
qobjects/qumllifelineobject.cpp \
qumllifeline.cpp \
qumllinkaction.cpp \
qobjects/qumllinkendcreationdataobject.cpp \
qumllinkendcreationdata.cpp \
qobjects/qumllinkenddataobject.cpp \
qumllinkenddata.cpp \
qobjects/qumllinkenddestructiondataobject.cpp \
qumllinkenddestructiondata.cpp \
qobjects/qumlliteralbooleanobject.cpp \
qumlliteralboolean.cpp \
qobjects/qumlliteralintegerobject.cpp \
qumlliteralinteger.cpp \
qobjects/qumlliteralnullobject.cpp \
qumlliteralnull.cpp \
qobjects/qumlliteralrealobject.cpp \
qumlliteralreal.cpp \
qumlliteralspecification.cpp \
qobjects/qumlliteralstringobject.cpp \
qumlliteralstring.cpp \
qobjects/qumlliteralunlimitednaturalobject.cpp \
qumlliteralunlimitednatural.cpp \
qobjects/qumlloopnodeobject.cpp \
qumlloopnode.cpp \
qobjects/qumlmanifestationobject.cpp \
qumlmanifestation.cpp \
qobjects/qumlmergenodeobject.cpp \
qumlmergenode.cpp \
qobjects/qumlmessageobject.cpp \
qumlmessage.cpp \
qumlmessageend.cpp \
qumlmessageevent.cpp \
qobjects/qumlmessageoccurrencespecificationobject.cpp \
qumlmessageoccurrencespecification.cpp \
qobjects/qumlmodelobject.cpp \
qumlmodel.cpp \
qumlmultiplicityelement.cpp \
qumlnamedelement.cpp \
qumlnamespace.cpp \
qobjects/qumlnodeobject.cpp \
qumlnode.cpp \
qobjects/qumlobjectflowobject.cpp \
qumlobjectflow.cpp \
qumlobjectnode.cpp \
qumlobservation.cpp \
qobjects/qumloccurrencespecificationobject.cpp \
qumloccurrencespecification.cpp \
qobjects/qumlopaqueactionobject.cpp \
qumlopaqueaction.cpp \
qobjects/qumlopaquebehaviorobject.cpp \
qumlopaquebehavior.cpp \
qobjects/qumlopaqueexpressionobject.cpp \
qumlopaqueexpression.cpp \
qobjects/qumloperationobject.cpp \
qumloperation.cpp \
qobjects/qumloperationtemplateparameterobject.cpp \
qumloperationtemplateparameter.cpp \
qobjects/qumloutputpinobject.cpp \
qumloutputpin.cpp \
qobjects/qumlpackageobject.cpp \
qumlpackage.cpp \
qobjects/qumlpackageimportobject.cpp \
qumlpackageimport.cpp \
qobjects/qumlpackagemergeobject.cpp \
qumlpackagemerge.cpp \
qumlpackageableelement.cpp \
qobjects/qumlparameterobject.cpp \
qumlparameter.cpp \
qobjects/qumlparametersetobject.cpp \
qumlparameterset.cpp \
qumlparameterableelement.cpp \
qobjects/qumlpartdecompositionobject.cpp \
qumlpartdecomposition.cpp \
qumlpin.cpp \
qobjects/qumlportobject.cpp \
qumlport.cpp \
qobjects/qumlprimitivetypeobject.cpp \
qumlprimitivetype.cpp \
qobjects/qumlprofileobject.cpp \
qumlprofile.cpp \
qobjects/qumlprofileapplicationobject.cpp \
qumlprofileapplication.cpp \
qobjects/qumlpropertyobject.cpp \
qumlproperty.cpp \
qobjects/qumlprotocolconformanceobject.cpp \
qumlprotocolconformance.cpp \
qobjects/qumlprotocolstatemachineobject.cpp \
qumlprotocolstatemachine.cpp \
qobjects/qumlprotocoltransitionobject.cpp \
qumlprotocoltransition.cpp \
qobjects/qumlpseudostateobject.cpp \
qumlpseudostate.cpp \
qobjects/qumlqualifiervalueobject.cpp \
qumlqualifiervalue.cpp \
qobjects/qumlraiseexceptionactionobject.cpp \
qumlraiseexceptionaction.cpp \
qobjects/qumlreadextentactionobject.cpp \
qumlreadextentaction.cpp \
qobjects/qumlreadisclassifiedobjectactionobject.cpp \
qumlreadisclassifiedobjectaction.cpp \
qobjects/qumlreadlinkactionobject.cpp \
qumlreadlinkaction.cpp \
qobjects/qumlreadlinkobjectendactionobject.cpp \
qumlreadlinkobjectendaction.cpp \
qobjects/qumlreadlinkobjectendqualifieractionobject.cpp \
qumlreadlinkobjectendqualifieraction.cpp \
qobjects/qumlreadselfactionobject.cpp \
qumlreadselfaction.cpp \
qobjects/qumlreadstructuralfeatureactionobject.cpp \
qumlreadstructuralfeatureaction.cpp \
qobjects/qumlreadvariableactionobject.cpp \
qumlreadvariableaction.cpp \
qobjects/qumlrealizationobject.cpp \
qumlrealization.cpp \
qobjects/qumlreceptionobject.cpp \
qumlreception.cpp \
qobjects/qumlreclassifyobjectactionobject.cpp \
qumlreclassifyobjectaction.cpp \
qumlredefinableelement.cpp \
qobjects/qumlredefinabletemplatesignatureobject.cpp \
qumlredefinabletemplatesignature.cpp \
qobjects/qumlreduceactionobject.cpp \
qumlreduceaction.cpp \
qobjects/qumlregionobject.cpp \
qumlregion.cpp \
qumlrelationship.cpp \
qobjects/qumlremovestructuralfeaturevalueactionobject.cpp \
qumlremovestructuralfeaturevalueaction.cpp \
qobjects/qumlremovevariablevalueactionobject.cpp \
qumlremovevariablevalueaction.cpp \
qobjects/qumlreplyactionobject.cpp \
qumlreplyaction.cpp \
qobjects/qumlsendobjectactionobject.cpp \
qumlsendobjectaction.cpp \
qobjects/qumlsendsignalactionobject.cpp \
qumlsendsignalaction.cpp \
qobjects/qumlsequencenodeobject.cpp \
qumlsequencenode.cpp \
qobjects/qumlsignalobject.cpp \
qumlsignal.cpp \
qobjects/qumlsignaleventobject.cpp \
qumlsignalevent.cpp \
qobjects/qumlslotobject.cpp \
qumlslot.cpp \
qobjects/qumlstartclassifierbehavioractionobject.cpp \
qumlstartclassifierbehavioraction.cpp \
qobjects/qumlstartobjectbehavioractionobject.cpp \
qumlstartobjectbehavioraction.cpp \
qobjects/qumlstateobject.cpp \
qumlstate.cpp \
qobjects/qumlstateinvariantobject.cpp \
qumlstateinvariant.cpp \
qobjects/qumlstatemachineobject.cpp \
qumlstatemachine.cpp \
qobjects/qumlstereotypeobject.cpp \
qumlstereotype.cpp \
qobjects/qumlstringexpressionobject.cpp \
qumlstringexpression.cpp \
qumlstructuralfeature.cpp \
qumlstructuralfeatureaction.cpp \
qobjects/qumlstructuredactivitynodeobject.cpp \
qumlstructuredactivitynode.cpp \
qumlstructuredclassifier.cpp \
qobjects/qumlsubstitutionobject.cpp \
qumlsubstitution.cpp \
qobjects/qumltemplatebindingobject.cpp \
qumltemplatebinding.cpp \
qobjects/qumltemplateparameterobject.cpp \
qumltemplateparameter.cpp \
qobjects/qumltemplateparametersubstitutionobject.cpp \
qumltemplateparametersubstitution.cpp \
qobjects/qumltemplatesignatureobject.cpp \
qumltemplatesignature.cpp \
qumltemplateableelement.cpp \
qobjects/qumltestidentityactionobject.cpp \
qumltestidentityaction.cpp \
qobjects/qumltimeconstraintobject.cpp \
qumltimeconstraint.cpp \
qobjects/qumltimeeventobject.cpp \
qumltimeevent.cpp \
qobjects/qumltimeexpressionobject.cpp \
qumltimeexpression.cpp \
qobjects/qumltimeintervalobject.cpp \
qumltimeinterval.cpp \
qobjects/qumltimeobservationobject.cpp \
qumltimeobservation.cpp \
qobjects/qumltransitionobject.cpp \
qumltransition.cpp \
qobjects/qumltriggerobject.cpp \
qumltrigger.cpp \
qumltype.cpp \
qumltypedelement.cpp \
qobjects/qumlunmarshallactionobject.cpp \
qumlunmarshallaction.cpp \
qobjects/qumlusageobject.cpp \
qumlusage.cpp \
qobjects/qumlusecaseobject.cpp \
qumlusecase.cpp \
qobjects/qumlvaluepinobject.cpp \
qumlvaluepin.cpp \
qumlvaluespecification.cpp \
qobjects/qumlvaluespecificationactionobject.cpp \
qumlvaluespecificationaction.cpp \
qobjects/qumlvariableobject.cpp \
qumlvariable.cpp \
qumlvariableaction.cpp \
qumlvertex.cpp \
qumlwritelinkaction.cpp \
qumlwritestructuralfeatureaction.cpp \
qumlwritevariableaction.cpp
|