| java.lang.Object javax.media.j3d.WakeupCondition javax.media.j3d.WakeupAndOfOrs
WakeupAndOfOrs | final public class WakeupAndOfOrs extends WakeupCondition (Code) | | Class specifying any number of OR wakeup conditions ANDed together.
This WakeupCondition object specifies that Java 3D should awaken this
Behavior when all of the WakeupCondition's constituent WakeupOr
conditions become valid.
Note that a unique WakeupCriterion object must be used for each
individual element in the set of arrays specified by the array of
WakeupOr objects.
|
conditionsMet | boolean conditionsMet(Code) | | |
WakeupAndOfOrs | public WakeupAndOfOrs(WakeupOr conditions)(Code) | | Constructs a new WakeupAndOfOrs criterion.
Parameters: conditions - a vector of individual Wakeup conditions |
cleanTree | void cleanTree(BehaviorStructure bs)(Code) | | This goes through the AndOr tree to remove the various criterion from the
BehaviorStructure lists
|
reInsertElapseTimeCond | void reInsertElapseTimeCond()(Code) | | |
resetTree | void resetTree()(Code) | | This goes through the AndOr tree to remove the various criterion from the
BehaviorStructure.
|
setConditionMet | void setConditionMet(int id, Boolean checkSchedulingRegion)(Code) | | This sets the bit for the given child, then checks if the full condition is met
|
|
|