Files
IoT-Systems/use-case diagram/Діаграма-use-case-ua.puml

24 lines
768 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@startuml
rectangle IoT-Systems {
usecase "Збирати телеметрію (акселерометр +\nGPS)" as uc1
usecase "Надсилати телеметрію" as uc2
usecase "Обробляти телеметрію" as uc3
usecase "Визначати стан дороги (яма / bump /\nnormal)" as uc4
usecase "Переглядати позначки дефектів\nдороги" as uc5
usecase "Переглядати маршрут на мапі" as uc6
}
rectangle "Користувач -\nоператор карти" as uc10
rectangle "Агент датчиків (пристрій /\nSTM32 / емулятор)" as uc11
uc11 - uc1
uc11 - uc2
uc10 - uc5
uc10 - uc6
uc2 -.|> uc3 : <<include>>
uc3 -.|> uc4 : <<include>>
@enduml