MAX: Sequential behavior application
Description
- Behavior stack requires that only one
action be active at a time
- Monitors may run in parallel in the
background, but may only act by interrupting
the active behavior
- Since only one behavior is active, and the stack reflects a chain of
calls from behavior to behavior, MAX evinces strongly coherent behavior but cannot effectively produce
parallel behavior
Detail from MAX