C E F L M N O R S T V

M

Machine - Class in cmsc433.p2
A Machine is used to make a particular Food.
Machine(String, Food, int) - Constructor for class cmsc433.p2.Machine
The constructor takes at least the name of the machine, the Food item it makes, and its capacity.
machine - Variable in class cmsc433.p2.SimulationEvent
 
machineCookingFood(Machine, Food) - Static method in class cmsc433.p2.SimulationEvent
 
machineDoneFood(Machine, Food) - Static method in class cmsc433.p2.SimulationEvent
 
machineEnding(Machine) - Static method in class cmsc433.p2.SimulationEvent
 
machineStarting(Machine, Food, int) - Static method in class cmsc433.p2.SimulationEvent
 
main(String[]) - Static method in class cmsc433.p2.Simulation
Entry point for the simulation.
makeFood() - Method in class cmsc433.p2.Machine
This method is called by a Cook in order to make the Machine's food item.

C E F L M N O R S T V