Package javax.media.j3d
Class WakeupCondition
java.lang.Object
javax.media.j3d.WakeupCondition
- Direct Known Subclasses:
WakeupAnd
,WakeupAndOfOrs
,WakeupCriterion
,WakeupOr
,WakeupOrOfAnds
An abstract class specifying a single wakeup Condition. This class
is extended by the WakeupCriterion, WakeupOr, WakeupAnd,
WakeupOrOfAnds, and WakeupAndOfOr classes. A Behavior node hands a
WakeupCondition object to the behavior scheduler and the behavior
scheduler hands back an enumeration of that WakeupCondition.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns an enumeration of all WakeupCriterias in this Condition.Returns an enumeration of all triggered WakeupCriterias in this Condition.
-
Constructor Details
-
WakeupCondition
public WakeupCondition()
-
-
Method Details
-
allElements
Returns an enumeration of all WakeupCriterias in this Condition. -
triggeredElements
Returns an enumeration of all triggered WakeupCriterias in this Condition.
-