Class JseStubInfrastructureInterface

java.lang.Object
org.palladiosimulator.protocom.traverse.framework.PcmRepresentative<org.palladiosimulator.pcm.repository.InfrastructureInterface>
org.palladiosimulator.protocom.traverse.framework.repository.XInfrastructureInterface
org.palladiosimulator.protocom.traverse.jsestub.repository.JseStubInfrastructureInterface

public class JseStubInfrastructureInterface extends XInfrastructureInterface
An Infrastructure Interface translates into the following Java compilation units:
  • an interface.
Note that this interface, nor the infrastructure component and ports are used by ProtoCom. Infrastructure component calls in PCM should not be simulated but rather directly executed.
  • Constructor Details

    • JseStubInfrastructureInterface

      public JseStubInfrastructureInterface()
  • Method Details

    • generate

      public void generate()
      Description copied from class: PcmRepresentative
      Generate the files needed for this entity. Nothing is generated in the default case.
      Overrides:
      generate in class PcmRepresentative<org.palladiosimulator.pcm.repository.InfrastructureInterface>