Abstract State Machine
I spent several days to study Abstract State Machine (ASM) in depth. ASM is used to model BPEL as I mentioned in my survey paper on modeling Web service processes (not available online) and it is used for choreography with WSMO .
ASM can also used for modeling distributed behaviours.
A state in an ASM is not just a label as in Finite State Machine (FSM), but contains arbitrary data structures. The rules are associated with transition rules (guards). These rules can be triggered simultaneously when a state satisfies the guards, which makes ASM a nature machine for concurrency (also called synchronous parallelism). A run of ASM is a (finite or infinite) sequence of states. Up to here, ASM is similar to tie (an extension of Petri nets).
ASM can also used for modeling distributed behaviours.
1 Comments:
I am right now doing a study on how to use an ASM to model a GRID. Since the time left for me to complete my thesis is very less, I would highly appreciate any help you can provide. Any material that would be helpful.
Mail me at susitk@gmail.com
By Unknown, at 5:00 PM
Post a Comment
<< Home