Class | Description |
---|---|
Communicator |
The Class Communicator contains utility methods to send a receive objects between clients.
|
Controller |
The Class Controller is the main class for controlling where messages go, logging interactions between classes
and handling inventory changes.
|
CustomerGUI |
The Class CustomerGUI.
|
init | |
JLogger | |
ManagerUI |
The Class ManagerUI.
|
Message |
The Class Message.
|
Message.CONFIRM_CANCEL_ORDER |
The Class CONFIRM_CANCEL_ORDER is a confirmation that the order has beeen cancelled.
|
Message.CONFIRM_PLACE_ORDER |
The Class CONFIRM_PLACE_ORDER is a confirmation that the order
has been placed.
|
Message.CONFIRM_WAITER_CONTACTED |
The Class CONFIRM_WAITER_CONTACTED is a confirmation that waiter has recieved
the request form the customer.
|
Message.CONFIRM_WAITER_RECEIVED_ORDER |
The Class CONFIRM_WAITER_RECEIVED_ORDER is a confirmation that the waiter
recieved the order.
|
Message.DATA_Ingredient |
The Class DATA_Ingredient is an ingredient that is used in a menu item, or found in the inventory.
|
Message.DATA_Inventory |
The Class DATA_Inventory contains the list of ingredients in the system.
|
Message.DATA_Menu |
The Class DATA_Menu contains the menu of menu items.
|
Message.DATA_MenuItem |
The Class DATA_MenuItem.
|
Message.DATA_TableOrder |
The Class DATA_TableOrder is an order that the customer places that contains the menu items that he selected.
|
Message.ERROR_CANNOT_COOK_ORDER |
The Class ERROR_CANNOT_COOK_ORDER is an error that the item cannt be placed due to the low inventory.
|
Message.INVENTORY_GET_ERROR |
The Class INVENTORY_GET_ERROR is an error that the inventory cannot
be received.
|
Message.MENU_GET_ERROR |
The Class MENU_GET_ERROR is an error that the menu cannotbe recieved.
|
Message.Request_AddIngredient |
The Class Request_AddIngredient is a request to add the ingredient passed.
|
Message.Request_AddMenuItem |
The Class Request_AddMenuItem is a request to add a menu item that is passed.
|
Message.Request_CancelOrder |
The Class Request_CancelOrder is a request to cancel an order.
|
Message.Request_Inventory |
The Class Request_Inventory is a request for the inventory.
|
Message.Request_Menu |
The Class Request_Menu is a request for the menu.
|
Message.Request_Waiter |
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.
|
tester |
The Class tester.
|
WaiterUpdater |