Class MigrationStrategyExecutor


  • public class MigrationStrategyExecutor
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MigrationStrategyExecutor​(org.eclipse.core.resources.IResource model, java.net.URI strategy, java.lang.Object originalMetamodel, java.lang.Object evolvedMetamodel)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

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

      • MigrationStrategyExecutor

        public MigrationStrategyExecutor​(org.eclipse.core.resources.IResource model,
                                         java.net.URI strategy,
                                         java.lang.Object originalMetamodel,
                                         java.lang.Object evolvedMetamodel)
    • Method Detail

      • run

        public void run()