Class JseStubCompositeComponent

java.lang.Object
org.palladiosimulator.protocom.traverse.framework.PcmRepresentative<org.palladiosimulator.pcm.repository.CompositeComponent>
org.palladiosimulator.protocom.traverse.framework.repository.XCompositeComponent
org.palladiosimulator.protocom.traverse.jsestub.repository.JseStubCompositeComponent

public class JseStubCompositeComponent extends XCompositeComponent
An CompositeComponent translates into the following Java compilation units:
  • a class used to setup the assembly (a CompositeComponent is a ComposedStructure),
  • an interface for this component's class,
  • a context class for assembly,
  • an interface for the context class,
  • a class for each component's port. TODO: Move to traverse
  • Constructor Details

    • JseStubCompositeComponent

      public JseStubCompositeComponent()
  • 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.CompositeComponent>