Application Process Visualization
Finite State Machine visualization
[CoffeeMachine] Coffee Machine
This state machine describes behaviour of a Cofee Machine.
[Off] OFF
In this state the coffee machine is off. Nothing will happen until it is switched on.
On
In this state the coffee machine is working.
[DisplayWelcomeScreen] Welcome Screen
Big Welcome message!
[DisplayOptions]
Shows menu with different drinks:
- Tea
- Milk
- Coffee
[HelloMax] Hello Max!
- qsdfqsdf
- qsdfqsdf
[WaitForSelection] Wait For Selection
Wait for user’s selection of a coffee. The initial sub-state.
[CheckAvailability]
At this state the machine checks if there is a selected type of coffee.
[PrepareDrink]
Preparing the selected drink.
[ShowError]
Something goes wrong. Asknowledge the client about the error and allow to return back to the drink selection menu.
[DispenseDrink]
The prepared drink is pooring in the cup.