|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
"An action is an executable atomic computation." - Booch et al, The UML User Guide.
Actions encapsulate the behavior of hsm components like states or transitions. Per definition actions are not interruptible.
Method Summary | |
void |
perform(Context context)
Performs the action in a specified context . |
Method Detail |
public void perform(Context context)
context
. This is the
hook for the interpreter. The code that defines the action is found
here.
context
- Used to publish and retrieve data for/from other actions.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |