org.eclipse.epsilon.flock.dt.emf.util
Class MigrationStrategyExecutor

java.lang.Object
  extended by org.eclipse.epsilon.flock.dt.emf.util.MigrationStrategyExecutor

public class MigrationStrategyExecutor
extends java.lang.Object


Constructor Summary
MigrationStrategyExecutor(org.eclipse.core.resources.IResource model, java.net.URI strategy, java.lang.Object originalMetamodel, java.lang.Object evolvedMetamodel)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, 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()