blob: 30bf1d42c677023b4343512855f50a80c62e4b7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
Delivery
--------
Describe how functions are packaged into run-time components. For some components a block diagram may be useful.
As mentioned in the architecture chapter, Usecase-UI mainly comprises two modules: the UI module and the Server module.
* UI Docker: The main GUI for LCM and Monitor functions are performed in this module. The module provides Lifecycle CRUD operation interfaces and system alarm/performance monitor.
* Server Docker: This module provides APIs for usecase-ui inside. Lifecycle Management and alarm/performance data Management are implemented by this module.
|