Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

Xennis/graphical_model_editor

Repository files navigation

Graphical model editor

Used software

Getting started

  • Start Eclipse Modeling Tools IDE
  • Import org.example.demo.activitydiagram and org.example.demo.activitydiagram.ad_editor into Eclipse

Generate code

  • Open the org.example.demo.activitydiagram/model/activitydiagram_model.genmodel file
  • Rightclick on Activitydiagram_model > Generate Model Code

Run the editor

  • Run org.example.demo.activitydiagram.ad_editor as Eclipse Application
  • Import DemoActivityDiagramEditor

Transform the diagram to text

  • Open the DemoActivityDiagramEditor\MOFScript\ActivityDiagramEditor.m2t file
  • Click the run button and choose as source code model the DemoActivityDiagramEditor/model folder

Illustration

With the editor you can create activity diagrams like the following:

Demo_ActivityDiagramEditor

These diagrams are base on the underlying model, which is defined in the EMF Project:

Ecore_diagram_file_-_Activity_diagram

With the included MOFScript it is possible to transform the above activity diagram to text:

******************* Start *******************
STATE: StartState 
TRANISTION: name:'', from:StartState(''), to:ActionState('View list of travel destinations')
TRANISTION: name:'', from:ActionState('View list of travel destinations'), to:DecisionState('Share travel link')
TRANISTION: name:'no', from:DecisionState('Share travel link'), to:EndState('')
TRANISTION: name:'yes', from:DecisionState('Share travel link'), to:ActionState('Compose email and send')
TRANISTION: name:'', from:ActionState('Compose email and send'), to:EndState('')
TRANISTION: name:'', from:ActionState('Book travel'), to:EndState('')
******************* End *******************

About

Example usage of Eclipse EMF, Graphiti, Spray and MOFScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published