javax.media.j3d
Class WakeupCondition
java.lang.Object
|
+--javax.media.j3d.WakeupCondition
- Direct Known Subclasses:
- WakeupAnd, WakeupAndOfOrs, WakeupCriterion, WakeupOr, WakeupOrOfAnds
- public abstract class WakeupCondition
- extends java.lang.Object
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.
- Version:
- 1.29, 02/04/01 14:58:44
Method Summary |
java.util.Enumeration |
allElements()
Returns an enumeration of all WakeupCriterias in this Condition. |
java.util.Enumeration |
triggeredElements()
Returns an enumeration of all triggered WakeupCriterias in this Condition. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WakeupCondition
public WakeupCondition()
allElements
public java.util.Enumeration allElements()
- Returns an enumeration of all WakeupCriterias in this Condition.
triggeredElements
public java.util.Enumeration triggeredElements()
- Returns an enumeration of all triggered WakeupCriterias in this Condition.