Skip to content
Thomas Kühn edited this page Oct 14, 2015 · 19 revisions

HOME > USERS > FIRST STEPS

Starting 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.

Creating 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 project in the project manager
  8. "New" -> "Other..." -> "Graphical CROM" -> "Graphical CROM Model" -> Next
  9. Choose a filename and click on Finish

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

Saving A Role Model

Saving a role model will create (or update) two files - the graphical model and the corresponding semantic model. During the save action, the model transformation (cf. Transformation) is triggered, and the graphical representation is transformed into a CROM model.

Clone this wiki locally