de.uka.ipd.sdq.scheduler.events
Class SchedulingEvent

java.lang.Object
  extended by Event
      extended by de.uka.ipd.sdq.scheduler.events.SchedulingEvent

public class SchedulingEvent
extends Event

Event causing a call to the schedule method of the specified scheduling strategy. Used to trigger a scheduling at a specific time.

Author:
jens

Constructor Summary
SchedulingEvent(SimActiveResource containingResource, IResourceInstance instance)
           
 
Method Summary
 void actions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulingEvent

public SchedulingEvent(SimActiveResource containingResource,
                       IResourceInstance instance)
Method Detail

actions

public void actions()