soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

Add generateID() for model elements automatically using an EMF dynamic template #165

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
Currently, generateID() is specified manually for every new model element
in their respective XXXFactoryImpl (see issue 11).

EMF supports dynamic templates, so we should provide EMF templates to
insert this automatically when generating model code instead.

What goal would this enhancement help you achieve?
More reliable code, and IDs will always be provided.

This would also mean that we wouldn't have to check in the EMF generated
model code whenever it is generated.

Original issue reported on code.google.com by soundasleep on 31 Mar 2010 at 3:46

GoogleCodeExporter commented 9 years ago
Started in r1905 and finished in r1908.

Original comment by soundasleep on 16 Apr 2010 at 5:16