mirror of
https://github.com/khorevaa/ras-service.git
synced 2024-11-24 08:22:17 +02:00
22 lines
353 B
Plaintext
22 lines
353 B
Plaintext
@startuml
|
|
'https://plantuml.com/use-case-diagram
|
|
|
|
:Main Admin: as Admin
|
|
(Use the application) as (Use)
|
|
|
|
User -> (Start)
|
|
User --> (Use)
|
|
|
|
Admin ---> (Use)
|
|
|
|
note right of Admin : This is an example.
|
|
|
|
note right of (Use)
|
|
A note can also
|
|
be on several lines
|
|
end note
|
|
|
|
note "This note is connected\nto several objects." as N2
|
|
(Start) .. N2
|
|
N2 .. (Use)
|
|
@enduml |