|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventListInterface | |
---|---|
nl.tudelft.simulation.dsol.eventlists | Provides classes and interfaces for eventlists. |
nl.tudelft.simulation.dsol.simulators | Provides the simulator interfaces and classes for a number of formalisms. |
Uses of EventListInterface in nl.tudelft.simulation.dsol.eventlists |
---|
Classes in nl.tudelft.simulation.dsol.eventlists that implement EventListInterface | |
---|---|
class |
RedBlackTree
A RedBlackTree implementation of the eventlistInterface. |
class |
TableModelEventList
A TableModel implementation of an eventlist is an extionsion of the eventlist which upholds its own TableModel. |
Methods in nl.tudelft.simulation.dsol.eventlists that return EventListInterface | |
---|---|
EventListInterface |
TableModelEventList.getOrigin()
returns the TreeMapEventList |
Constructors in nl.tudelft.simulation.dsol.eventlists with parameters of type EventListInterface | |
---|---|
TableModelEventList(EventListInterface origin)
constructs a new TableModelEventList |
Uses of EventListInterface in nl.tudelft.simulation.dsol.simulators |
---|
Fields in nl.tudelft.simulation.dsol.simulators declared as EventListInterface | |
---|---|
protected EventListInterface |
DEVSSimulator.eventList
eventList represents the future event list |
Methods in nl.tudelft.simulation.dsol.simulators that return EventListInterface | |
---|---|
EventListInterface |
DEVSSimulatorInterface.getEventList()
returns the eventlist of the simulator. |
EventListInterface |
DEVSSimulator.getEventList()
|
Methods in nl.tudelft.simulation.dsol.simulators with parameters of type EventListInterface | |
---|---|
void |
DEVSSimulatorInterface.setEventList(EventListInterface eventList)
Method setEventList sets the eventlist. |
void |
DEVSSimulator.setEventList(EventListInterface eventList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |