Package dbrown

Interface Summary
IView A simple interface class that allows a model to contain a collection of views and update each view individually.
 

Class Summary
Chef Represents a chef in a restaurant who prepares orders until the restaurant closes.
ChefView  
Order A simple class representing restaurant orders that tracks how many objects have been instantiated from it and whether the maximum number of objects allowed have been created.
Restaurant  
Waiter Simluates a simple waiter who can handle a single order at a time, and waits until an order is available before doing anything.
WaiterView