Skip to content

Zeta before migration to yFiles

Sebi1006 edited this page Jun 25, 2021 · 1 revision

DSL Editor

The graphical editor is configured via the textual DSLs by using the DSL editor. The DSL editor supports auto-completion of keywords and the detection of possible parsing errors.

DSL-Editor-Edit

Outline

To keep the overview you can use the outline function, which displays all defined elements of the DSL and allows to select them within the DSL editor.

DSL-Editor-Outline

Model Editor

With the graphical editor configured by the DSLs you can create and edit any model you want.

Model-Editor

Code Generator

Now Scala code can be generated and downloaded from a previously created and saved model.

Code-Generator