Class SchedulingInterruptEvent

  • All Implemented Interfaces:
    de.uka.ipd.sdq.simulation.abstractsimengine.ISimEvent<IResourceInstance>, de.uka.ipd.sdq.simulation.abstractsimengine.ISimRunnable<IResourceInstance>

    public class SchedulingInterruptEvent
    extends de.uka.ipd.sdq.simulation.abstractsimengine.AbstractSimEventDelegator<IResourceInstance>
    Event causing a call to the schedule method of the specified scheduling strategy. Used to trigger a scheduling at a specific time. This Event will never be canceled and can exist an arbitrary number of times in the event queue.
    • Constructor Detail

      • SchedulingInterruptEvent

        public SchedulingInterruptEvent​(de.uka.ipd.sdq.scheduler.SchedulerModel model,
                                        SimActiveResource containingResource)