| Class | Description |
|---|---|
| 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.
|
| SamplePublicTests | |
| Simulation |
Simulation is the main class used to run the simulation.
|
| SimulationEvent |
This class represents each of the salient events that occur during the
simulation.
|
| Validate |
Validates a simulation
|
| Enum | Description |
|---|---|
| SimulationEvent.EventType |