- checkInventory(Message.DATA_TableOrder) - Method in class Controller
-
Check inventory to see if an order can be placed, if it can, then subtract the amounts from the inventory.
- chefIP - Static variable in class Controller
-
The Constant chefIP.
- chefPort - Static variable in class Controller
-
The Constant chefPort.
- Communicator - Class in <Unnamed>
-
The Class Communicator contains utility methods to send a receive objects between clients.
- Communicator() - Constructor for class Communicator
-
- Controller - Class in <Unnamed>
-
The Class Controller is the main class for controlling where messages go, logging interactions between classes
and handling inventory changes.
- Controller(Socket, Message.DATA_Menu, Message.DATA_Inventory) - Constructor for class Controller
-
Instantiates a new controller.
- controllerIP - Static variable in class CustomerGUI
-
The Constant controllerIP.
- controllerIP - Static variable in class ManagerUI
-
The Constant controllerIP.
- controllerPORT - Static variable in class CustomerGUI
-
The Constant controllerPORT.
- controllerPORT - Static variable in class ManagerUI
-
The Constant controllerPORT.
- currentReadyItems - Variable in class Message.DATA_TableOrder
-
The table id.
- CustomerGUI - Class in <Unnamed>
-
The Class CustomerGUI.
- CustomerGUI() - Constructor for class CustomerGUI
-
Create the customer gui, send a request for the menu and recieve the menu from the controller.