blob: 66c5f365122bd46129223a7dc67d6b0aa52ddb2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. Copyright 2021 ONAP contributors, Nokia
Design
======
..
* This section is used to describe the internal design structure of a
software component.
* This section is typically provided: for a platform-component and sdk; and
referenced in developer guides.
Design principles
-----------------
..
List the basic principles of the component and best practices, as well.
Static design
-------------
..
Description of classes, objects, etc.
Dynamic view
------------
..
Communication/interaction of objects when implementing the use cases.
|