Delete Recipe (Process View Control Flow Chart) - smashita/CoffeeMaker-2019 GitHub Wiki

State above show the process of Delete Recipe. The process involved:

  1. User choose to delete recipe
  2. System get the recipe name
  3. User select the number of recipe to delete
  4. If recipe to delete not equal to null, system will delete the recipe and the recipe is successfully deleted. Else, system will terminate.
  5. System terminate