1 / 6

DSLs for Model Transformation

DSLs for Model Transformation. public class Bill { private Set<Call> calls; private State state; public void run() { yyObject.simpleMessage(); state = T1.getState(); // ... } //... }. public class Bill { private Set<Call> calls; private State state; public void run() {

didier
Télécharger la présentation

DSLs for Model Transformation

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. DSLs for Model Transformation

  2. publicclassBill { privateSet<Call> calls; privateState state; publicvoidrun() { yyObject.simpleMessage(); state = T1.getState(); // ... } //... }

  3. publicclassBill { privateSet<Call> calls; privateState state; publicvoidrun() { yyObject.simpleMessage(); state = T1.getState(); // ... } //... }

  4. Project Challenge • Define a DSL for model analysis and transformation • Sort our the mess of different model views • Find the right level of abstraction in DSL • Implement DSL in Groovy • Define good code generation rules • Build working examples

More Related