- main(String[]) - Static method in class Controller
-
The main method will create the default menu and constantly listen for connections and messages
- main(String[]) - Static method in class CustomerGUI
-
Launch the application.
- main(String[]) - Static method in class init
-
- main(String[]) - Static method in class ManagerUI
-
Launch the application.
- main(String[]) - Static method in class tester
-
The main method.
- ManagerUI - Class in <Unnamed>
-
The Class ManagerUI.
- ManagerUI() - Constructor for class ManagerUI
-
Create the application.
- menuItemList - Variable in class Message.DATA_TableOrder
-
The menu item list.
- Message - Class in <Unnamed>
-
The Class Message.
- Message() - Constructor for class Message
-
- Message.CONFIRM_CANCEL_ORDER - Class in <Unnamed>
-
The Class CONFIRM_CANCEL_ORDER is a confirmation that the order has beeen cancelled.
- Message.CONFIRM_CANCEL_ORDER() - Constructor for class Message.CONFIRM_CANCEL_ORDER
-
- Message.CONFIRM_PLACE_ORDER - Class in <Unnamed>
-
The Class CONFIRM_PLACE_ORDER is a confirmation that the order
has been placed.
- Message.CONFIRM_PLACE_ORDER() - Constructor for class Message.CONFIRM_PLACE_ORDER
-
- Message.CONFIRM_WAITER_CONTACTED - Class in <Unnamed>
-
The Class CONFIRM_WAITER_CONTACTED is a confirmation that waiter has recieved
the request form the customer.
- Message.CONFIRM_WAITER_CONTACTED() - Constructor for class Message.CONFIRM_WAITER_CONTACTED
-
- Message.CONFIRM_WAITER_RECEIVED_ORDER - Class in <Unnamed>
-
The Class CONFIRM_WAITER_RECEIVED_ORDER is a confirmation that the waiter
recieved the order.
- Message.CONFIRM_WAITER_RECEIVED_ORDER() - Constructor for class Message.CONFIRM_WAITER_RECEIVED_ORDER
-
- Message.DATA_Ingredient - Class in <Unnamed>
-
The Class DATA_Ingredient is an ingredient that is used in a menu item, or found in the inventory.
- Message.DATA_Ingredient(String, int) - Constructor for class Message.DATA_Ingredient
-
Instantiates a new DATA_ ingredient.
- Message.DATA_Inventory - Class in <Unnamed>
-
The Class DATA_Inventory contains the list of ingredients in the system.
- Message.DATA_Inventory() - Constructor for class Message.DATA_Inventory
-
- Message.DATA_Menu - Class in <Unnamed>
-
The Class DATA_Menu contains the menu of menu items.
- Message.DATA_Menu() - Constructor for class Message.DATA_Menu
-
- Message.DATA_MenuItem - Class in <Unnamed>
-
The Class DATA_MenuItem.
- Message.DATA_MenuItem(String, double, int, int, int) - Constructor for class Message.DATA_MenuItem
-
Instantiates a new MenuItem
- Message.DATA_TableOrder - Class in <Unnamed>
-
The Class DATA_TableOrder is an order that the customer places that contains the menu items that he selected.
- Message.DATA_TableOrder() - Constructor for class Message.DATA_TableOrder
-
- Message.ERROR_CANNOT_COOK_ORDER - Class in <Unnamed>
-
The Class ERROR_CANNOT_COOK_ORDER is an error that the item cannt be placed due to the low inventory.
- Message.ERROR_CANNOT_COOK_ORDER() - Constructor for class Message.ERROR_CANNOT_COOK_ORDER
-
- Message.INVENTORY_GET_ERROR - Class in <Unnamed>
-
The Class INVENTORY_GET_ERROR is an error that the inventory cannot
be received.
- Message.INVENTORY_GET_ERROR() - Constructor for class Message.INVENTORY_GET_ERROR
-
- Message.MENU_GET_ERROR - Class in <Unnamed>
-
The Class MENU_GET_ERROR is an error that the menu cannotbe recieved.
- Message.MENU_GET_ERROR() - Constructor for class Message.MENU_GET_ERROR
-
- Message.Request_AddIngredient - Class in <Unnamed>
-
The Class Request_AddIngredient is a request to add the ingredient passed.
- Message.Request_AddIngredient() - Constructor for class Message.Request_AddIngredient
-
- Message.Request_AddMenuItem - Class in <Unnamed>
-
The Class Request_AddMenuItem is a request to add a menu item that is passed.
- Message.Request_AddMenuItem() - Constructor for class Message.Request_AddMenuItem
-
- Message.Request_CancelOrder - Class in <Unnamed>
-
The Class Request_CancelOrder is a request to cancel an order.
- Message.Request_CancelOrder() - Constructor for class Message.Request_CancelOrder
-
- Message.Request_Inventory - Class in <Unnamed>
-
The Class Request_Inventory is a request for the inventory.
- Message.Request_Inventory() - Constructor for class Message.Request_Inventory
-
- Message.Request_Menu - Class in <Unnamed>
-
The Class Request_Menu is a request for the menu.
- Message.Request_Menu() - Constructor for class Message.Request_Menu
-
- Message.Request_Waiter - Class in <Unnamed>
-
The Class Request_Waiter is a reqquest that is send to the waiter, notifying him
that a customer at a certain table, tableID requests him.
- Message.Request_Waiter() - Constructor for class Message.Request_Waiter
-