Class EntryLevelSystemCallCreateCommand

java.lang.Object
org.eclipse.core.commands.operations.AbstractOperation
org.eclipse.emf.workspace.AbstractEMFOperation
org.eclipse.gmf.runtime.emf.commands.core.command.AbstractTransactionalCommand
org.eclipse.gmf.runtime.emf.type.core.commands.EditElementCommand
de.uka.ipd.sdq.pcm.gmf.usage.edit.commands.EntryLevelSystemCallCreateCommand
All Implemented Interfaces:
IUndoableOperation, org.eclipse.gmf.runtime.common.core.command.ICommand, org.eclipse.gmf.runtime.common.core.internal.command.ICommandWithSettableResult

public class EntryLevelSystemCallCreateCommand extends org.eclipse.gmf.runtime.emf.type.core.commands.EditElementCommand
Generated class or method.
  • Constructor Details

    • EntryLevelSystemCallCreateCommand

      public EntryLevelSystemCallCreateCommand(org.eclipse.gmf.runtime.emf.type.core.requests.CreateElementRequest req)
      Generated class or method.
  • Method Details

    • getElementToEdit

      protected EObject getElementToEdit()
      Overrides:
      getElementToEdit in class org.eclipse.gmf.runtime.emf.type.core.commands.EditElementCommand
      Generated class or method.
    • canExecute

      public boolean canExecute()
      Specified by:
      canExecute in interface IUndoableOperation
      Overrides:
      canExecute in class org.eclipse.gmf.runtime.emf.type.core.commands.EditElementCommand
      Generated class or method.
    • doExecuteWithResult

      protected org.eclipse.gmf.runtime.common.core.command.CommandResult doExecuteWithResult(IProgressMonitor monitor, IAdaptable info) throws ExecutionException
      Specified by:
      doExecuteWithResult in class org.eclipse.gmf.runtime.emf.commands.core.command.AbstractTransactionalCommand
      Throws:
      ExecutionException
      Generated class or method.
    • doConfigure

      protected void doConfigure(org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall newElement, IProgressMonitor monitor, IAdaptable info) throws ExecutionException
      Throws:
      ExecutionException
      Generated class or method.