Class PcmAllocationDiagramGenerator

java.lang.Object
org.palladiosimulator.view.plantuml.generator.PcmAllocationDiagramGenerator

public class PcmAllocationDiagramGenerator extends Object
  • Constructor Details

    • PcmAllocationDiagramGenerator

      public PcmAllocationDiagramGenerator(org.palladiosimulator.pcm.allocation.Allocation allocation)
  • Method Details

    • getDiagramText

      public String getDiagramText()
    • appendContainerStart

      protected void appendContainerStart(org.palladiosimulator.pcm.resourceenvironment.ResourceContainer container, StringBuilder buffer)
    • appendAllocationContext

      protected void appendAllocationContext(org.palladiosimulator.pcm.allocation.AllocationContext context, StringBuilder buffer)
    • appendAssemblyConnector

      protected void appendAssemblyConnector(org.palladiosimulator.pcm.core.composition.AssemblyConnector connector, StringBuilder buffer)
    • assemblyToAllocationContext

      protected org.palladiosimulator.pcm.allocation.AllocationContext assemblyToAllocationContext(org.palladiosimulator.pcm.core.composition.AssemblyContext assemblyContext)