-
Notifications
You must be signed in to change notification settings - Fork 19
modify description of architecture types and fix drawing #329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
RolandJentschETAS
wants to merge
9
commits into
eclipse-score:main
Choose a base branch
from
etas-contrib:fix_drawing
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
aea544b
modify description of architecture types and fix drawing
RolandJentschETAS 9002b24
fix review findings and add latest change of process
RolandJentschETAS 93eebf3
fix review findings
RolandJentschETAS 1ba320c
Update src/extensions/score_metamodel/metamodel.yaml
RolandJentschETAS 9eb162a
Update docs/internals/requirements/requirements.rst
RolandJentschETAS 2ebbd10
add architecture metamodel example
RolandJentschETAS ac17d57
Update src/extensions/score_metamodel/metamodel.yaml
RolandJentschETAS 4a70568
Fix comment wording in metamodel.yaml
RolandJentschETAS 35fc804
add copyright
RolandJentschETAS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
162 changes: 162 additions & 0 deletions
162
src/extensions/score_metamodel/tests/rst/architecture/architecture_tests.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,162 @@ | ||
| .. | ||
| # ******************************************************************************* | ||
| # Copyright (c) 2025 Contributors to the Eclipse Foundation | ||
| # | ||
| # See the NOTICE file(s) distributed with this work for additional | ||
| # information regarding copyright ownership. | ||
| # | ||
| # This program and the accompanying materials are made available under the | ||
| # terms of the Apache License Version 2.0 which is available at | ||
| # https://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
| # ******************************************************************************* | ||
|
|
||
| #CHECK: check_options | ||
|
|
||
| .. stkh_req:: Test Stakeholder Requirement 1 | ||
| :id: stkh_req__test_stakeholder_requirement_1__basic_stkh_req | ||
| :reqtype: Non-Functional | ||
| :safety: ASIL_B | ||
| :security: YES | ||
| :rationale: Exists just for the test the component / feature drawings | ||
| :status: invalid | ||
|
|
||
| .. feat_req:: Test Feature Requirement 1 | ||
| :id: feat_req__test_feature_1__test_req_1 | ||
| :reqtype: Process | ||
| :security: YES | ||
| :safety: ASIL_B | ||
| :satisfies: stkh_req__test_stakeholder_requirement_1__basic_stkh_req | ||
| :status: invalid | ||
|
|
||
| Test Feature Requirement 1 | ||
|
|
||
| .. feat:: Test Feature 1 | ||
| :id: feat__test_feature_1 | ||
| :security: YES | ||
| :safety: ASIL_B | ||
| :status: invalid | ||
| :includes: logic_arc_int__test_feature_1__test_interface_1, logic_arc_int_op__test_feature_1__test_operation_1 | ||
| :consists_of: comp__test_component_1, comp__test_component_2 | ||
|
|
||
| .. feat_arc_sta:: Test Feature Static View Feature 1 | ||
| :id: feat_arc_sta__test_feature_1__static_view | ||
| :security: YES | ||
| :safety: ASIL_B | ||
| :status: invalid | ||
| :fulfils: feat_req__test_feature_1__test_req_1 | ||
| :includes: logic_arc_int__test_feature_1__test_interface_1 | ||
|
|
||
| .. needarch | ||
| :scale: 50 | ||
| :align: center | ||
|
|
||
| {{ draw_feature(need(), needs) }} | ||
|
|
||
| .. feat_arc_dyn:: Test Feature Static Dynamic Feature 1 | ||
| :id: feat_arc_dyn__test_feature_1__dynamic_view | ||
| :security: YES | ||
| :safety: ASIL_B | ||
| :status: invalid | ||
| :fulfils: feat_req__test_feature_1__test_req_1 | ||
|
|
||
| Put here a sequence diagram | ||
|
|
||
| .. logic_arc_int:: Logic Interface Test 1 | ||
| :id: logic_arc_int__test_feature_1__test_interface_1 | ||
| :security: YES | ||
| :safety: ASIL_B | ||
| :status: invalid | ||
|
|
||
| .. logic_arc_int_op:: Logic Operation Test 1 | ||
| :id: logic_arc_int_op__test_feature_1__test_operation_1 | ||
| :security: YES | ||
| :safety: ASIL_B | ||
| :status: invalid | ||
| :included_by: logic_arc_int__test_feature_1__test_interface_1 | ||
|
|
||
| .. logic_arc_int:: Logic Interface Test 2 | ||
| :id: logic_arc_int__test_feature_1__test_interface_2 | ||
| :security: YES | ||
| :safety: ASIL_B | ||
| :status: invalid | ||
|
|
||
| Component 1 | ||
| ~~~~~~~~~~~ | ||
|
|
||
| .. comp:: Test Component 1 | ||
| :id: comp__test_component_1 | ||
| :security: YES | ||
| :safety: ASIL_B | ||
| :status: invalid | ||
| :implements: logic_arc_int__test_feature_1__test_interface_1 | ||
| :uses: logic_arc_int__test_feature_1__test_interface_2 | ||
| :consists_of: sw_unit__component_1__test_unit_1, comp__test_sub_component_1 | ||
|
|
||
| .. comp_req:: Test Component 1 Requirement 1 | ||
| :id: comp_req__test_component_1__requirement_1 | ||
| :reqtype: Process | ||
| :security: YES | ||
| :safety: ASIL_B | ||
| :satisfies: feat_req__test_feature_1__test_req_1 | ||
| :status: invalid | ||
|
|
||
| Test Component 1 Requirement | ||
|
|
||
| .. sw_unit:: SW Test Unit 1 | ||
| :id: sw_unit__component_1__test_unit_1 | ||
| :security: YES | ||
| :safety: ASIL_B | ||
| :status: invalid | ||
|
|
||
| .. comp:: Test Sub Component 1 | ||
| :id: comp__test_sub_component_1 | ||
| :security: YES | ||
| :safety: ASIL_B | ||
| :status: invalid | ||
| :implements: logic_arc_int__test_feature_1__test_interface_1 | ||
| :consists_of: sw_unit__sub_component_1__test_unit_2 | ||
|
|
||
| .. comp_arc_sta:: Test Component Architecture Component 1 | ||
| :id: comp_arc_sta__feature_name__component_name | ||
| :safety: ASIL_B | ||
| :security: YES | ||
| :status: invalid | ||
| :fulfils: comp_req__test_component_1__requirement_1 | ||
| :implements: logic_arc_int__test_feature_1__test_interface_1 | ||
| :belongs_to: comp__test_sub_component_1 | ||
|
|
||
| .. sw_unit:: SW Test Unit 2 | ||
| :id: sw_unit__sub_component_1__test_unit_2 | ||
| :security: YES | ||
| :safety: ASIL_B | ||
| :status: invalid | ||
|
|
||
| Component 1 | ||
| ~~~~~~~~~~~ | ||
|
|
||
| .. comp:: Test Component 2 | ||
| :id: comp__test_component_2 | ||
| :security: YES | ||
| :safety: QM | ||
| :status: invalid | ||
| :implements: logic_arc_int__test_feature_1__test_interface_2 | ||
|
|
||
| .. mod:: Feature Test Module 1 | ||
| :id: mod__test_feature_1_module_1 | ||
| :security: YES | ||
| :safety: ASIL_B | ||
| :status: valid | ||
| :includes: comp__test_component_1, comp__test_component_2 | ||
|
|
||
| .. mod_view_sta:: Feature Test Module 1 Static View | ||
| :id: mod_view_sta__test_feature_1_module_1__test_static_view_1 | ||
| :belongs_to: mod__test_feature_1_module_1 | ||
| :includes: comp_arc_sta__feature_name__component_name | ||
|
|
||
| .. needarch | ||
| :scale: 50 | ||
| :align: center | ||
|
|
||
| {{ draw_module(need(), needs) }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.