On Thu, Jun 11, 2009 at 5:27 AM, Shunaila Amin<shunail_libra@...> wrote:
>
>
> how can i implement action sementics at State machine???
>
Together the State Machine and action semantics are the source code
for the Class.
The action semantics give the detailed actions taken, and the state machine
sequences them.
The two complement each other. There are some corner cases where it is not clear
whether a given behavior is best modeled in actions or by the state
machine itself.
But that is the exception, because generally the two complement each
other very well.