Class AddLatencyAndThroughputRecordingCommand

java.lang.Object
org.eclipse.emf.common.command.AbstractCommand
org.eclipse.emf.transaction.RecordingCommand
de.uka.ipd.sdq.pcm.gmf.resource.helper.AddLatencyAndThroughputRecordingCommand
All Implemented Interfaces:
Command, org.eclipse.emf.transaction.util.ConditionalRedoCommand

public class AddLatencyAndThroughputRecordingCommand extends org.eclipse.emf.transaction.RecordingCommand
A command.
  • Constructor Details

    • AddLatencyAndThroughputRecordingCommand

      public AddLatencyAndThroughputRecordingCommand(org.eclipse.emf.transaction.TransactionalEditingDomain domain, org.palladiosimulator.pcm.resourceenvironment.CommunicationLinkResourceSpecification communicationLinkResourceSpecification)
      Parameters:
      domain - a TransactionalEditingDomain
      communicationLinkResourceSpecification - a communicationLinkResourceSpecification
  • Method Details

    • doExecute

      protected void doExecute()
      Specified by:
      doExecute in class org.eclipse.emf.transaction.RecordingCommand