Overview: Metamodel Generator
Automating the manual development of Java metaclasses.
How to get it?
- You can download it from the sourceforge file release page
- It is also included in the example workspace
What it does
- Model your metamodel in any supported UML tool, export it to XMI, and run the metamodel generator to get implementations of Java metaclasses
- Depending on the markup in the model, it generates finders, factories and query methods for the metaclasses in the model
- Generates Events to track changes in the model, either from other parts of the model and from "external views", such as an IDE
- Also generated HTML docs, XML DTD and various other goodies
- Generates Property Sources for Eclipse IDEs
- Generates Input for the GEF Editor generator

