java.lang.Object
org.palladiosimulator.protocom.traverse.framework.PcmRepresentative<org.palladiosimulator.pcm.allocation.Allocation>
org.palladiosimulator.protocom.traverse.framework.allocation.XAllocation
org.palladiosimulator.protocom.traverse.jse.allocation.JseAllocation

public class JseAllocation extends XAllocation
An Allocation for JSE translates into one additional container information file.
  • Constructor Details

    • JseAllocation

      public JseAllocation()
  • 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.allocation.Allocation>