Skip to content
pp23 edited this page Aug 1, 2014 · 19 revisions

Start the Editor

Starting the ORM Editor is easy: Just make a right-click on the "org.framed.orm.model.editor" in the project manager and select in the context menu "Run As" -> "Eclipse Application". 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