blob: b91c1cc14e1b475426420d915048f86beed7a2ec (
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
|
format 75
"jogl"
revision 11
modified_by 2 "sven"
// class settings
default_attribute_visibility private default_relation_visibility private default_operation_visibility public
//class diagram settings
draw_all_relations yes hide_attributes no hide_operations no hide_getset_operations no show_members_full_definition no show_members_visibility no show_members_stereotype no show_members_context no show_members_multiplicity no show_members_initialization no show_attribute_modifiers no member_max_width 127 show_parameter_dir yes show_parameter_name yes package_name_in_tab no class_drawing_mode natural drawing_language uml show_context_mode no auto_label_position yes show_relation_modifiers no show_relation_visibility no show_infonote no shadow yes show_stereotype_properties no
//use case diagram settings
package_name_in_tab no show_context no auto_label_position yes draw_all_relations yes class_drawing_mode actor shadow yes show_stereotype_properties no
//sequence diagram settings
show_full_operations_definition no write_horizontally yes class_drawing_mode natural drawing_language uml draw_all_relations yes shadow yes show_stereotype_properties no show_class_context_mode no show_msg_context_mode no
//collaboration diagram settings
show_full_operations_definition no show_hierarchical_rank no write_horizontally yes drawing_language uml package_name_in_tab no show_context no show_msg_context no draw_all_relations yes shadow yes show_stereotype_properties no
//object diagram settings
write_horizontally yes package_name_in_tab no show_context no auto_label_position yes draw_all_relations yes shadow yes show_stereotype_properties no
//component diagram settings
package_name_in_tab no show_context no auto_label_position yes draw_all_relations yes shadow yes
draw_component_as_icon no show_component_req_prov no show_component_rea no show_stereotype_properties no
//deployment diagram settings
package_name_in_tab no show_context no write_horizontally yes auto_label_position yes draw_all_relations yes shadow yes
draw_component_as_icon no show_component_req_prov no show_component_rea no show_stereotype_properties no
//state diagram settings
package_name_in_tab no show_context no auto_label_position yes write_trans_label_horizontally yes show_trans_definition no draw_all_relations yes shadow yes
show_activities yes region_horizontally yes drawing_language uml show_stereotype_properties no
//activity diagram settings
package_name_in_tab no show_context no show_opaque_action_definition no auto_label_position yes write_flow_label_horizontally no draw_all_relations yes shadow yes
show_infonote yes drawing_language uml show_stereotype_properties no
class_color yellow duration_color transparent continuation_color gray note_color blue fragment_color transparent subject_color transparent usecase_color yellow package_color transparent component_color green artifact_color green deploymentnode_color gray state_color yellow stateaction_color transparent activity_color transparent activityregion_color transparent activitypartition_color transparent activityaction_color transparent parameterpin_color white
font_size 10
diagram_format A4
image_root_dir ""
mark_for_import
ncouples 1
key "html dir" value "c:/projects/JOGAMP/jogl/doc/bouml/html-svg/"
classview 128069 "javax.media.opengl"
//class diagram settings
draw_all_relations default hide_attributes default hide_operations default hide_getset_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_members_context default show_members_multiplicity default show_members_initialization default show_attribute_modifiers default member_max_width 0 show_parameter_dir default show_parameter_name default package_name_in_tab default class_drawing_mode default drawing_language default show_context_mode default auto_label_position default show_relation_modifiers default show_relation_visibility default show_infonote default shadow default show_stereotype_properties default
//collaboration diagram settings
show_full_operations_definition default show_hierarchical_rank default write_horizontally default drawing_language default package_name_in_tab default show_context default show_msg_context default draw_all_relations default shadow default show_stereotype_properties default
//object diagram settings
write_horizontally default package_name_in_tab default show_context default auto_label_position default draw_all_relations default shadow default show_stereotype_properties default
//sequence diagram settings
show_full_operations_definition default write_horizontally default class_drawing_mode default drawing_language default draw_all_relations default shadow default show_stereotype_properties default show_class_context_mode default show_msg_context_mode default
//state diagram settings
package_name_in_tab default show_context default auto_label_position default write_trans_label_horizontally default show_trans_definition default draw_all_relations default shadow default
show_activities default region_horizontally default drawing_language default show_stereotype_properties default
//class settings
//activity diagram settings
package_name_in_tab default show_context default show_opaque_action_definition default auto_label_position default write_flow_label_horizontally default draw_all_relations default shadow default
show_infonote default drawing_language default show_stereotype_properties default
classdiagram 128069 "OpenGL Interfaces - All"
draw_all_relations no hide_attributes default hide_operations default hide_getset_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_members_context default show_members_multiplicity default show_members_initialization default show_attribute_modifiers default member_max_width 0 show_parameter_dir default show_parameter_name default package_name_in_tab default class_drawing_mode default drawing_language default show_context_mode default auto_label_position default show_relation_modifiers default show_relation_visibility default show_infonote default shadow default show_stereotype_properties default
size A3-Landscape
end
classdiagram 134786 "OpenGL Interfaces - Core Only"
draw_all_relations no hide_attributes default hide_operations default hide_getset_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_members_context default show_members_multiplicity default show_members_initialization default show_attribute_modifiers default member_max_width 0 show_parameter_dir default show_parameter_name default package_name_in_tab default class_drawing_mode default drawing_language default show_context_mode default auto_label_position default show_relation_modifiers default show_relation_visibility default show_infonote default shadow default show_stereotype_properties default
size A3-Landscape
end
class 128069 "GL"
visibility public stereotype "interface"
cpp_decl ""
java_decl "${comment}${@}${visibility}interface ${name}${extends} {
${members}}
"
php_decl "${comment}${visibility}interface ${name} {
${members}}
"
python_2_2 python_decl ""
idl_decl "${comment}${abstract}${local}interface ${name}${inherit} {
${members}};
"
explicit_switch_type ""
classrelation 134085 // <generalisation>
relation 133061 ---|>
a public
java "${type}"
classrelation_ref 134085 // <generalisation>
b parent class_ref 132549 // GLBase
end
end
class 128197 "GL2ES1"
visibility public stereotype "interface"
cpp_decl ""
java_decl "${comment}${@}${visibility}interface ${name}${extends} {
${members}}
"
php_decl "${comment}${visibility}interface ${name} {
${members}}
"
python_2_2 python_decl ""
idl_decl "${comment}${abstract}${local}interface ${name}${inherit} {
${members}};
"
explicit_switch_type ""
classrelation 129221 // <generalisation>
relation 129221 ---|>
a public
java "${type}"
classrelation_ref 129221 // <generalisation>
b parent class_ref 128069 // GL
end
end
class 128325 "GLES1"
visibility public stereotype "interface"
cpp_decl ""
java_decl "${comment}${@}${visibility}interface ${name}${extends} {
${members}}
"
php_decl "${comment}${visibility}interface ${name} {
${members}}
"
python_2_2 python_decl ""
idl_decl "${comment}${abstract}${local}interface ${name}${inherit} {
${members}};
"
explicit_switch_type ""
classrelation 129477 // <generalisation>
relation 129477 ---|>
a public
java "${type}"
classrelation_ref 129477 // <generalisation>
b parent class_ref 128197 // GL2ES1
end
end
class 128453 "GL2"
visibility public stereotype "interface"
cpp_decl ""
java_decl "${comment}${@}${visibility}interface ${name}${extends} {
${members}}
"
php_decl "${comment}${visibility}interface ${name} {
${members}}
"
python_2_2 python_decl ""
idl_decl "${comment}${abstract}${local}interface ${name}${inherit} {
${members}};
"
explicit_switch_type ""
classrelation 129989 // <generalisation>
relation 129989 ---|>
a public
java "${type}"
classrelation_ref 129989 // <generalisation>
b parent class_ref 128709 // GL2GL3
end
classrelation 130245 // <generalisation>
relation 130245 ---|>
a public
java "${type}"
classrelation_ref 130245 // <generalisation>
b parent class_ref 128197 // GL2ES1
end
end
class 128581 "GL2ES2"
visibility public stereotype "interface"
cpp_decl ""
java_decl "${comment}${@}${visibility}interface ${name}${extends} {
${members}}
"
php_decl "${comment}${visibility}interface ${name} {
${members}}
"
python_2_2 python_decl ""
idl_decl "${comment}${abstract}${local}interface ${name}${inherit} {
${members}};
"
explicit_switch_type ""
classrelation 129349 // <generalisation>
relation 129349 ---|>
a public
java "${type}"
classrelation_ref 129349 // <generalisation>
b parent class_ref 128069 // GL
end
end
class 128709 "GL2GL3"
visibility public stereotype "interface"
cpp_decl ""
java_decl "${comment}${@}${visibility}interface ${name}${extends} {
${members}}
"
php_decl "${comment}${visibility}interface ${name} {
${members}}
"
python_2_2 python_decl ""
idl_decl "${comment}${abstract}${local}interface ${name}${inherit} {
${members}};
"
explicit_switch_type ""
classrelation 130117 // <generalisation>
relation 130117 ---|>
a public
java "${type}"
classrelation_ref 130117 // <generalisation>
b parent class_ref 128581 // GL2ES2
end
classrelation 136322 // <generalisation>
relation 136322 ---|>
a public
java "${type}"
classrelation_ref 136322 // <generalisation>
b parent class_ref 135298 // GL2ES3
end
end
class 128837 "GL3"
visibility public stereotype "interface"
cpp_decl ""
java_decl "${comment}${@}${visibility}interface ${name}${extends} {
${members}}
"
php_decl "${comment}${visibility}interface ${name} {
${members}}
"
python_2_2 python_decl ""
idl_decl "${comment}${abstract}${local}interface ${name}${inherit} {
${members}};
"
explicit_switch_type ""
classrelation 129861 // <generalisation>
relation 129861 ---|>
a public
java "${type}"
classrelation_ref 129861 // <generalisation>
b parent class_ref 128709 // GL2GL3
end
classrelation 136834 // <generalisation>
relation 136834 ---|>
a public
java "${type}"
classrelation_ref 136834 // <generalisation>
b parent class_ref 135170 // GL3ES3
end
end
class 128965 "GLES2"
visibility public stereotype "interface"
cpp_decl ""
java_decl "${comment}${@}${visibility}interface ${name}${extends} {
${members}}
"
php_decl "${comment}${visibility}interface ${name} {
${members}}
"
python_2_2 python_decl ""
idl_decl "${comment}${abstract}${local}interface ${name}${inherit} {
${members}};
"
explicit_switch_type ""
classrelation 129605 // <generalisation>
relation 129605 ---|>
a public
java "${type}"
classrelation_ref 129605 // <generalisation>
b parent class_ref 128581 // GL2ES2
end
end
class 130117 "GLContext"
abstract visibility package
cpp_decl ""
java_decl "${comment}${@}${visibility}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
classrelation 130757 // <association>
relation_ref 130501 // <association>
end
classrelation 134341 // <association>
relation_ref 133189 // <association>
end
end
class 130245 "GLDrawable"
abstract visibility package
cpp_decl ""
java_decl "${comment}${@}${visibility}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
classrelation 130629 // <association>
relation 130501 ----
a role_name "" multiplicity "0..1" private
java " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};
"
classrelation_ref 130629 // <association>
b role_name "" multiplicity "1" private
java " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};
"
classrelation_ref 130757 // <association>
end
classrelation 132421 // <association>
relation_ref 131653 // <association>
end
end
class 130501 "GL4bcImpl"
visibility private stereotype "entity"
cpp_decl ""
java_decl "${comment}${@}${visibility}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
classrelation 131141 // <realization>
relation 130885 -_-|>
a public
java "${type}"
classrelation_ref 131141 // <realization>
b parent class_ref 128837 // GL3
end
classrelation 128002 // <realization>
relation 128002 -_-|>
a public
java "${type}"
classrelation_ref 128002 // <realization>
b parent class_ref 128002 // GL3bc
end
classrelation 128130 // <realization>
relation 128130 -_-|>
a public
java "${type}"
classrelation_ref 128130 // <realization>
b parent class_ref 128258 // GL4bc
end
classrelation 128258 // <realization>
relation 128258 -_-|>
a public
java "${type}"
classrelation_ref 128258 // <realization>
b parent class_ref 128453 // GL2
end
classrelation 128386 // <realization>
relation 128386 -_-|>
a public
java "${type}"
classrelation_ref 128386 // <realization>
b parent class_ref 128130 // GL4
end
end
class 130629 "GLES3Impl"
visibility private stereotype "entity"
cpp_decl ""
java_decl "${comment}${@}${visibility}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
classrelation 137090 // <realization>
relation 137090 -_-|>
a public
java "${type}"
classrelation_ref 137090 // <realization>
b parent class_ref 128965 // GLES2
end
classrelation 137218 // <realization>
relation 137218 -_-|>
a public
java "${type}"
classrelation_ref 137218 // <realization>
b parent class_ref 134914 // GLES3
end
end
class 130757 "GLES1Impl"
visibility private stereotype "entity"
cpp_decl ""
java_decl "${comment}${@}${visibility}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
classrelation 130885 // <realization>
relation 130629 -_-|>
a public
java "${type}"
classrelation_ref 130885 // <realization>
b parent class_ref 128325 // GLES1
end
end
class 130885 "NativeWindow"
visibility package stereotype "interface"
cpp_decl ""
java_decl "${comment}${@}${visibility}interface ${name}${extends} {
${members}}
"
php_decl "${comment}${visibility}interface ${name} {
${members}}
"
python_2_2 python_decl ""
idl_decl "${comment}${abstract}${local}interface ${name}${inherit} {
${members}};
"
explicit_switch_type ""
classrelation 132165 // <association>
relation_ref 131525 // <association>
end
classrelation 132293 // <association>
relation 131653 ----
a role_name "" private
java " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};
"
classrelation_ref 132293 // <association>
b role_name "" private
java " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};
"
classrelation_ref 132421 // <association>
end
end
class 131013 "AbstractGraphicsConfiguration"
abstract visibility package
cpp_decl ""
java_decl "${comment}${@}${visibility}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
classrelation 131525 // chosen (<association>)
relation 131269 ----
a role_name "chosen" multiplicity "1" private
java " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};
"
classrelation_ref 131525 // chosen (<association>)
b role_name "" private
java " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};
"
classrelation_ref 131653 // <association>
end
classrelation 131909 // <association>
relation_ref 131397 // <association>
end
classrelation 132037 // <association>
relation 131525 ----
a role_name "" private
java " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};
"
classrelation_ref 132037 // <association>
b role_name "" private
java " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};
"
classrelation_ref 132165 // <association>
end
end
class 131141 "GLCapabilities"
visibility package
cpp_decl ""
java_decl "${comment}${@}${visibility}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
classrelation 131397 // <generalisation>
relation 131141 ---|>
a public
java "${type}"
classrelation_ref 131397 // <generalisation>
b parent class_ref 131269 // Capabilities
end
classrelation 132677 // <association>
relation_ref 131781 // <association>
end
classrelation 132933 // <association>
relation_ref 131909 // <association>
end
end
class 131269 "Capabilities"
visibility package
cpp_decl ""
java_decl "${comment}${@}${visibility}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
classrelation 131653 // <association>
relation_ref 131269 // <association>
end
classrelation 131781 // <association>
relation 131397 ----
a role_name "" private
java " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};
"
classrelation_ref 131781 // <association>
b role_name "requested" multiplicity "1" private
java " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};
"
classrelation_ref 131909 // <association>
end
end
class 131397 "GLProfile"
visibility package
cpp_decl ""
java_decl "${comment}${@}${visibility}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
classrelation 132549 // <association>
relation 131781 ----
a role_name "" private
java " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};
"
classrelation_ref 132549 // <association>
b role_name "" private
java " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};
"
classrelation_ref 132677 // <association>
end
classrelation 132805 // <association>
relation 131909 ----
a role_name "" private
java " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};
"
classrelation_ref 132805 // <association>
b role_name "" private
java " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};
"
classrelation_ref 132933 // <association>
end
end
class 132549 "GLBase"
visibility public stereotype "interface"
cpp_decl ""
java_decl "${comment}${@}${visibility}interface ${name}${extends} {
${members}}
"
php_decl "${comment}${visibility}interface ${name} {
${members}}
"
python_2_2 python_decl ""
idl_decl "${comment}${abstract}${local}interface ${name}${inherit} {
${members}};
"
explicit_switch_type ""
classrelation 134213 // <association>
relation 133189 ----
a role_name "" multiplicity "1" private
java " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};
"
classrelation_ref 134213 // <association>
b role_name "" multiplicity "1" private
java " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};
"
classrelation_ref 134341 // <association>
end
end
class 128002 "GL3bc"
visibility package stereotype "interface"
cpp_decl ""
java_decl "${comment}${@}${visibility}interface ${name}${extends} {
${members}}
"
php_decl "${comment}${visibility}interface ${name} {
${members}}
"
python_2_2 python_decl ""
idl_decl "${comment}${abstract}${local}interface ${name}${inherit} {
${members}};
"
explicit_switch_type ""
classrelation 128514 // <generalisation>
relation 128514 ---|>
a public
java "${type}"
classrelation_ref 128514 // <generalisation>
b parent class_ref 128453 // GL2
end
classrelation 128642 // <generalisation>
relation 128642 ---|>
a public
java "${type}"
classrelation_ref 128642 // <generalisation>
b parent class_ref 128837 // GL3
end
end
class 128130 "GL4"
visibility package stereotype "interface"
cpp_decl ""
java_decl "${comment}${@}${visibility}interface ${name}${extends} {
${members}}
"
php_decl "${comment}${visibility}interface ${name} {
${members}}
"
python_2_2 python_decl ""
idl_decl "${comment}${abstract}${local}interface ${name}${inherit} {
${members}};
"
explicit_switch_type ""
classrelation 128770 // <generalisation>
relation 128770 ---|>
a public
java "${type}"
classrelation_ref 128770 // <generalisation>
b parent class_ref 128837 // GL3
end
classrelation 136962 // <generalisation>
relation 136962 ---|>
a public
java "${type}"
classrelation_ref 136962 // <generalisation>
b parent class_ref 135042 // GL4ES3
end
end
class 128258 "GL4bc"
visibility package stereotype "interface"
cpp_decl ""
java_decl "${comment}${@}${visibility}interface ${name}${extends} {
${members}}
"
php_decl "${comment}${visibility}interface ${name} {
${members}}
"
python_2_2 python_decl ""
idl_decl "${comment}${abstract}${local}interface ${name}${inherit} {
${members}};
"
explicit_switch_type ""
classrelation 128898 // <generalisation>
relation 128898 ---|>
a public
java "${type}"
classrelation_ref 128898 // <generalisation>
b parent class_ref 128002 // GL3bc
end
classrelation 129026 // <generalisation>
relation 129026 ---|>
a public
java "${type}"
classrelation_ref 129026 // <generalisation>
b parent class_ref 128130 // GL4
end
end
class 128386 "GL2ES12"
visibility package stereotype "entity"
cpp_decl ""
java_decl "${comment}${@}${visibility}${final}${abstract}class ${name}${extends}${implements} {
${members}}
"
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
classrelation 129154 // <realization>
relation 129154 -_-|>
a public
java "${type}"
classrelation_ref 129154 // <realization>
b parent class_ref 128197 // GL2ES1
end
classrelation 129282 // <realization>
relation 129282 -_-|>
a public
java "${type}"
classrelation_ref 129282 // <realization>
b parent class_ref 128581 // GL2ES2
end
end
class 134914 "GLES3"
visibility public stereotype "@interface"
cpp_decl ""
java_decl "${comment}${@}${visibility}@interface ${name}${extends} {
${members}}
"
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
classrelation 135810 // <generalisation>
relation 135810 ---|>
a public
java "${type}"
classrelation_ref 135810 // <generalisation>
b parent class_ref 135042 // GL4ES3
end
end
class 135042 "GL4ES3"
visibility public stereotype "@interface"
cpp_decl ""
java_decl "${comment}${@}${visibility}@interface ${name}${extends} {
${members}}
"
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
classrelation 135938 // <generalisation>
relation 135938 ---|>
a public
java "${type}"
classrelation_ref 135938 // <generalisation>
b parent class_ref 135170 // GL3ES3
end
end
class 135170 "GL3ES3"
visibility public stereotype "@interface"
cpp_decl ""
java_decl "${comment}${@}${visibility}@interface ${name}${extends} {
${members}}
"
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
classrelation 136066 // <generalisation>
relation 136066 ---|>
a public
java "${type}"
classrelation_ref 136066 // <generalisation>
b parent class_ref 135298 // GL2ES3
end
end
class 135298 "GL2ES3"
abstract visibility package stereotype "metaclass"
cpp_decl ""
java_decl "${comment}${@}${visibility}@interface ${name}${extends} {
${members}}
"
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
classrelation 136194 // <generalisation>
relation 136194 ---|>
a public
java "${type}"
classrelation_ref 136194 // <generalisation>
b parent class_ref 128581 // GL2ES2
end
end
end
end
|