Class JseInfrastructureInterface


  • public class JseInfrastructureInterface
    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 Detail

      • JseInfrastructureInterface

        public JseInfrastructureInterface()
    • Method Detail

      • 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>