Class SchedulingEvent

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

    public class SchedulingEvent
    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.
    • Constructor Detail

      • SchedulingEvent

        public SchedulingEvent​(de.uka.ipd.sdq.scheduler.SchedulerModel model,
                               SimActiveResource containingResource)
    • Method Detail

      • eventRoutine

        public void eventRoutine​(IResourceInstance instance)
        Specified by:
        eventRoutine in class de.uka.ipd.sdq.simulation.abstractsimengine.AbstractSimEventDelegator<IResourceInstance>