Difference between revisions of "The LSC Compiler"

From WeizmannWiki
Jump to: navigation, search
(References)
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
S2A, standing for Scenarios to Aspects, is a compiler that translates Modal UML Sequence Diagrams (MSDs), a UML-compliant variant of [[live sequence charts]] (LSCs), into [http://www.eclipse.org/aspectj/ AspectJ] code. It thus provides full code generation of reactive behavior from visual inter-object scenario-based specifications. The compilation scheme for S2A was presented by [http://www.se-rwth.de/~maoz/ Shahar Maoz] and [http://www.wisdom.weizmann.ac.il/~harel/ David Harel] in 2006.
+
The LSC Compiler is termed S2A, standing for ''scenarios to aspects''. It translates [[live sequence charts]] (LSCs), into [http://www.eclipse.org/aspectj/ AspectJ] code, and thus provides full code generation of reactive behavior from visual inter-object scenario-based specifications.
 
+
More about S2A can be found in the references below.  As of 2010, S2A is part of [[PlayGo]].
+
  
 
== References  ==
 
== References  ==
  
*[http://www.se-rwth.de/~maoz/ Shahar Maoz], [http://www.wisdom.weizmann.ac.il/~harel/ David Harel], and Asaf Kleinbort, '''A Compiler for Multi-Modal Scenarios: Transforming LSCs into AspectJ''', ''ACM Trans. on Soft. Eng. and Method.'' (TOSEM). Accepted November 2009. To appear.
+
* Maoz, Harel, and Kleinbort, '''A Compiler for Multi-Modal Scenarios: Transforming LSCs into AspectJ''', ''ACM Trans. on Soft. Eng. and Method.'' (TOSEM). Accepted November 2009.
 
+
*Yoram Atir, [http://www.wisdom.weizmann.ac.il/~harel/ David Harel], Asaf Kleinbort, and [http://www.se-rwth.de/~maoz/ Shahar Maoz], '''Object Composition in Scenario-Based Programming''', ''Proc. 11th Int. Conf. on Fundamental Approaches to Software Engineering'' (FASE'08), vol. 4961 of LNCS, Springer-Verlag, 2008, pp. 301-316.
+
  
*[http://www.wisdom.weizmann.ac.il/~harel/ David Harel], Asaf Kelinbort, and [http://www.se-rwth.de/~maoz/ Shahar Maoz], '''S2A: A Compiler for Multi-Modal UML Sequence Diagrams''', ''Proc. 10th Int. Conf. on Fundamental Approaches to Soft. Eng.'' (FASE'07), vol. 4422 of LNCS, Springer, 2007, pp. 121-124.
+
* Harel, Kelinbort, and Maoz, '''S2A: A Compiler for Multi-Modal UML Sequence Diagrams''', ''Proc. 10th Int. Conf. on Fundamental Approaches to Soft. Eng.'' (FASE'07), vol. 4422 of LNCS, Springer, 2007, pp. 121-124.
  
*[http://www.se-rwth.de/~maoz/ Shahar Maoz] and [http://www.wisdom.weizmann.ac.il/~harel/ David Harel], '''From Multi-Modal Scenarios to Code: Compiling LSCs into AspectJ''', ''Proc. 14th ACM SIGSOFT Symp. on Foundations of Software Engineering'' (SIGSOFT FSE'06), ACM, 2006, pp. 219-230.
+
* 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]

Latest revision as of 11:32, 24 November 2010

The LSC Compiler is termed S2A, standing for scenarios to aspects. It translates live sequence charts (LSCs), into AspectJ code, and thus provides full code generation of reactive behavior from visual inter-object scenario-based specifications.

References

  • Maoz, Harel, and Kleinbort, A Compiler for Multi-Modal Scenarios: Transforming LSCs into AspectJ, ACM Trans. on Soft. Eng. and Method. (TOSEM). Accepted November 2009.
  • Harel, Kelinbort, and Maoz, S2A: A Compiler for Multi-Modal UML Sequence Diagrams, Proc. 10th Int. Conf. on Fundamental Approaches to Soft. Eng. (FASE'07), vol. 4422 of LNCS, Springer, 2007, pp. 121-124.
  • 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