Features details
Details of features in the workbench
Kermeta development environment currently contains the following features:
- an interpreter and a debugger that allows to run your metamodel
- a texteditor with syntax higlighting, code autocompletion
- a graphical editor
- an outline view, which allows to navigate through the whole model and metamodel.
- a "Kermeta doc" view
- various import/export transformations. Including ecore2kermeta (kermeta text), kermat2ecore, kermeta2xmi (xmi version of your kermeta metamodel), xmi2kermeta, xmi2ecore.
- OCL textual syntax support
Features under development
- synchronisation mecanism between the various syntaxes supported by Kermeta workbench
- a model prototyper that allow to "run" your model using the behavior defined with kermeta. This will be accessible directly from your own model editor.
- a compiler (coming soon ! the prototype in the CVS is in test !)
- a generic model viewer based on dynamic navigation (touchgraph)