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 EventGroupEventGroup.addCollectionEvent(@NonNull Collection<?> elements, @NonNull Class<?> objectType, @NonNull String method) readOnlydefaults totrue.@NonNull EventGroupEventGroup.addCollectionEvent(@NonNull Collection<?> elements, @NonNull Class<?> objectType, @NonNull String method, boolean readOnly) Creates a newCollectionTargetEventand adds the event to the list, using late binding method.@NonNull EventGroupCreates a newSingleTargetEventand adds the event to the list, using late binding method.abstract voidEvent.fireEvent()voidEventGroup.fireEvent()Fires each event into the list.voidSystemEvent.fireEvent()Triggers the event based on its typevoidEventQueue.simulate()Runs an entire simulation.voidEventQueue.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 ofCollectionTargetEventtype 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.