File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/extensions/score_metamodel Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -520,7 +520,7 @@ needs_types:
520520 safety : ^(QM|ASIL_B)$
521521 # req-Id: tool_req__docs_common_attr_status
522522 status : ^(valid|invalid)$
523- optional_links :
523+ mandatory_links :
524524 includes : comp
525525 tags :
526526 - architecture_element
@@ -534,7 +534,7 @@ needs_types:
534534 style : card
535535 optional_links :
536536 belongs_to : mod # for evaluation
537- includes : comp, comp_arc_sta # deprecated
537+ includes : comp
538538 tags :
539539 - architecture_view
540540 parts : 3
@@ -584,8 +584,8 @@ needs_types:
584584 status : ^(valid|invalid)$
585585 optional_links :
586586 fulfils : comp_req
587- implements : logic_arc_int, real_arc_int_op
588- includes : comp_arc_sta, comp
587+ implements : logic_arc_int, real_arc_int_op # deprecated, views does not implement anything. Now moved to comp
588+ includes : comp
589589 uses : logic_arc_int, real_arc_int_op
590590 belongs_to : comp # TODO: make it mandatory
591591 tags :
You can’t perform that action at this time.
0 commit comments