Uses of Class
microsim.engine.SimulationEngine
Packages that use SimulationEngine
-
Uses of SimulationEngine in microsim.engine
Fields in microsim.engine declared as SimulationEngineMethods in microsim.engine that return SimulationEngineModifier and TypeMethodDescriptionSimulationManager.getEngine()
static @NonNull SimulationEngine
SimulationEngine.getInstance()
Methods in microsim.engine with parameters of type SimulationEngineModifier and TypeMethodDescriptionvoid
MultiRunListener.afterSimulationCompleted
(SimulationEngine engine) void
MultiRunListener.beforeSimulationStart
(SimulationEngine engine) void
ExperimentBuilder.buildExperiment
(SimulationEngine engine) void
SimulationManager.setEngine
(SimulationEngine engine) -
Uses of SimulationEngine in microsim.event
Methods in microsim.event with parameters of type SimulationEngineModifier and TypeMethodDescriptionEventGroup.addSystemEvent
(@NonNull SimulationEngine engine, @NonNull SystemEventType actionType) Creates a newSystemEvent
and adds the event to the list.EventQueue.scheduleSystem
(double atTime, int withOrdering, double withLoop, @NonNull SimulationEngine engine, @NonNull SystemEventType type) Schedules a looped system event.Constructors in microsim.event with parameters of type SimulationEngineModifierConstructorDescriptionSystemEvent
(@NonNull SimulationEngine engine, @NonNull SystemEventType type) The default constructor.