org.eclipse.emf.ecp.view.table.migrate
Class TableMigrator

java.lang.Object
  extended by org.eclipse.emf.ecp.view.table.migrate.TableMigrator
All Implemented Interfaces:
Migrator

public class TableMigrator
extends Object
implements Migrator


Constructor Summary
TableMigrator()
           
 
Method Summary
 boolean isApplicable(org.eclipse.emf.ecore.EObject eObject)
           
 void migrate(org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.util.FeatureMap anyAttribute, org.eclipse.emf.ecore.util.FeatureMap mixed)
          Migrate an EObject based on the attributes and missing features.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableMigrator

public TableMigrator()
Method Detail

migrate

public void migrate(org.eclipse.emf.ecore.EObject eObject,
                    org.eclipse.emf.ecore.util.FeatureMap anyAttribute,
                    org.eclipse.emf.ecore.util.FeatureMap mixed)
Description copied from interface: Migrator
Migrate an EObject based on the attributes and missing features.

Specified by:
migrate in interface Migrator
Parameters:
eObject - the EObject to migrate
anyAttribute - the FeatureMap containing the missing attributes
mixed - the FeatureMap containing the missing references

isApplicable

public boolean isApplicable(org.eclipse.emf.ecore.EObject eObject)
Specified by:
isApplicable in interface Migrator
Parameters:
eObject - the EObject to migrate
Returns:
true if the instance can migrate the EObject


Copyright © 2014. All Rights Reserved.