-
Notifications
You must be signed in to change notification settings - Fork 3
Adding New Diagram Types
Stephan Seifermann edited this page Jan 4, 2018
·
9 revisions
In order to add support for a new diagram type, you have to do the following tasks. Each task refers to a specific page that explains the task in further detail. Additionally, the pages give background information about design decisions or implementation hints.
- Create a textual editor
- Create transformations between textual and graphical presentations
- Tailor the graphical editor to the limitations of the textual representation
- Add required UI elements
Modeling Environment
Tools