Blame view

doc/uml/usecases/majordome_usc.txt 240 Bytes
164eebbd   haribo   UML and comments
1
2
3
4
5
6
7
8
9
10
11
12
13
@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