blob: 72b6bb51a7853dff6138bde8ed0fc425e5e64ae9 [file] [log] [blame]
h2. AMALTHEA Model Migration
h3. Why model migration is required ?
EMF based models are the instances of ECORE meta model (which is updated for each release).
As there is a tight dependency between model instance and the corresponding meta model, old EMF models can not be loaded with the newer release of meta model.
bq. Example : Due to the change in the namespace of the meta model, loading of model files from prior versions would fail with the latest version
This problem can be solved by explicitly migrating the model files from the prior versions to be compatible to the latest meta model version
h3. AMALTHEA model migration
As described above, same scenario is also applicable for AMALTHEA models as they are instances of EMF based AMALTHEA ECORE meta model.
For each release of AMALTHEA there will be changes in the meta model contents, due to this it is not possible to load models built from previous releases of AMALTHEA into latest tool distribution.
*Model Migration functionality* is part of this distribution, using this feature it is possible to convert models from previous releases (e.g. itea.1.0.3, itea.1.1.0, itea.1.1.1, 0.7.0, 0.7.1, 0.7.2, 0.8.0, 0.8.1) to the ones which are compatible to the next versions of AMALTHEA meta model.
_Only forward migration of models is supported by Model Migration functionality of AMALTHEA_