org.eclipse.emf.ecp.view.table.edapt._140to150
Class AddedDMRToTableDMRMigration
java.lang.Object
org.eclipse.emf.edapt.migration.CustomMigration
org.eclipse.emf.ecp.view.table.edapt._140to150.AddedDMRToTableDMRMigration
public class AddedDMRToTableDMRMigration
- extends org.eclipse.emf.edapt.migration.CustomMigration
Before 1.5.0 a table domain model reference was simply a subclass of feature path domain model reference. This made
it impossible to use a different dmr to reach the multi reference. Starting with 1.5.0. it is possible to set a
different dmr leading to the multi reference on the table dmr. This migration creates a feature path dmr with the old
values on the table.
- Author:
- jfaltermeier
Method Summary |
void |
migrateAfter(org.eclipse.emf.edapt.spi.migration.Model model,
org.eclipse.emf.edapt.spi.migration.Metamodel metamodel)
|
Methods inherited from class org.eclipse.emf.edapt.migration.CustomMigration |
migrateBefore |
AddedDMRToTableDMRMigration
public AddedDMRToTableDMRMigration()
migrateAfter
public void migrateAfter(org.eclipse.emf.edapt.spi.migration.Model model,
org.eclipse.emf.edapt.spi.migration.Metamodel metamodel)
throws org.eclipse.emf.edapt.migration.MigrationException
- Overrides:
migrateAfter
in class org.eclipse.emf.edapt.migration.CustomMigration
- Throws:
org.eclipse.emf.edapt.migration.MigrationException
Copyright © 2015. All Rights Reserved.