public interface IRefactoring
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.transaction.TransactionalEditingDomain |
getEditingDomain()
Returns the editing domain that this refactoring update is applicable to.
|
StructuredReference |
getStructuredReferenceToUpdate()
Returns the reference to be updated
|
StructuredReference |
performUpdate(StructuredReference vr)
Updates the StructuredReference as needed.
|
void |
synchronize()
Make the necessary changes to the MappedTargetModel, for example rename or move
the Target element(s) to reflect the changes in the Domain world.
|
StructuredReference getStructuredReferenceToUpdate()
StructuredReference performUpdate(StructuredReference vr)
vr
- to be updatedvoid synchronize()
org.eclipse.emf.transaction.TransactionalEditingDomain getEditingDomain()