Package simu.model


package simu.model
  • Class
    Description
    The Customer class represents a customer in the simulation.
    The EventType enum represents the event types in the simulation model.
    GroupGenerator class that generates a group of customers.
    Kitchen Class that receives orders from the Waiter and prepares the meals.
    The MenuItem class represents a menu item in the restaurant.
    OrderService Class that receives orders from the Waiter and prepares the meals.
    The OwnEngine class represents the simulation engine for the restaurant simulation.
    The ServicePoint class represents a service point in the simulation.
    Tables Class that manages the tables in the restaurant.
    Waiter class that takes orders from the Customer and delivers them to the Kitchen.