| |
|
| java.lang.Object java.lang.Thread javax.media.j3d.J3dThread javax.media.j3d.BehaviorScheduler
lastStartTime | long lastStartTime(Code) | | These are used for start/stop BehaviorScheduler
|
lastStopTime | long lastStopTime(Code) | | |
deactivate | void deactivate()(Code) | | |
doWork | void doWork(long referenceTime)(Code) | | The main loop for the Behavior Scheduler.
Main method for firing off vector of satisfied conditions that
are contained in the condMet vector. Method is synchronized
because it is modifying the current wakeup vectors in the
clean (emptying out satisfied conditions) and processStimulus
(adding conditions again if wakeupOn called) calls.
|
getInstanceNum | int getInstanceNum()(Code) | | |
startBehaviorScheduler | void startBehaviorScheduler()(Code) | | |
stopBehaviorScheduler | void stopBehaviorScheduler(long[] intervalTime)(Code) | | |
|
|
|