Class AddLatencyAndThroughputRecordingCommand

  • All Implemented Interfaces:
    Command, org.eclipse.emf.transaction.util.ConditionalRedoCommand

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

      • AddLatencyAndThroughputRecordingCommand

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

      • doExecute

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