Process Requirements#
Static Diagram for Unit Interactions
|
status: valid
|
||||
The static diagram shall represent the unit and their relationships using UML notations. |
|||||
Dynamic Diagram for Unit Interactions
|
status: valid
|
||||
The dynamic diagram shall represent the unit and their relationships using UML notations. |
|||||
Design to Code Linking
|
status: valid
|
||||
The detailed design (units and interfaces in DD document) shall be linked to the source code which implements the units and interfaces in the DD. Note: Not every code element must have such a link (i.e. is represented in the detailed design), these elements are implementation detail. |
|||||
Dependency Analysis
|
status: valid
|
||||
For each component a dependency tree view shall be created to support design inspection and Safety Analysis. It shall show the libraries used by the component (i.e. which libraries are linked to the component, defined as CI build tool target) up to the leaves of the tree. |
|||||