WakeupCondition class methods

Method

WakeupCondition( )
Enumeration allElements( )
Enumeration triggeredElements( )

The WakeupCondition class provides two methods.

The first method, allElements, returns the enumeration list of all wakeup criterion for the WakeupCondition object.

The other method, triggeredElements, enumerates which of the wakeup criterion has caused the behavior to be triggered. This method may be
useful in the processStimulus method of a Behavior object.