Class UpdateStereotypeElementsCommand
java.lang.Object
org.eclipse.emf.common.command.AbstractCommand
org.eclipse.emf.edit.command.ChangeCommand
org.palladiosimulator.mdsdprofiles.ui.commands.UpdateStereotypeElementsCommand
- 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 TypeMethodDescriptioncreate(EObject stereotypableElement, EList<org.modelversioning.emfprofile.Stereotype> updatedStereotypableElements) protected voidCollection<?>getLabel()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, getResult, setDescription, setLabel, toString
-
Method Details
-
create
public static UpdateStereotypeElementsCommand create(EObject stereotypableElement, EList<org.modelversioning.emfprofile.Stereotype> updatedStereotypableElements) -
doExecute
protected void doExecute()- Specified by:
doExecutein classChangeCommand
-
getLabel
- Specified by:
getLabelin interfaceCommand- Overrides:
getLabelin classAbstractCommand
-
getDescription
- Specified by:
getDescriptionin interfaceCommand- Overrides:
getDescriptionin classAbstractCommand
-
getAffectedObjects
- Specified by:
getAffectedObjectsin interfaceCommand- Overrides:
getAffectedObjectsin classAbstractCommand
-