15 lines
267 B
Plaintext
15 lines
267 B
Plaintext
@startuml
|
|
'https://plantuml.com/activity-diagram-beta
|
|
|UI|
|
|
:Bestimme //Startdatum//;
|
|
:Bestimme //Enddatum//;
|
|
:Erstelle //Liste der Wochentage//;
|
|
|REST|
|
|
start
|
|
:Rufe API auf;
|
|
|UI|
|
|
:Zeige //Liste der Wochentage// an;
|
|
:Verarbeite Informationen der Rest-API;
|
|
stop
|
|
|
|
@enduml |