org.eclipse.emf.ecp.view.table.migrate
Class TableMigrator
java.lang.Object
org.eclipse.emf.ecp.view.table.migrate.TableMigrator
- All Implemented Interfaces:
- Migrator
public class TableMigrator
- extends Object
- implements Migrator
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. |
TableMigrator
public TableMigrator()
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 migrateanyAttribute
- the FeatureMap
containing the missing attributesmixed
- 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.