Uses of Class
input.ExternalEventsQueue

Packages that use ExternalEventsQueue
core Contains core classes and interfaces of the simulator. 
 

Uses of ExternalEventsQueue in core
 

Methods in core that return ExternalEventsQueue
 ExternalEventsQueue SimScenario.getExternalEvents()
          Returns the external events of this scenario or null if there aren't any
 

Methods in core with parameters of type ExternalEventsQueue
 void World.setExternalEvents(ExternalEventsQueue extEvents)
          Sets (or disables) the External events queue for this world.