404

Creating behaviors
WakeupCondition subclass methods

  • The WakeupCondition subclasses have constructions that use arrays of WakeupCriterion or other WakeupConditions
  • Method
    WakeupAnd( WakeupCriterion[] conditions )
    WakeupAndOfOrs( WakeupOr[] conditions )
    WakeupOr( WakeupCriterion[] conditions )
    WakeupOrOfAnds( WakeupAnd[] conditions )