ptolemy.domains.csp.kernel
Class CSPDirector.DelayListLink

java.lang.Object
  extended by ptolemy.domains.csp.kernel.CSPDirector.DelayListLink
Enclosing class:
CSPDirector

private static class CSPDirector.DelayListLink
extends java.lang.Object

Keep track of the actor that is delayed and the time at which to resume it.


Field Summary
 CSPActor _actor
           
 Time _resumeTime
           
 
Constructor Summary
private CSPDirector.DelayListLink()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_resumeTime

public Time _resumeTime

_actor

public CSPActor _actor
Constructor Detail

CSPDirector.DelayListLink

private CSPDirector.DelayListLink()