Difference between revisions of "Live sequence charts"

From WeizmannWiki
Jump to: navigation, search
(New page: Live sequence charts (LSC) constitute a visual formalism for inter-object scenario-based speci�cation and programming, which extends the partial-order semantics of classical message sequ...)
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Live sequence charts (LSC) constitute a visual formalism for inter-object scenario-based speci�cation and programming, which extends the partial-order semantics of classical message sequence charts (MSC) mainly by adding universal and existential modalities. It thus allows the de�nition of inter-object scenarios that specify, among other things,<br>possible, mandatory, and forbidden behavior.&nbsp; LSC was introduced by Werner Damm and David Harel in 2001.  
+
Live sequence charts (LSC) constitute a visual formalism for inter-object scenario-based specification and programming, which extends the classical language of message sequence charts (MSC) mainly by adding universal and existential modalities. It thus allows the definition of inter-object scenarios that specify, among other things, possible, mandatory, and forbidden behavior. LSC was introduced by Damm and Harel in 1999.
  
 +
A method for constructing LSCs directly from a pre-prepared GUI, called [http://www.weizmann.ac.il/mediawiki/playgo/index.php/Language_%26_Concepts#Play-In play-in], as well as a method for executing a collection of LSCs, termed [http://www.weizmann.ac.il/mediawiki/playgo/index.php/Language_%26_Concepts#Play-Out play-out], were devised by Harel and Marelly in 2003. They also built a tool, called the Play-Engine to support LSCs and these two methods. A translation of LSC into various temporal logics was defined by Kugler et al. in 2005. A UML2-compliant variant of LSC and a compilation technique from LSC into AspectJ were later defined by Harel and Maoz. The language has been the subject of research on verification, testing, and synthesis, in the areas of specification mining and software visualization, and more. Initial projects that use LSC have been carried out recently in the automotive, telecommunication, and hardware domains.
  
 +
More about LSC can be found in the references below and in [http://www.wisdom.weizmann.ac.il/~harel/ Harel's] homepage.
  
An executable semantics for LSCs, termed play-out, was presented by David Harel and Rami Marelly in 2003, together with a tool called Play-Engine.&nbsp; A translation of LSC into various temporal logics was defined by Hillel Kugler et al. in 2005.&nbsp;&nbsp; A UML2-compliant variant of LSC was defined by David Harel and Shahar Maoz in 2006.&nbsp;&nbsp;&nbsp; The language has been the subject of research in the areas of veri�cation and testing , and in the areas of scenario-based execution (playout) and synthesis.&nbsp; Initial projects that use LSC have been carried out recently in the automotive, telecommunication, and hardware domains.<br>
+
== Selected references on LSC ==
  
 +
*D. Harel and R. Marelly, "Specifying and Executing Behavioral Requirements: The Play In/Play-Out Approach", ''Software and Systems Modeling'' (SoSyM) 2 (2003), 82-107.  [http://www.wisdom.weizmann.ac.il/~harel/papers/JSM03.pdf PDF, 420Kb]  (the original publication is available at [http://link.springer.de http://link.springer.de] or at [http://link.springerny.com http://link.springerny.com])
  
 +
*D. Harel and R. Marelly, [http://www.wisdom.weizmann.ac.il/~playbook/Updates/ComeLetsPlay.pdf ''Come, Let's Play:  Scenario-Based Programming Using LSCs and the Play-Engine''], Springer-Verlag, 2003.
  
More about LSC can be found in the references below.
+
*W. Damm and D. Harel, "LSCs: Breathing Life into Message Sequence Charts", ''Formal Methods in System Design'' 19:1 (2001), 45-80.  [http://www.wisdom.weizmann.ac.il/~harel/SCANNED.PAPERS/LSCs.pdf PDF, 260Kb]
 +
 
 +
*D. Harel and S. Maoz, "Assert and Negate Revisited: Modal Semantics for UML Sequence Diagrams", ''Software and System Modeling'' (SoSyM) 7:2 (2008), 237-252. (Early version in ''5th Int. Workshop on Scenarios and State Machines: Models, Algorithms and Tools'' (SCESM'06), 2006, pp. 13-20.) [http://www.wisdom.weizmann.ac.il/~harel/papers/Assert.and.Negate.pdf PDF, 286Kb]
 +
 
 +
*S. Maoz, D. Harel and A. Kleinbort, "A Compiler for Multi-Modal Scenarios: Transforming LSCs into AspectJ", ''ACM Trans. on Software Engineering Method''. To appear 2010.
 +
 
 +
*S. Maoz and D. Harel, "From Multi-Modal Scenarios to Code: Compiling LSCs into AspectJ", ''Proc. 14th ACM SIGSOFT Symp. on Foundations of Software Engineering'' (FSE'06), Portland, Nov. 2006, pp. 219-230. [http://www.wisdom.weizmann.ac.il/~harel/papers/LSCtoApects.pdf PDF, 212Kb]
 +
 
 +
*D. Harel, H. Kugler, R. Marelly and A. Pnueli, "Smart Play-Out of Behavioral Requirements", ''Proc. 4th Int. Conf. on Formal Methods in Computer-Aided Design'' (FMCAD 2002), November 2002, pp. 378-398. [http://www.wisdom.weizmann.ac.il/~harel/papers/FMCAD02.pdf PDF, 135Kb]

Latest revision as of 07:36, 23 January 2012

Live sequence charts (LSC) constitute a visual formalism for inter-object scenario-based specification and programming, which extends the classical language of message sequence charts (MSC) mainly by adding universal and existential modalities. It thus allows the definition of inter-object scenarios that specify, among other things, possible, mandatory, and forbidden behavior. LSC was introduced by Damm and Harel in 1999.

A method for constructing LSCs directly from a pre-prepared GUI, called play-in, as well as a method for executing a collection of LSCs, termed play-out, were devised by Harel and Marelly in 2003. They also built a tool, called the Play-Engine to support LSCs and these two methods. A translation of LSC into various temporal logics was defined by Kugler et al. in 2005. A UML2-compliant variant of LSC and a compilation technique from LSC into AspectJ were later defined by Harel and Maoz. The language has been the subject of research on verification, testing, and synthesis, in the areas of specification mining and software visualization, and more. Initial projects that use LSC have been carried out recently in the automotive, telecommunication, and hardware domains.

More about LSC can be found in the references below and in Harel's homepage.

Selected references on LSC

  • W. Damm and D. Harel, "LSCs: Breathing Life into Message Sequence Charts", Formal Methods in System Design 19:1 (2001), 45-80. PDF, 260Kb
  • D. Harel and S. Maoz, "Assert and Negate Revisited: Modal Semantics for UML Sequence Diagrams", Software and System Modeling (SoSyM) 7:2 (2008), 237-252. (Early version in 5th Int. Workshop on Scenarios and State Machines: Models, Algorithms and Tools (SCESM'06), 2006, pp. 13-20.) PDF, 286Kb
  • S. Maoz, D. Harel and A. Kleinbort, "A Compiler for Multi-Modal Scenarios: Transforming LSCs into AspectJ", ACM Trans. on Software Engineering Method. To appear 2010.
  • S. Maoz and D. Harel, "From Multi-Modal Scenarios to Code: Compiling LSCs into AspectJ", Proc. 14th ACM SIGSOFT Symp. on Foundations of Software Engineering (FSE'06), Portland, Nov. 2006, pp. 219-230. PDF, 212Kb
  • D. Harel, H. Kugler, R. Marelly and A. Pnueli, "Smart Play-Out of Behavioral Requirements", Proc. 4th Int. Conf. on Formal Methods in Computer-Aided Design (FMCAD 2002), November 2002, pp. 378-398. PDF, 135Kb