execution framework of the gemoc studio tool demo
play

Execution Framework of the GEMOC Studio (Tool demo) Erwan Bousse 1 - PowerPoint PPT Presentation

Context The GEMOC Studio execution framework Demo Conclusion Execution Framework of the GEMOC Studio (Tool demo) Erwan Bousse 1 Thomas Degueule 2 Didier Vojtisek 2 Tanja Mayerhofer 1 Julien Deantoni 3 Benoit Combemale 2 1 TU Wien (Austria) 2


  1. Context The GEMOC Studio execution framework Demo Conclusion Execution Framework of the GEMOC Studio (Tool demo) Erwan Bousse 1 Thomas Degueule 2 Didier Vojtisek 2 Tanja Mayerhofer 1 Julien Deantoni 3 Benoit Combemale 2 1 TU Wien (Austria) 2 Université Rennes 1 (France) 3 Université Côte d’Azur, I3S (France) October 30, 2016 Bousse, Degueule, Vojtisek, Mayerhofer, Deantoni, Combemale Execution Framework of the GEMOC Studio 1/7

  2. Context The GEMOC Studio execution framework Demo Conclusion Generic syntactic services for DSMLs Many language workbenches to define Domain-specific Modeling Languages (DSMLs) Generic advanced syntactical services provided by various frameworks (Xtext, Sirius, etc.): – editors, parsers, syntax highlighting, auto completion, “quick fix” suggestion systems, etc. – no implementation from scratch On-going work on a Language Server Protocol supported by big actors (Red Hat, Microsoft) for a standard unified interface for syntactic services Bousse, Degueule, Vojtisek, Mayerhofer, Deantoni, Combemale Execution Framework of the GEMOC Studio 2/7

  3. Context The GEMOC Studio execution framework Demo Conclusion Generic syntactic services for DSMLs Many language workbenches to define Domain-specific Modeling Languages (DSMLs) Generic advanced syntactical services provided by various frameworks (Xtext, Sirius, etc.): – editors, parsers, syntax highlighting, auto completion, “quick fix” suggestion systems, etc. – no implementation from scratch On-going work on a Language Server Protocol supported by big actors (Red Hat, Microsoft) for a standard unified interface for syntactic services Bousse, Degueule, Vojtisek, Mayerhofer, Deantoni, Combemale Execution Framework of the GEMOC Studio 2/7

  4. Context The GEMOC Studio execution framework Demo Conclusion Towards generic runtime services? Problem: services at runtime remain mostly handcrafted for each DSML, eg.: – interactive debugging – trace management – runtime monitoring How to capitalize logic of runtime services. . . – RQ1: among different DSMLs ? – RQ2: among different metaprogramming approaches used for defining semantics? Bousse, Degueule, Vojtisek, Mayerhofer, Deantoni, Combemale Execution Framework of the GEMOC Studio 3/7

  5. Context The GEMOC Studio execution framework Demo Conclusion Overview of the GEMOC execution framework Xtext Core classes of the framework: IExecutionEngine IExecutionAddon AbstractExecutionEngine Core mechanism : addons are notified of execution steps, and can access the running model Bousse, Degueule, Vojtisek, Mayerhofer, Deantoni, Combemale Execution Framework of the GEMOC Studio 4/7

  6. Context The GEMOC Studio execution framework Demo Conclusion Overview of the GEMOC execution framework Xtext Core classes of the framework: IExecutionEngine IExecutionAddon AbstractExecutionEngine Core mechanism : addons are notified of execution steps, and can access the running model Bousse, Degueule, Vojtisek, Mayerhofer, Deantoni, Combemale Execution Framework of the GEMOC Studio 4/7

  7. Context The GEMOC Studio execution framework Demo Conclusion Overview of the GEMOC execution framework Xtext Core classes of the framework: IExecutionEngine IExecutionAddon AbstractExecutionEngine Core mechanism : addons are notified of execution steps, and can access the running model Bousse, Degueule, Vojtisek, Mayerhofer, Deantoni, Combemale Execution Framework of the GEMOC Studio 4/7

  8. Context The GEMOC Studio execution framework Demo Conclusion Overview of the GEMOC execution framework Xtext Core classes of the framework: IExecutionEngine IExecutionAddon AbstractExecutionEngine Core mechanism : addons are notified of execution steps, and can access the running model Bousse, Degueule, Vojtisek, Mayerhofer, Deantoni, Combemale Execution Framework of the GEMOC Studio 4/7

  9. Context The GEMOC Studio execution framework Demo Conclusion Current components implemented with the framework Runtime addons : Metaprogramming approaches (and associated engines): Graphical animator (using Sirius) Java (or Java-based) Execution trace management xMOF Sequential omniscient debugger Java+MoCCML (concurrency) Concurrent omniscient debugger BCOol (coordination of models) VCD, Stimuli manager, step decider Bousse, Degueule, Vojtisek, Mayerhofer, Deantoni, Combemale Execution Framework of the GEMOC Studio 5/7

  10. Context The GEMOC Studio execution framework Demo Conclusion Current components implemented with the framework Runtime addons : Metaprogramming approaches (and associated engines): Graphical animator (using Sirius) Java (or Java-based) Execution trace management xMOF Sequential omniscient debugger Java+MoCCML (concurrency) Concurrent omniscient debugger BCOol (coordination of models) VCD, Stimuli manager, step decider Bousse, Degueule, Vojtisek, Mayerhofer, Deantoni, Combemale Execution Framework of the GEMOC Studio 5/7

  11. Context The GEMOC Studio execution framework Demo Conclusion Current components implemented with the framework Runtime addons : Metaprogramming approaches (and associated engines): Graphical animator (using Sirius) Java (or Java-based) Execution trace management xMOF Sequential omniscient debugger Java+MoCCML (concurrency) Concurrent omniscient debugger BCOol (coordination of models) VCD, Stimuli manager, step decider Bousse, Degueule, Vojtisek, Mayerhofer, Deantoni, Combemale Execution Framework of the GEMOC Studio 5/7

  12. Context The GEMOC Studio execution framework Demo Conclusion Current components implemented with the framework Runtime addons : Metaprogramming approaches (and associated engines): Graphical animator (using Sirius) Java (or Java-based) Execution trace management xMOF Sequential omniscient debugger Java+MoCCML (concurrency) Concurrent omniscient debugger BCOol (coordination of models) VCD, Stimuli manager, step decider Bousse, Degueule, Vojtisek, Mayerhofer, Deantoni, Combemale Execution Framework of the GEMOC Studio 5/7

  13. Context The GEMOC Studio execution framework Demo Conclusion Current components implemented with the framework Runtime addons : Metaprogramming approaches (and associated engines): Graphical animator (using Sirius) Java (or Java-based) Execution trace management xMOF Sequential omniscient debugger Java+MoCCML (concurrency) Concurrent omniscient debugger BCOol (coordination of models) VCD, Stimuli manager, step decider Bousse, Degueule, Vojtisek, Mayerhofer, Deantoni, Combemale Execution Framework of the GEMOC Studio 5/7

  14. Context The GEMOC Studio execution framework Demo Conclusion Demo “Talk is cheap. Show me the code.” Linus Torvalds Bousse, Degueule, Vojtisek, Mayerhofer, Deantoni, Combemale Execution Framework of the GEMOC Studio 6/7

  15. Context The GEMOC Studio execution framework Demo Conclusion Conclusion Sharing of syntactic services in good shape (Xtext, Language Protocol, etc.) But poor sharing of runtime services among metaprog methods and DSMLs Our proposal: the GEMOC execution framework, to integrate generically runtime services independently from metaprogramming approaches and DSMLs Eclipse Research Consortium GEMOC : sustains the GEMOC studio as a research platform to experiment on the globalization of, possibly executable and heterogeneous, modeling languages Contributors are welcome! (eg. new metaprog. approaches) http://gemoc.org/ https://github.com/gemoc/ Bousse, Degueule, Vojtisek, Mayerhofer, Deantoni, Combemale Execution Framework of the GEMOC Studio 7/7

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend