Uses of Class
microsim.exception.SimulationException
Packages that use SimulationException
-
Uses of SimulationException in microsim.engine
Methods in microsim.engine that throw SimulationException -
Uses of SimulationException in microsim.event
Methods in microsim.event that throw SimulationExceptionModifier and TypeMethodDescription@NonNull EventGroup
EventGroup.addCollectionEvent
(@NonNull Collection<?> elements, @NonNull Class<?> objectType, @NonNull String method) readOnly
defaults totrue
.@NonNull EventGroup
EventGroup.addCollectionEvent
(@NonNull Collection<?> elements, @NonNull Class<?> objectType, @NonNull String method, boolean readOnly) Creates a newCollectionTargetEvent
and adds the event to the list, using late binding method.@NonNull EventGroup
Creates a newSingleTargetEvent
and adds the event to the list, using late binding method.abstract void
Event.fireEvent()
void
EventGroup.fireEvent()
Fires each event into the list.void
SystemEvent.fireEvent()
Triggers the event based on its typevoid
EventQueue.simulate()
Runs an entire simulation.void
EventQueue.step()
Makes one simulation step forward.Constructors in microsim.event that throw SimulationExceptionModifierConstructorDescriptionCollectionTargetEvent
(@NonNull Collection<?> elements, @NonNull Class<?> objectType, @NonNull String method, boolean readOnly) Creates an object ofCollectionTargetEvent
type using late binding method call (type detection happens at run-time).SingleTargetEvent
(@NonNull Object object, @NonNull String method) Creates a new event using late binding.