public class EmitEventActionConfigureCommand
extends org.eclipse.gmf.runtime.emf.type.core.commands.ConfigureElementCommand
Constructor and Description |
---|
EmitEventActionConfigureCommand(org.eclipse.gmf.runtime.emf.type.core.requests.ConfigureRequest request,
org.palladiosimulator.pcm.repository.EventType eventType,
org.palladiosimulator.pcm.repository.SourceRole sourceRole)
Constructor to set the required configuration.
|
getElementType
canExecute
compose, getAffectedFiles, getCommandResult, internalSetResult, reduce
canRedo, canSetOptions, canUndo, dispose, execute, getEditingDomain, getOptions, isReuseParentTransaction, redo, setOptions, setReuseParentTransaction, undo
addContext, getContexts, getLabel, hasContext, removeContext, setLabel, toString
public EmitEventActionConfigureCommand(org.eclipse.gmf.runtime.emf.type.core.requests.ConfigureRequest request, org.palladiosimulator.pcm.repository.EventType eventType, org.palladiosimulator.pcm.repository.SourceRole sourceRole)
request
- The request calling this command.eventType
- The EventType the action should be able to emit.sourceRole
- The source role to be triggered by the action.