Package simu.framework


package simu.framework
  • Class
    Description
    The ArrivalProcess class is responsible for generating events based on a continuous distribution.
    The Clock class is a singleton that keeps track of the simulation time.
    The Engine class is an abstract class that represents the core of the simulation engine.
    The Event class represents an event in the simulation.
    The EventList class represents a list of events in the simulation.
    The IEngine interface provides methods to set and get the simulation time and delay.
    The IEventType interface is a marker interface for event types.
    The Trace class provides methods to output trace messages.
    The Level enum represents the trace levels.