Class UpdateProfileElementsCommand
java.lang.Object
org.eclipse.emf.common.command.AbstractCommand
org.eclipse.emf.edit.command.ChangeCommand
org.palladiosimulator.mdsdprofiles.ui.commands.UpdateProfileElementsCommand
- All Implemented Interfaces:
Command
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.common.command.AbstractCommand
AbstractCommand.NonDirtying
-
Field Summary
Fields inherited from class org.eclipse.emf.edit.command.ChangeCommand
changeDescription, changeRecorder, notifier, notifiers
Fields inherited from class org.eclipse.emf.common.command.AbstractCommand
description, isExecutable, isPrepared, label
-
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateProfileElementsCommand
create
(Resource profileApplicationStore, EList<org.modelversioning.emfprofile.Profile> updatedProfileElements) protected void
getLabel()
Methods inherited from class org.eclipse.emf.edit.command.ChangeCommand
createChangeRecorder, dispose, disposeChangeRecorder, execute, getChangeDescription, getChangeRecorder, prepare, redo, setChangeDescription, undo
Methods inherited from class org.eclipse.emf.common.command.AbstractCommand
canExecute, canUndo, chain, getAffectedObjects, getResult, setDescription, setLabel, toString
-
Method Details
-
create
public static UpdateProfileElementsCommand create(Resource profileApplicationStore, EList<org.modelversioning.emfprofile.Profile> updatedProfileElements) -
doExecute
protected void doExecute()- Specified by:
doExecute
in classChangeCommand
-
getLabel
- Specified by:
getLabel
in interfaceCommand
- Overrides:
getLabel
in classAbstractCommand
-
getDescription
- Specified by:
getDescription
in interfaceCommand
- Overrides:
getDescription
in classAbstractCommand
-