Package eds.framework


package eds.framework
Core simulation framework that supports the MVC model layer.

This package provides reusable discrete-event simulation primitives such as the clock, event list, engine, and service points on top of which the exchange model is built.

  • Class
    Description
     
    Singleton clock.
     
    Represents a simulation event.
    Maintains a list of simulation events ordered by execution time.
    Common marker interface for events.
    Common marker interface for entities.
    Represents a service point.
    Provides simple logging functionality for the simulation framework.
    Logging levels used to control output verbosity.