Uses of Interface
jasima.core.simulation.EventQueue
-
Packages that use EventQueue Package Description jasima.core.simulation -
-
Uses of EventQueue in jasima.core.simulation
Classes in jasima.core.simulation that implement EventQueue Modifier and Type Class Description classEventHeapAn implementation ofEventQueueusing an array-based heap.Fields in jasima.core.simulation with type parameters of type EventQueue Modifier and Type Field Description static Class<? extends EventQueue>Simulation. queueImplMethods in jasima.core.simulation that return EventQueue Modifier and Type Method Description protected EventQueueSimulation. createEventQueue()Factory method to create a new event queue.
-