Class LabelAlignmentMigration


  • public class LabelAlignmentMigration
    extends org.eclipse.emf.edapt.migration.CustomMigration
    This migration will make sure that after the default of the label alignment has been changed from left to default, left is still used for the old models.
    Author:
    Johannes Faltermeier
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LabelAlignmentMigration

        public LabelAlignmentMigration()
    • Method Detail

      • 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