public class ExecuteCommand extends org.eclipse.emf.edit.command.ChangeCommand implements IChangeProvider
| Constructor and Description |
|---|
ExecuteCommand(OperationInstance operationInstance,
MetamodelExtent extent)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<Change> |
getChanges(List<PrimitiveChange> changes)
Provide a representation of the change it causes
|
dispose, execute, getChangeRecorder, redo, undopublic ExecuteCommand(OperationInstance operationInstance, MetamodelExtent extent)
operationInstance - Operation instanceextent - Class extentpublic List<Change> getChanges(List<PrimitiveChange> changes)
getChanges in interface IChangeProviderchanges - The primitive changes which were recordedCopyright © 2020. All rights reserved.