Skip to content

Commit 0fdee30

Browse files
prepare independend module repos (#432)
1 parent e03cc09 commit 0fdee30

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

src/extensions/score_metamodel/metamodel.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,11 @@ needs_types:
405405
safety: ^(QM|ASIL_B)$
406406
# req-Id: tool_req__docs_common_attr_status
407407
status: ^(valid|invalid)$
408-
mandatory_links:
408+
optional_links:
409+
consists_of: comp # preparation for linking change according to DR-005
409410
includes: ^logic_arc_int(_op)*__.+$
410-
consists_of: comp
411+
uses: ^logic_arc_int(_op)*__.+$
412+
provides: ^logic_arc_int(_op)*__.+$ # preparation for linking change according to DR-005
411413
tags:
412414
- architecture_element
413415
parts: 2
@@ -556,6 +558,7 @@ needs_types:
556558
implements: logic_arc_int, real_arc_int_op
557559
uses: logic_arc_int, real_arc_int_op
558560
consists_of: comp
561+
belongs_to: feat # preparation for linking change according to DR-005
559562
tags:
560563
- architecture_element
561564
parts: 2
@@ -942,6 +945,10 @@ needs_extra_links:
942945
incoming: used by
943946
outgoing: uses
944947

948+
provides:
949+
incoming: provided by
950+
outgoing: provides
951+
945952
includes:
946953
incoming: included by
947954
outgoing: includes

0 commit comments

Comments
 (0)