|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SingleArcTransition<OPERAND,EVENT>
Hook for Transition. This lead to state machine to move to the post state as registered in the state machine.
| Method Summary | |
|---|---|
void |
transition(OPERAND operand,
EVENT event)
Transition hook. |
| Method Detail |
|---|
void transition(OPERAND operand,
EVENT event)
operand - the entity attached to the FSM, whose internal
state may change.event - causal event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||