Class LocalCommunicationComponentBuilder

All Implemented Interfaces:
IBuilder, IComponentBuilder

public class LocalCommunicationComponentBuilder extends BasicComponentBuilder
Generates a BasicComponent which determines and loads the underlying network resource with the message's size of the message to transmit. Respects both requesting service and returning from service.
  • Constructor Details

    • LocalCommunicationComponentBuilder

      public LocalCommunicationComponentBuilder(PCMAndCompletionModelHolder models, org.palladiosimulator.pcm.repository.OperationInterface interf)
      Constructor of the network load simulator component
      Parameters:
      models - Container for the PCM model instance to modify
      interf - Interface of the component, used to delegate the method calls to its target
      linkingRes - The linking resource on which the load is created
  • Method Details