melange
melange copied to clipboard
The Melange Language Workbench
Cross-references between different models is only in-the-small, at the Ecore level. However, it would be relevant to allow direct references between models by enabling the definition of metamodels' and model...
Currently, operations are associated to metamodels or model types through the definition of transformations: ``` modeltype A { ... } metamodel X implements A { ... } transformation foo(A a)...
Currently, the abstract syntax of metamodels is defined by importing the corresponding Ecore file: ``` metamodel X { ecore "platform:/.../X.ecore" exactType XMT } ``` An alternative solution would be to...