Child pages
  • The Eclipse Modeling Framework
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Warning

This tutorial is a work-in-progress. Don't start with it yet!

This tutorial will be all about the Eclipse Modeling Framework, one of the core technologies in the Eclipse universe. You will learn what metamodels are and how to create them, how to generate an editor for instances of your metamodels, and how to load and save such instances. All of this just goes to teach you all you need to know for the final step, which will be to think about, design, and implement a metamodel for Turing Machines. Once you're done with this tutorial, you will have an application that looks something like this:

ToDo

Insert screenshot of final application.

ToDo

Insert link to presentation slides.

Preliminaries

 

Required Software

Your Eclipse installation already has everything we need for this tutorial. In fact, that's one reason why we suggested you install the Eclipse Modeling Tools.

Finding Documentation

 

  • No labels