Skip to content
Snippets Groups Projects
MealsRetrievalFlow.plantuml 184 B
Newer Older
@startuml MealsRetrievalFlow

(*) --> "Retrieve canteen state"
if "canteen.isOpen()" then
 -->[true] "Retrieve meals"
 --> (*)
else
-->[false] "Return empty list"
--> (*)
endif
@enduml