Uses of Package
cmsc433.p2

Classes in cmsc433.p2 used by cmsc433.p2
Cook
          Cooks are simulation actors that have at least one field, a name.
Eater
          Eaters are simulation actors that have two fields: a name, and a list of Food items that constitue the Eater's order.
Food
          Food is what is prepared by Cooks, and ordered by Eaters.
Machine
          A Machine is used to make a particular Food.
SimulationEvent
          This class represents each of the salient events that occur during the simulation.
SimulationEvent.EventType