FURCAS-dev / FURCAS

A Eclipse Language Workbench for view-based textual modelling based on EMF
http://www.furcas.org
11 stars 2 forks source link

Ability to re-resolve all references (#105) #115

Open StephanErb opened 13 years ago

StephanErb commented 13 years ago

We cannot only rely on the incremental re-evaluation of references at run time. When the mapping definition, the metamodel or the model has changed (e.g., after a checkout from the repository) we need the ability to walk a model and to re-resolve all its references.

(This might be implemented using an eclipse project builder)