org.eclipse.emf.mapping.ecore2ecore.presentation
Class Ecore2EcoreEditor.Ecore2EcoreInitializeCopyOverrideCommand
java.lang.Object
org.eclipse.emf.common.command.AbstractCommand
org.eclipse.emf.mapping.command.InitializeCopyOverrideCommand
org.eclipse.emf.mapping.ecore2ecore.presentation.Ecore2EcoreEditor.Ecore2EcoreInitializeCopyOverrideCommand
- All Implemented Interfaces:
- Command
- Enclosing class:
- Ecore2EcoreEditor
- public static class Ecore2EcoreEditor.Ecore2EcoreInitializeCopyOverrideCommand
- extends InitializeCopyOverrideCommand
Method Summary |
void |
execute()
Performs the command activity required for the effect.
|
Ecore2EcoreEditor.Ecore2EcoreInitializeCopyOverrideCommand
public Ecore2EcoreEditor.Ecore2EcoreInitializeCopyOverrideCommand(MappingDomain domain,
InitializeCopyCommand initializeCommand)
execute
public void execute()
- Description copied from interface:
Command
- Performs the command activity required for the effect.
The effect of calling
execute
when canExecute
returns false
,
or when canExecute
hasn't been called, is undefined.
- Specified by:
execute
in interface Command
- Overrides:
execute
in class InitializeCopyOverrideCommand