Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Logical Interfaces
:status: invalid
:version: 1
:fulfils: feat_req__feature_name__some_title
:included_by: feat__feature_name
General Interface Description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ Abstract
:safety: ASIL_B
:status: invalid
:version: 1
:includes: logic_arc_int__feature_name__interface_name1
General Feature Description
Expand Down

@masc2023 masc2023 Jul 30, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aschemmel-tech aschemmel-tech Jul 30, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

another one is in https://eclipse-score.github.io/process_description/main/process_areas/architecture_design/guidance/architecture_process_reqs.html#gd_req__arch_build_blocks_corr
and when you are at it, please check if the optional "includes" link from logic_arc_int to logic_arc_int_op makes sense? wouldn't this be added automatically as back-link?

From @RolandJentschETAS : That's independent of the current change. Can we discuss it separate ? For example in the next process meeting, because that shows the current state in docs_as_code meta model.

@RolandJentschETAS RolandJentschETAS Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The other 2 pictures are also changed.
The traceability pictures does not contain the logical interface. Therefore they are fine.
The requirement picture is now also changed.
The "logic_arc_int to logic_arc_int_op" is the current state in the metamodel of docs as code. So both are defined independently. At this time when the picture was updated, I added the status quo of the yaml. I propose to discuss this independently from the current PR, because the link direction concept is not clear for me. The link itself is used in the launchmanager for the lifecycle interface.

@masc2023 masc2023 Jul 30, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But fulfills is now optional, must be removed here,
https://eclipse-score.github.io/process_description/main/general_concepts/score_building_blocks_concept.html#hint-for-tool-implementation

that images shows only mandatory links

@RolandJentschETAS RolandJentschETAS Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no access to this link ... But it is the simplified picture ? Have done it.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ The following section links to the rendered feature example that is now maintain
:safety: ASIL_B
:status: invalid
:version: 1
:includes: logic_arc_int__feature_name__interface_name
:consists_of: comp__component_name

.. feat_arc_sta:: Feature Static Architecture View Getting Started
Expand Down Expand Up @@ -573,4 +572,4 @@ Limitations

* Grouping functionality needs improvement
* Manual extendability is limited to the same type as the underlying drawing, either class or association diagram types
* Currently only uses the need attributes *includes, uses, implements*
* Currently only uses the need attributes *includes, included_by, uses, implements*
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Architectural Model
.. gd_req:: Correlations of the architectural building blocks
:id: gd_req__arch_build_blocks_corr
:status: valid
:version: 1
:version: 2
:tags: done_automation
:complies: std_req__iso26262__support_6431[version==1], std_req__iso26262__support_6432[version==1]
:satisfies: wf__cr_mt_featarch[version==1], wf__cr_mt_comparch[version==1]
Expand Down Expand Up @@ -326,11 +326,11 @@ Checks for Architectural Design
.. gd_req:: Check of Architecture consistency interfaces in modules
:id: gd_req__arch_consistency_interf
:status: valid
:version: 1
:version: 2
:tags: prio_2_automation, model, check
:satisfies: wf__cr_mt_featarch[version==1], wf__cr_mt_comparch[version==1]

It shall be checked if any interface referred by the features (link from Feature to Logical Arc. Interfaces must be defined and exists) is matched by an "implements" link in the Module (from component to Logical Arc. Interface). Additionally it shall be checked if the feature architecture are linked against at least one logical architectural interface.
It shall be checked if any interface linked to the features (link from Logical Arc. Interface to Feature via the "included_by" link must be defined and exists) is matched by an "implements" link in the Module (from component to Logical Arc. Interface). Additionally it shall be checked if the feature architecture are linked against at least one logical architectural interface.

.. gd_req:: Check of Architecture consistency in dynamic architecture
:id: gd_req__arch_consistency_dynamic
Expand Down
Loading