Index
All Classes and Interfaces|All Packages
M
- main(String[]) - Static method in class Employee.EmployeeMenu
- main(String[]) - Static method in class Main.DailyOperation
- main(String[]) - Static method in class Main.Main
-
The main method that runs the program and displays the main menu.
- main(String[]) - Static method in class Menu.MenuMenu
- main(String[]) - Static method in class Orders.OrderMenu
- main(String[]) - Static method in class Tables.TableMenu
-
The main method provides a command line user interface for managing the tables.
- Main - package Main
- Main - Class in Main
-
The main class for the restaurant management system program.
- Main() - Constructor for class Main.Main
- Menu - package Menu
- MenuData - Class in Menu
-
The MenuData class represents a collection of menu items and provides methods to load default menu items, add new menu items, and print the menu in a formatted way.
- MenuData() - Constructor for class Menu.MenuData
-
Constructs a new MenuData object and loads the default menu items from the default_menu_items.txt file.
- MenuItem - Class in Menu
-
The MenuItem class represents the menu and contains the MenuItem constructor used to add items to the MenuData hashMap.
- MenuItem(int, String, String, double, boolean) - Constructor for class Menu.MenuItem
-
Constructs a new MenuItem object with the specified item, type, price, and availability.
- MenuMenu - Class in Menu
-
This class provides the menu that manages, add, deletes, and edits the food menu
- MenuMenu() - Constructor for class Menu.MenuMenu
All Classes and Interfaces|All Packages