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, notifiersFields inherited from class org.eclipse.emf.common.command.AbstractCommand
description, isExecutable, isPrepared, label -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateProfileElementsCommandcreate(Resource profileApplicationStore, EList<org.modelversioning.emfprofile.Profile> updatedProfileElements) protected voidgetLabel()Methods inherited from class org.eclipse.emf.edit.command.ChangeCommand
createChangeRecorder, dispose, disposeChangeRecorder, execute, getChangeDescription, getChangeRecorder, prepare, redo, setChangeDescription, undoMethods 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:
doExecutein classChangeCommand
-
getLabel
- Specified by:
getLabelin interfaceCommand- Overrides:
getLabelin classAbstractCommand
-
getDescription
- Specified by:
getDescriptionin interfaceCommand- Overrides:
getDescriptionin classAbstractCommand
-