public class ActiveActorManager extends PtolemyThread
_debugging, _debugListeners
Constructor and Description |
---|
ActiveActorManager(Actor actor,
CIDirector director)
Construct an actor manager to iterate the actor.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Iterate the actor until its postfire() returns false, or the
director is requested to stop.
|
_debug, _debug, addDebugListener, removeDebugListener
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public ActiveActorManager(Actor actor, CIDirector director) throws IllegalActionException
actor
- The actor that is managed.director
- The director of the actor.IllegalActionException