Class SimProvidedPortsXpt

java.lang.Object
de.uka.ipd.sdq.pcm.codegen.simucom.transformations.ProvidedPortsXpt
de.uka.ipd.sdq.pcm.codegen.simucom.transformations.sim.SimProvidedPortsXpt

public class SimProvidedPortsXpt extends ProvidedPortsXpt
  • Constructor Details

    • SimProvidedPortsXpt

      public SimProvidedPortsXpt()
  • Method Details

    • _portDelegationDelegatingCall

      protected CharSequence _portDelegationDelegatingCall(org.palladiosimulator.pcm.repository.OperationSignature os)
    • _portDelegationDelegatingCall

      protected CharSequence _portDelegationDelegatingCall(org.palladiosimulator.pcm.repository.InfrastructureSignature is)
    • _composedStructurePortDelegationDelegatingCall

      protected CharSequence _composedStructurePortDelegationDelegatingCall(org.palladiosimulator.pcm.repository.OperationSignature os, org.palladiosimulator.pcm.core.entity.ComposedProvidingRequiringEntity cs)
    • _composedStructurePortDelegationDelegatingCall

      protected CharSequence _composedStructurePortDelegationDelegatingCall(org.palladiosimulator.pcm.repository.InfrastructureSignature is, org.palladiosimulator.pcm.core.entity.ComposedProvidingRequiringEntity cs)
    • _prePortCode

      protected CharSequence _prePortCode(org.palladiosimulator.pcm.core.entity.ComposedProvidingRequiringEntity cpre)
    • _prePortCode

      protected CharSequence _prePortCode(org.palladiosimulator.analyzer.completions.Completion c)
    • _postPortCode

      protected CharSequence _postPortCode(org.palladiosimulator.pcm.core.entity.ComposedProvidingRequiringEntity cpre)
    • _postPortCode

      protected CharSequence _postPortCode(org.palladiosimulator.analyzer.completions.Completion c)
    • _componentPortHelperMethods

      protected CharSequence _componentPortHelperMethods(org.palladiosimulator.pcm.repository.OperationProvidedRole opr)
    • _componentPortHelperMethods

      protected CharSequence _componentPortHelperMethods(org.palladiosimulator.pcm.repository.InfrastructureProvidedRole ipr)
    • _composedComponentPortHelperMethods

      protected CharSequence _composedComponentPortHelperMethods(org.palladiosimulator.pcm.repository.OperationInterface oi)
    • _composedComponentPortHelperMethods

      protected CharSequence _composedComponentPortHelperMethods(org.palladiosimulator.pcm.repository.InfrastructureInterface ii)
    • _dummyComponentPortHelperMethod

      protected CharSequence _dummyComponentPortHelperMethod(org.palladiosimulator.pcm.repository.OperationInterface oi)
    • _dummyComponentPortHelperMethod

      protected CharSequence _dummyComponentPortHelperMethod(org.palladiosimulator.pcm.repository.InfrastructureInterface ii)
    • componentPortHelperMethodsTM

      public CharSequence componentPortHelperMethodsTM(org.palladiosimulator.pcm.repository.ProvidedRole role)
      Overrides:
      componentPortHelperMethodsTM in class ProvidedPortsXpt
    • composedComponentPortHelperMethodsTM

      public CharSequence composedComponentPortHelperMethodsTM(org.palladiosimulator.pcm.repository.Interface iface)
      Overrides:
      composedComponentPortHelperMethodsTM in class ProvidedPortsXpt
    • portDelegationDelegatingCallTM

      public CharSequence portDelegationDelegatingCallTM(org.palladiosimulator.pcm.repository.Signature signature)
      Overrides:
      portDelegationDelegatingCallTM in class ProvidedPortsXpt
    • composedStructurePortDelegationDelegatingCallTM

      public CharSequence composedStructurePortDelegationDelegatingCallTM(org.palladiosimulator.pcm.repository.Signature signature, org.palladiosimulator.pcm.core.entity.ComposedProvidingRequiringEntity cs)
      Overrides:
      composedStructurePortDelegationDelegatingCallTM in class ProvidedPortsXpt
    • portDelegationDelegatingCall

      public CharSequence portDelegationDelegatingCall(org.palladiosimulator.pcm.repository.Signature is)
    • composedStructurePortDelegationDelegatingCall

      public CharSequence composedStructurePortDelegationDelegatingCall(org.palladiosimulator.pcm.repository.Signature is, org.palladiosimulator.pcm.core.entity.ComposedProvidingRequiringEntity cs)
    • prePortCode

      public CharSequence prePortCode(org.palladiosimulator.pcm.core.entity.ComposedProvidingRequiringEntity c)
    • postPortCode

      public CharSequence postPortCode(org.palladiosimulator.pcm.core.entity.ComposedProvidingRequiringEntity c)
    • componentPortHelperMethods

      public CharSequence componentPortHelperMethods(org.palladiosimulator.pcm.repository.ProvidedRole ipr)
    • composedComponentPortHelperMethods

      public CharSequence composedComponentPortHelperMethods(org.palladiosimulator.pcm.repository.Interface ii)
    • dummyComponentPortHelperMethod

      public CharSequence dummyComponentPortHelperMethod(org.palladiosimulator.pcm.repository.Interface ii)