public interface MetaModelEvolutionIncubator
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EClass |
migrateClass(org.eclipse.emf.ecore.EObject oldObject,
MetaModelEvolutionContext context) |
void |
updateAttributeValues(org.eclipse.emf.ecore.EObject oldObject,
org.eclipse.emf.ecore.EObject newObject,
MetaModelEvolutionContext context) |
void |
updateReferenceTargets(org.eclipse.emf.ecore.EObject oldObject,
org.eclipse.emf.ecore.EObject newObject,
MetaModelEvolutionContext context) |
org.eclipse.emf.ecore.EClass migrateClass(org.eclipse.emf.ecore.EObject oldObject,
MetaModelEvolutionContext context)
throws MetaModelEvolutionCanceledException,
ElementCannotBeEvolvedException
void updateAttributeValues(org.eclipse.emf.ecore.EObject oldObject,
org.eclipse.emf.ecore.EObject newObject,
MetaModelEvolutionContext context)
throws MetaModelEvolutionCanceledException,
ElementCannotBeEvolvedException
void updateReferenceTargets(org.eclipse.emf.ecore.EObject oldObject,
org.eclipse.emf.ecore.EObject newObject,
MetaModelEvolutionContext context)
throws MetaModelEvolutionCanceledException,
ElementCannotBeEvolvedException