forked from crossminer/FOCUS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAgate.txt
820 lines (820 loc) · 19.3 KB
/
Agate.txt
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
AGATEObject#id
AGATEObject#notice
AGATEObject#description
AGATEObject#sensitivity
AGATEObject#name
AGATEObject#comment
AGATEObject#isValidIn
AGATEObject#isAssociatedWith
Objective#id
Objective#notice
Objective#description
Objective#sensitivity
Objective#name
Objective#comment
Objective#isValidIn
Objective#isAssociatedWith
Objective#type
Objective#priority
Objective#indicator
Objective#traceability
OperationalContext#id
OperationalContext#notice
OperationalContext#description
OperationalContext#sensitivity
OperationalContext#name
OperationalContext#comment
OperationalContext#isValidIn
OperationalContext#isAssociatedWith
Project#id
Project#notice
Project#description
Project#sensitivity
Project#name
Project#comment
Project#isValidIn
Project#isAssociatedWith
Project#moi
Project#moa
Project#director
Project#defines
Project#associatedISs
Standard#id
Standard#notice
Standard#description
Standard#sensitivity
Standard#name
Standard#comment
Standard#isValidIn
Standard#isAssociatedWith
Standard#composedOf
Standard#caracterizeIC
Standard#caracterizeTC
Standard#caracterizeLC
Standard#caracterizeP
Standard#caracterizeR
GenericStandard#id
GenericStandard#notice
GenericStandard#description
GenericStandard#sensitivity
GenericStandard#name
GenericStandard#comment
GenericStandard#isValidIn
GenericStandard#isAssociatedWith
GenericStandard#composedOf
Threat#id
Threat#notice
Threat#description
Threat#sensitivity
Threat#name
Threat#comment
Threat#isValidIn
Threat#isAssociatedWith
Threat#composedBy
Threat#nature
Threat#DCSSI
Threat#clarifies
GenericThreat#id
GenericThreat#notice
GenericThreat#description
GenericThreat#sensitivity
GenericThreat#name
GenericThreat#comment
GenericThreat#isValidIn
GenericThreat#isAssociatedWith
GenericThreat#composedBy
TrafficClass#id
TrafficClass#notice
TrafficClass#description
TrafficClass#sensitivity
TrafficClass#name
TrafficClass#comment
TrafficClass#isValidIn
TrafficClass#isAssociatedWith
TrafficClass#traffic
InterfaceCharacteristic#id
InterfaceCharacteristic#notice
InterfaceCharacteristic#description
InterfaceCharacteristic#sensitivity
InterfaceCharacteristic#name
InterfaceCharacteristic#comment
InterfaceCharacteristic#isValidIn
InterfaceCharacteristic#isAssociatedWith
InterfaceCharacteristic#type
ConfidentialityLevel#id
ConfidentialityLevel#notice
ConfidentialityLevel#description
ConfidentialityLevel#sensitivity
ConfidentialityLevel#name
ConfidentialityLevel#comment
ConfidentialityLevel#isValidIn
ConfidentialityLevel#isAssociatedWith
ConfidentialityLevel#type
Protocol#id
Protocol#notice
Protocol#description
Protocol#sensitivity
Protocol#name
Protocol#comment
Protocol#isValidIn
Protocol#isAssociatedWith
Protocol#type
Protocol#isoLevel
Flow#id
Flow#notice
Flow#description
Flow#sensitivity
Flow#name
Flow#comment
Flow#isValidIn
Flow#isAssociatedWith
Flow#type
Flow#unit
Other#id
Other#notice
Other#description
Other#sensitivity
Other#name
Other#comment
Other#isValidIn
Other#isAssociatedWith
Other#type
ProjectContextElement#id
ProjectContextElement#notice
ProjectContextElement#description
ProjectContextElement#sensitivity
ProjectContextElement#name
ProjectContextElement#comment
ProjectContextElement#isValidIn
ProjectContextElement#isAssociatedWith
ProjectContextElement#type
DataClass#id
DataClass#notice
DataClass#description
DataClass#sensitivity
DataClass#name
DataClass#comment
DataClass#isValidIn
DataClass#isAssociatedWith
Event#id
Event#notice
Event#description
Event#sensitivity
Event#name
Event#comment
Event#isValidIn
Event#isAssociatedWith
Risk#id
Risk#notice
Risk#description
Risk#sensitivity
Risk#name
Risk#comment
Risk#isValidIn
Risk#isAssociatedWith
Risk#disponibilityLevel
Risk#integrityLevel
Risk#confidencialityLevel
Risk#isCoveredByCR
Risk#isCoveredByAO
Risk#isCoveredByMO
Risk#isCoveredByDR
Risk#relatesToRO
Risk#relatesToCO
Risk#isGeneratedBy
Stake#id
Stake#notice
Stake#description
Stake#sensitivity
Stake#name
Stake#comment
Stake#isValidIn
Stake#isAssociatedWith
Stake#type
Stake#relativeDate
Stake#unit
Stake#date
Stake#events
Requirement#id
Requirement#notice
Requirement#description
Requirement#sensitivity
Requirement#name
Requirement#comment
Requirement#isValidIn
Requirement#isAssociatedWith
Requirement#criticality
Requirement#priority
Requirement#state
Requirement#isCoveredBy
Requirement#characterizes
CountermeasureRequirement#id
CountermeasureRequirement#notice
CountermeasureRequirement#description
CountermeasureRequirement#sensitivity
CountermeasureRequirement#name
CountermeasureRequirement#comment
CountermeasureRequirement#isValidIn
CountermeasureRequirement#isAssociatedWith
CountermeasureRequirement#criticality
CountermeasureRequirement#priority
CountermeasureRequirement#state
CountermeasureRequirement#isCoveredBy
CountermeasureRequirement#characterizes
CountermeasureRequirement#type
CountermeasureRequirement#residualVulnerability
TechnicalRequirement#id
TechnicalRequirement#notice
TechnicalRequirement#description
TechnicalRequirement#sensitivity
TechnicalRequirement#name
TechnicalRequirement#comment
TechnicalRequirement#isValidIn
TechnicalRequirement#isAssociatedWith
TechnicalRequirement#criticality
TechnicalRequirement#priority
TechnicalRequirement#state
TechnicalRequirement#isCoveredBy
TechnicalRequirement#characterizes
PerformanceRequirement#id
PerformanceRequirement#notice
PerformanceRequirement#description
PerformanceRequirement#sensitivity
PerformanceRequirement#name
PerformanceRequirement#comment
PerformanceRequirement#isValidIn
PerformanceRequirement#isAssociatedWith
PerformanceRequirement#criticality
PerformanceRequirement#priority
PerformanceRequirement#state
PerformanceRequirement#isCoveredBy
PerformanceRequirement#characterizes
InteroperabilityRequirement#id
InteroperabilityRequirement#notice
InteroperabilityRequirement#description
InteroperabilityRequirement#sensitivity
InteroperabilityRequirement#name
InteroperabilityRequirement#comment
InteroperabilityRequirement#isValidIn
InteroperabilityRequirement#isAssociatedWith
InteroperabilityRequirement#criticality
InteroperabilityRequirement#priority
InteroperabilityRequirement#state
InteroperabilityRequirement#isCoveredBy
InteroperabilityRequirement#characterizes
OperationalRequirement#id
OperationalRequirement#notice
OperationalRequirement#description
OperationalRequirement#sensitivity
OperationalRequirement#name
OperationalRequirement#comment
OperationalRequirement#isValidIn
OperationalRequirement#isAssociatedWith
OperationalRequirement#criticality
OperationalRequirement#priority
OperationalRequirement#state
OperationalRequirement#isCoveredBy
OperationalRequirement#characterizes
SecurityRequirement#id
SecurityRequirement#notice
SecurityRequirement#description
SecurityRequirement#sensitivity
SecurityRequirement#name
SecurityRequirement#comment
SecurityRequirement#isValidIn
SecurityRequirement#isAssociatedWith
SecurityRequirement#criticality
SecurityRequirement#priority
SecurityRequirement#state
SecurityRequirement#isCoveredBy
SecurityRequirement#characterizes
Means#id
Means#notice
Means#description
Means#sensitivity
Means#name
Means#comment
Means#isValidIn
Means#isAssociatedWith
Means#isProvidedBy
DomainRelation#id
DomainRelation#notice
DomainRelation#description
DomainRelation#sensitivity
DomainRelation#name
DomainRelation#comment
DomainRelation#isValidIn
DomainRelation#isAssociatedWith
HierarchicalRelation#id
HierarchicalRelation#notice
HierarchicalRelation#description
HierarchicalRelation#sensitivity
HierarchicalRelation#name
HierarchicalRelation#comment
HierarchicalRelation#isValidIn
HierarchicalRelation#isAssociatedWith
FunctionalRelation#id
FunctionalRelation#notice
FunctionalRelation#description
FunctionalRelation#sensitivity
FunctionalRelation#name
FunctionalRelation#comment
FunctionalRelation#isValidIn
FunctionalRelation#isAssociatedWith
FunctionalRelation#necessaryObjectOF
FunctionalRelation#dependentObjectOF
FunctionalRelation#necessaryObjectOO
FunctionalRelation#dependentObjectOO
FunctionalRelation#necessaryObjectP
FunctionalRelation#dependentObjectP
Dependence#id
Dependence#notice
Dependence#description
Dependence#sensitivity
Dependence#name
Dependence#comment
Dependence#isValidIn
Dependence#isAssociatedWith
Dependence#type
Dependence#necessaryObjectS
Dependence#dependentObjectS
Dependence#necessaryObjectLC
Dependence#dependentObjectLC
Dependence#necessaryObjectP
Dependence#dependentObjectP
Dependence#necessaryObjectC
Dependence#dependentObjectC
Dependence#necessaryObjectIS
Dependence#dependentObjectIS
ArchitectureObject#id
ArchitectureObject#notice
ArchitectureObject#description
ArchitectureObject#sensitivity
ArchitectureObject#name
ArchitectureObject#comment
ArchitectureObject#isValidIn
ArchitectureObject#isAssociatedWith
ReusableObject#id
ReusableObject#notice
ReusableObject#description
ReusableObject#sensitivity
ReusableObject#name
ReusableObject#comment
ReusableObject#isValidIn
ReusableObject#isAssociatedWith
ReusableObject#membership
ReusableObject#confidentialityLevel
ReusableObject#belongsTo
ReusableObject#isAttachedToIS
ReusableObject#isAttachedToA
ReusableObject#isA
Site#id
Site#notice
Site#description
Site#sensitivity
Site#name
Site#comment
Site#isValidIn
Site#isAssociatedWith
Site#membership
Site#confidentialityLevel
Site#belongsTo
Site#isAttachedToIS
Site#isAttachedToA
Site#isA
Site#composedOf
Site#type
Site#localization
Site#deployedObjects
GenericSite#id
GenericSite#notice
GenericSite#description
GenericSite#sensitivity
GenericSite#name
GenericSite#comment
GenericSite#isValidIn
GenericSite#isAssociatedWith
GenericSite#membership
GenericSite#confidentialityLevel
GenericSite#belongsTo
GenericSite#isAttachedToIS
GenericSite#isAttachedToA
GenericSite#isA
GenericSite#composedOf
Package#id
Package#notice
Package#description
Package#sensitivity
Package#name
Package#comment
Package#isValidIn
Package#isAssociatedWith
Package#membership
Package#confidentialityLevel
Package#belongsTo
Package#isAttachedToIS
Package#isAttachedToA
Package#isA
Package#subPackage
Package#time
Package#groupedObjects
Package#isCoveredByLC
Package#isCoveredByTC
Package#composedOf
Service#id
Service#notice
Service#description
Service#sensitivity
Service#name
Service#comment
Service#isValidIn
Service#isAssociatedWith
Service#membership
Service#confidentialityLevel
Service#belongsTo
Service#isAttachedToIS
Service#isAttachedToA
Service#isA
Service#Statut
Service#isASpecializationOf
Service#isCoveredBy
TechnicalComponent#id
TechnicalComponent#notice
TechnicalComponent#description
TechnicalComponent#sensitivity
TechnicalComponent#name
TechnicalComponent#comment
TechnicalComponent#isValidIn
TechnicalComponent#isAssociatedWith
TechnicalComponent#membership
TechnicalComponent#confidentialityLevel
TechnicalComponent#belongsTo
TechnicalComponent#isAttachedToIS
TechnicalComponent#isAttachedToA
TechnicalComponent#isA
TechnicalComponent#type
TechnicalComponent#cots
TechnicalComponent#editor
TechnicalComponent#constructor
TechnicalComponent#version
TechnicalComponent#technology
TechnicalComponent#definedExtension
TechnicalComponent#statut
TechnicalComponent#composedOf
TechnicalComponent#isASpecializationOf
TechnicalComponent#interfaces
LogicalComponent#id
LogicalComponent#notice
LogicalComponent#description
LogicalComponent#sensitivity
LogicalComponent#name
LogicalComponent#comment
LogicalComponent#isValidIn
LogicalComponent#isAssociatedWith
LogicalComponent#membership
LogicalComponent#confidentialityLevel
LogicalComponent#belongsTo
LogicalComponent#isAttachedToIS
LogicalComponent#isAttachedToA
LogicalComponent#isA
LogicalComponent#type
LogicalComponent#statut
LogicalComponent#composedOf
LogicalComponent#isASpecializationOf
LogicalComponent#interfaces
LogicalComponent#isCoveredBy
OperationalFunction#id
OperationalFunction#notice
OperationalFunction#description
OperationalFunction#sensitivity
OperationalFunction#name
OperationalFunction#comment
OperationalFunction#isValidIn
OperationalFunction#isAssociatedWith
OperationalFunction#membership
OperationalFunction#confidentialityLevel
OperationalFunction#belongsTo
OperationalFunction#isAttachedToIS
OperationalFunction#isAttachedToA
OperationalFunction#isA
OperationalFunction#composedOf
OperationalFunction#isCoveredByP
OperationalFunction#isCoveredByS
OrganizationObject#id
OrganizationObject#notice
OrganizationObject#description
OrganizationObject#sensitivity
OrganizationObject#name
OrganizationObject#comment
OrganizationObject#isValidIn
OrganizationObject#isAssociatedWith
OrganizationObject#membership
OrganizationObject#confidentialityLevel
OrganizationObject#belongsTo
OrganizationObject#isAttachedToIS
OrganizationObject#isAttachedToA
OrganizationObject#isA
OrganizationObject#time
OrganizationObject#subordinate
OrganizationObject#superior
Center#id
Center#notice
Center#description
Center#sensitivity
Center#name
Center#comment
Center#isValidIn
Center#isAssociatedWith
Center#membership
Center#confidentialityLevel
Center#belongsTo
Center#isAttachedToIS
Center#isAttachedToA
Center#isA
Center#time
Center#subordinate
Center#superior
Center#centers
Center#deployedObjects
GenericCenter#id
GenericCenter#notice
GenericCenter#description
GenericCenter#sensitivity
GenericCenter#name
GenericCenter#comment
GenericCenter#isValidIn
GenericCenter#isAssociatedWith
GenericCenter#membership
GenericCenter#confidentialityLevel
GenericCenter#belongsTo
GenericCenter#isAttachedToIS
GenericCenter#isAttachedToA
GenericCenter#isA
GenericCenter#time
GenericCenter#subordinate
GenericCenter#superior
GenericCenter#centers
InformationSystem#id
InformationSystem#notice
InformationSystem#description
InformationSystem#sensitivity
InformationSystem#name
InformationSystem#comment
InformationSystem#isValidIn
InformationSystem#isAssociatedWith
InformationSystem#membership
InformationSystem#confidentialityLevel
InformationSystem#belongsTo
InformationSystem#isAttachedToIS
InformationSystem#isAttachedToA
InformationSystem#isA
InformationSystem#time
InformationSystem#subordinate
InformationSystem#superior
InformationSystem#nature
InformationSystem#version
InformationSystem#membershipCountry
InformationSystem#currentLocation
InformationSystem#startServiceDate
InformationSystem#stopServiceDate
InformationSystem#isGeneric
InformationSystem#functionalDomain
InformationSystem#type
InformationSystem#composedOf
InformationSystem#associatedProjects
InformationSystem#defines
InformationSystem#fulfills
InformationSystem#fixes
InformationSystem#usedBy
InformationSystem#interfaces
Role#id
Role#notice
Role#description
Role#sensitivity
Role#name
Role#comment
Role#isValidIn
Role#isAssociatedWith
Role#membership
Role#confidentialityLevel
Role#belongsTo
Role#isAttachedToIS
Role#isAttachedToA
Role#isA
Role#time
Role#subordinate
Role#superior
Role#roles
Role#type
GenericRole#id
GenericRole#notice
GenericRole#description
GenericRole#sensitivity
GenericRole#name
GenericRole#comment
GenericRole#isValidIn
GenericRole#isAssociatedWith
GenericRole#membership
GenericRole#confidentialityLevel
GenericRole#belongsTo
GenericRole#isAttachedToIS
GenericRole#isAttachedToA
GenericRole#isA
GenericRole#time
GenericRole#subordinate
GenericRole#superior
GenericRole#roles
Actor#id
Actor#notice
Actor#description
Actor#sensitivity
Actor#name
Actor#comment
Actor#isValidIn
Actor#isAssociatedWith
Actor#membership
Actor#confidentialityLevel
Actor#belongsTo
Actor#isAttachedToIS
Actor#isAttachedToA
Actor#isA
Actor#time
Actor#subordinate
Actor#superior
Actor#actors
GenericActor#id
GenericActor#notice
GenericActor#description
GenericActor#sensitivity
GenericActor#name
GenericActor#comment
GenericActor#isValidIn
GenericActor#isAssociatedWith
GenericActor#membership
GenericActor#confidentialityLevel
GenericActor#belongsTo
GenericActor#isAttachedToIS
GenericActor#isAttachedToA
GenericActor#isA
GenericActor#time
GenericActor#subordinate
GenericActor#superior
GenericActor#actors
TelecomOperator#id
TelecomOperator#notice
TelecomOperator#description
TelecomOperator#sensitivity
TelecomOperator#name
TelecomOperator#comment
TelecomOperator#isValidIn
TelecomOperator#isAssociatedWith
TelecomOperator#membership
TelecomOperator#confidentialityLevel
TelecomOperator#belongsTo
TelecomOperator#isAttachedToIS
TelecomOperator#isAttachedToA
TelecomOperator#isA
TelecomOperator#time
TelecomOperator#subordinate
TelecomOperator#superior
TelecomOperator#actors
TelecomOperator#contractType
TelecomOperator#interfaces
CommunicationObject#id
CommunicationObject#notice
CommunicationObject#description
CommunicationObject#sensitivity
CommunicationObject#name
CommunicationObject#comment
CommunicationObject#isValidIn
CommunicationObject#isAssociatedWith
CommunicationObject#confidentialityLevel
CommunicationObject#belongsTo
Interface#id
Interface#notice
Interface#description
Interface#sensitivity
Interface#name
Interface#comment
Interface#isValidIn
Interface#isAssociatedWith
Interface#confidentialityLevel
Interface#belongsTo
Interface#characteristics
Interface#composedOf
Interconnection#id
Interconnection#notice
Interconnection#description
Interconnection#sensitivity
Interconnection#name
Interconnection#comment
Interconnection#isValidIn
Interconnection#isAssociatedWith
Interconnection#confidentialityLevel
Interconnection#belongsTo
Interconnection#linkType
Interconnection#between
InformationFlow#id
InformationFlow#notice
InformationFlow#description
InformationFlow#sensitivity
InformationFlow#name
InformationFlow#comment
InformationFlow#isValidIn
InformationFlow#isAssociatedWith
InformationFlow#confidentialityLevel
InformationFlow#belongsTo
InformationFlow#priority
InformationFlow#frequency
InformationFlow#media
InformationFlow#continuity
InformationFlow#myContainer
InformationFlow#time
InformationFlow#availabilityRatio
InformationFlow#integrity
InformationFlow#interoperabilityLevel
InformationFlow#mediumFlow
InformationFlow#maximumFlow
InformationFlow#duration
InformationFlow#unitMediumFlow
InformationFlow#averageEvent
InformationFlow#maximumFlowOverOneDuration
InformationFlow#transports
InformationFlow#receiverP
InformationFlow#transmitterP
InformationFlow#receiverOO
InformationFlow#transmitterOO
InformationFlow#receiverOF
InformationFlow#transmitterOF
Traffic#id
Traffic#notice
Traffic#description
Traffic#sensitivity
Traffic#name
Traffic#comment
Traffic#isValidIn
Traffic#isAssociatedWith
Traffic#confidentialityLevel
Traffic#belongsTo
Traffic#sequence
Traffic#type
Traffic#interoperabilityLevel
Traffic#trafficClass
Traffic#dataClass
Traffic#receiverP
Traffic#transmitterP
Traffic#receiverIS
Traffic#transmitterIS
Traffic#receiverC
Traffic#transmitterC
Traffic#receiverTO
Traffic#transmitterTO
Traffic#receiverLC
Traffic#transmitterLC
Traffic#receiverTC
Traffic#transmitterTC
Information#id
Information#notice
Information#description
Information#sensitivity
Information#name
Information#comment
Information#isValidIn
Information#isAssociatedWith
Information#confidentialityLevel
Information#belongsTo
Information#format
Information#storageSupport
Information#persistence
Information#DataType
ReferenceObject#id
ReferenceObject#name
ReferenceObject#description
ReferenceTechnicalComponent#id
ReferenceTechnicalComponent#name
ReferenceTechnicalComponent#description
ReferenceTechnicalComponent#composedOf
TechnicalComponentReferenceFrame#id
TechnicalComponentReferenceFrame#name
TechnicalComponentReferenceFrame#description
TechnicalComponentReferenceFrame#composedOf
ReferenceLogicalComponent#id
ReferenceLogicalComponent#name
ReferenceLogicalComponent#description
ReferenceLogicalComponent#composedOf
ReferenceService#id
ReferenceService#name
ReferenceService#description
ReferenceService#composedOf
Process#id
Process#isCoveredByP
Process#isCoveredByS
Procedure#id
Procedure#isCoveredByP
Procedure#isCoveredByS
Operation#id
Operation#isCoveredByP
Operation#isCoveredByS
Activity#id
Activity#isCoveredByP
Activity#isisCoveredByS