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.
|
getElementTypecanExecutecompose, getAffectedFiles, getCommandResult, internalSetResult, reducecanRedo, canSetOptions, canUndo, dispose, execute, getEditingDomain, getOptions, isReuseParentTransaction, redo, setOptions, setReuseParentTransaction, undoaddContext, getContexts, getLabel, hasContext, removeContext, setLabel, toStringpublic 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.