Uses of Package
dbrown

Classes in dbrown used by dbrown
Chef
          Represents a chef in a restaurant who prepares orders until the restaurant closes.
IView
          A simple interface class that allows a model to contain a collection of views and update each view individually.
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.