1 / 10

The design, implementation, integration and evaluation of a Statechart service.

The design, implementation, integration and evaluation of a Statechart service. By Xin Bai Feb 7, 2002. Why use statecharts?. Statechart extends the classical state transition diagram. It saves the number of the state and arrow in the diagram. Most importantly it supports concurrency.

fhorrocks
Download Presentation

The design, implementation, integration and evaluation of a Statechart service.

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The design, implementation, integration and evaluation of a Statechart service. By Xin Bai Feb 7, 2002

  2. Why use statecharts? • Statechart extends the classical state transition diagram. • It saves the number of the state and arrow in the diagram. • Most importantly it supports concurrency.

  3. Backgrounds: • David Harel invented this language in 1983. • The STATEMATE system by I-Logix Israel., Ltd. has implemented statechart language.

  4. Statecharts extend classical state transition diagrams

  5. From state transition diagrams to statecharts e D A e A g[c] f B g[c] f B f C C h h States: A, B, C, D Events: e, f, g Condition: c D = A XOR C g[c] triggers the transition from A to C if and when g occurs, but only if c is true at that time

  6. History entrance to a state overrides the default arrow A e B H f C D

  7. AND decomposition, actions and chain reaction A D B E k F e f/g n g C e G H m/e I J n/f

  8. Objectives: • Design a textual expression for a simplified statechart just like blueprint. • Implement a statechart service so that users can use this textual expression to develop concurrent application. • Implement a sample application

  9. Literature: • D. Harel, Statecharts:A Visual Formalism for Complex Systems, Science of Computer Programming 8 (1987), pp. 231-274 • D. Harel, A. Pnueli, J.P. Schmidt, and R. Sherman, On the Formal Semantics of Statecharts, in Proc. 2nd Symp. on Logic in Computer Science (LICS 87), pages 54-64. IEEE Computer Society Press, 1987

  10. Thank you!

More Related