You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
294 B
Plaintext
22 lines
294 B
Plaintext
@startuml
|
|
autonumber
|
|
hide footbox
|
|
|
|
footer "LTDFS | Ruakij"
|
|
|
|
title "Initialize FS"
|
|
|
|
control SiteA
|
|
boundary "Other Sites" as Others
|
|
|
|
SiteA ++
|
|
SiteA -> Others ++ : TCP-Connect
|
|
|
|
SiteA -> Others : Get Indexes
|
|
Others --> SiteA : Indexes
|
|
note right
|
|
Indexes without
|
|
entries from SiteA
|
|
end note
|
|
|
|
@enduml |