Blame view

doc/uml/usecases/alert_manager_usc.txt 315 Bytes
164eebbd   haribo   UML and comments
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@startuml

title Alert Manager

actor User
actor "Burst Advocate" as BA
actor System

:User: --> (See alert list)
:User: --> (Access alert results)
:BA: -- :User:
:BA: --> (Change alert strategy)

:System: --> (Retrieve alert)
:System: --> (Check alert validity)
:System: --> (Transform alerts in requests)

@enduml