java.lang.Object
org.palladiosimulator.protocom.traverse.framework.PcmRepresentative<org.palladiosimulator.pcm.system.System>
org.palladiosimulator.protocom.traverse.framework.system.XSystem
org.palladiosimulator.protocom.traverse.jse.system.JseSystem

public class JseSystem extends XSystem
An System translates into the following Java compilation units:
  • a class used to setup the assembly (a System is a Composed Structure),
  • an interface for this component's class,
  • a context class for assembly (basically unused, can be removed?),
  • an interface for the context class,
  • a class for each component's port, used by the Usage Scenario. TODO: Move to traverse
  • Constructor Details

    • JseSystem

      public JseSystem()
  • 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.system.System>