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 TypeMethodDescriptionEventGroup.addCollectionEvent(Collection<?> elements, Class<?> objectType, String method) EventGroup.addCollectionEvent(Collection<?> elements, Class<?> objectType, String method, boolean readOnly) Create a new SimCollectionEvent and add an event to the list, using late binding method.Create a new SimSimpleEvent and add an event to the list, using late binding method.abstract voidEvent.fireEvent()voidEventGroup.fireEvent()Fire each event into the list.voidSystemEvent.fireEvent()voidCollectionTargetEvent.setForObject(Collection<?> elements, Class<?> objectType, String method, boolean readOnly) Recycling method.voidSingleTargetEvent.setForObject(Object o, String method) Recycling method.voidEventQueue.simulate()Run an entire simulation.voidEventQueue.step()Make one simulation step.Constructors in microsim.event that throw SimulationExceptionModifierConstructorDescriptionCollectionTargetEvent(Collection<?> elements, Class<?> objectType, String method, boolean readOnly) Create a collection event using late binding method call.SingleTargetEvent(Object object, String method) Create new event using late binding.