diff --git a/CHANGES.md b/CHANGES.md index 06233e7d..39e38785 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,7 @@ # SAF User Documentation : Changes |Date|Change| |--|--| +|2024-06-30.1|add proposed viewpoints supporting SAF development into new domain "SAF Developement"| |2024-06-23.1 |add concerns, stakeholders, rationale to justify framework development and specification viewpoints
- SAF Developer, SAF MBSE approach planner, SAF System Model user

revisit change grid definition viewpoint, status now under development.
- it has alternate table representation collecting diagrams conform to viewpoints
- added a concern| |2024-06-18.1|* all Stereotypes from SCM_Profile are prefixed "SCM_", not "SAF_". | |2024-06-15.1|* write down naming conventions for table and matrix representations of Viewpoints (postfixed with "_Matrix" and "_Table"
* Rename stereotypes accordingly (SAF_L8_LFUM_Matrix, SAF_O8_OPRM_Table, SAF_F8_SCYM_Table, SAF_O8_OCYM_Table, SAF_F8_SRQT_Matrix, SAF_F6_SRQD_Table, SAF_C7_PRND_Table, SAF_C2_TRMD_Table)
* new, because there is a table representation. They're currently not covered by example : SAF_F3_SSTA_Table, SAF_F3_SPRO_Table, SAF_F2_SDIK_Table, SAF_F1_SUCS_Table, SAF_F1_SCXE_Table, SAF_F1_SCXD_Table
* apply coloring legend to all viewpoint concept and profile diagrams, and redactional corrections
* In Grid Definition Viewpoint, the Implementation of Viewpoint is changed to a user usable SAF_Viewpoint defined by SAF Profile, late the SAF_Viewpoint in SCM profile will be renamed to SCM_Viewpoint, since it is used to specify SAF, and not to be intendet to be used in system models.
* Add a library of SAF_Viewpoint objects to SAF_Profile to be used to plan modeling using grid Definition VP. The viewpoint objects collect automatically all views(diagrams conform to the Viewpoint)
* SAF_LogicalContextRole did not inherit from part property
* remove exposure of elements related to domain item kinds in SDIK, since It is by no way covered by concerns of VP SDIK. | diff --git a/developing-saf/viewpoints/Stakeholder-Viewpoint.md b/developing-saf/viewpoints/Stakeholder-Viewpoint.md new file mode 100644 index 00000000..476e3605 --- /dev/null +++ b/developing-saf/viewpoints/Stakeholder-Viewpoint.md @@ -0,0 +1,40 @@ +![System Architecture Framework](../../diagrams/Banner_SAF.png) +# SAF Development Documentation : **D1_STKD** Stakeholder Viewpoint +|**Domain**|**Aspect**|**Maturity**| +| --- | --- | --- | +|[SAF Development](../../domains.md#Domain-SAF-Development)|[Context & Exchange](../../aspects.md#Aspect-Context-&-Exchange)|![Proposed](../../diagrams/Under_construction_icon-red.svg )[proposed](../../using-saf/maturity.md#proposed)| +## Example +![Stakeholder-Viewpoint-primary-example.svg](../../diagrams/vp-examples/Stakeholder-Viewpoint-primary-example.svg) +## Purpose +The Stakeholder Viewpoint provides definitions for Stakeholders having an interest in SAF Viewpoints. The Interest is formulated using Concerns. +## Applicability +The ... Viewpoint supports the ... in INCOSE SYSTEMS ENGINEERING HANDBOOK 2023. +## Presentation +A Block Definition Diagram (BDD) featuring *SCM_VPStakeholder* elements, and inheritance relationships if applicable. + +A table featuring *SCM_VPStakeholder* elements, their documentation, and the *SCM_VPConcern* elements representing the concerns of the stakeholders regarding to SAF Viewpoints. + +## Stakeholder +* [SAF Developer](../../stakeholders.md#SAF-Developer) +* [SAF MBSE approch planer](../../stakeholders.md#SAF-MBSE-approch-planer) +## Concern +* [Which concerns are related to the frameworks stakeholders?](../../concerns.md#_2024x_26f0132_1719129962342_738625_14755) +* [Who are the Stakeholders of the frameworks viewpoints?](../../concerns.md#_2024x_26f0132_1719129843876_724811_14744) +## Profile Model Reference +The following Stereotypes / Model Elements are used in the Viewpoint: +|Stereotype | realized Concept| +|---|---| +|[SCM_ConcernRationale](../../stereotypes.md#SCM_ConcernRationale)|[Rationale](../concept/concepts.md#Rationale)| +|[SCM_D2_STKD_Table](../../stereotypes.md#SCM_D2_STKD_Table)|[Stakeholder Viewpoint](../concept/concepts.md#Stakeholder-Viewpoint)| +|[SCM_VPConcern](../../stereotypes.md#SCM_VPConcern)|[Concern](../concept/concepts.md#Concern)| +|[SCM_VPStakeholder](../../stereotypes.md#SCM_VPStakeholder)|[Stakeholder](../concept/concepts.md#Stakeholder)| +## Input from other Viewpoints +### Required Viewpoints +*none* +### Recommended Viewpoints +*none* +# Viewpoint Concept and Profile Diagrams +## Concept +![Stakeholder Concept](diagrams/Stakeholder-Concept.svg) +## Profile +![Stakeholder Profile](diagrams/Stakeholder-Profile.svg)