Uses of Class
eds.framework.Event

Packages that use Event
Package
Description
Core simulation framework that supports the MVC model layer.
MVC model layer of the application.
  • Uses of Event in eds.framework

    Classes in eds.framework that implement interfaces with type arguments of type Event
    Modifier and Type
    Class
    Description
    class 
    Represents a simulation event.
    Methods in eds.framework that return Event
    Modifier and Type
    Method
    Description
    EventList.remove()
    Removes and returns the earliest event in the list.
    Methods in eds.framework with parameters of type Event
    Modifier and Type
    Method
    Description
    void
    EventList.add(Event event)
    Adds a new event to the event list.
    int
    Event.compareTo(Event other)
    Compares this event with another event based on time.
    protected abstract void
    Engine.runEvent(Event t)
     
  • Uses of Event in eds.model

    Methods in eds.model with parameters of type Event
    Modifier and Type
    Method
    Description
    protected void
    MyEngine.runEvent(Event t)
    Handles one event from the event list.