Skip to content
Tobias Nett edited this page Jan 12, 2015 · 19 revisions

USERS > FIRST STEPS

Start the Editor

Starting the ORM Editor is easy after you have set up the project (using the Setup Guide): just make a right-click on the org.framed.orm.model.editor project in the project manager and select "Run As" -> "Eclipse Application" in the context menu. A new Eclipse instance will be opened with the ORM Editor.

Create a new role model

  1. Create an empty project:
  2. Right click in the project manager
  3. "New" -> "Project..."
  4. Choose the preselected general project
  5. Type in a project name and finish the wizard. A new project should appear in your project manager.
  6. Create the Role Model
  7. Right click on the new created projetc in the project manager
  8. "New" -> "Other..." -> "Example EMF Model Creation Wizards" -> "Orm Model" -> Next
  9. Choose a filename and click on Finish

Now the editor will be opened and you can start creating your role model.

Clone this wiki locally