Class WakeupCondition

java.lang.Object
javax.media.j3d.WakeupCondition
Direct Known Subclasses:
WakeupAnd, WakeupAndOfOrs, WakeupCriterion, WakeupOr, WakeupOrOfAnds

public abstract class WakeupCondition extends 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.
  • Constructor Details

    • WakeupCondition

      public WakeupCondition()
  • Method Details

    • allElements

      public Enumeration allElements()
      Returns an enumeration of all WakeupCriterias in this Condition.
    • triggeredElements

      public Enumeration triggeredElements()
      Returns an enumeration of all triggered WakeupCriterias in this Condition.