Blame view

doc/uml/usecases/majordome_usc.txt 417 Bytes
64fc9a89   Etienne Pallier   - un peu de refac...
1
2
3
4
5
6
7
TODO: 
- start AlertManager et Monitoring
- lancer le premier Scheduling
- ...
Il faut récupérer ici plein de fonctions attribuées (par erreur de conception) à Monitoring


164eebbd   haribo   UML and comments
8
9
10
11
12
13
14
15
16
17
18
19
20
@startuml

title Majordome

actor System

:System: --> (Execute sequences)
:System: --> (Stop running and pending tasks)
:System: --> (Abort system)
:System: --> (Restart system)
:System: --> (Handle observation conditions changes)

@enduml