Class PcmAllocationDiagramGenerator
java.lang.Object
org.palladiosimulator.view.plantuml.generator.PcmAllocationDiagramGenerator
-
Constructor Summary
ConstructorDescriptionPcmAllocationDiagramGenerator
(org.palladiosimulator.pcm.allocation.Allocation allocation) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
appendAllocationContext
(org.palladiosimulator.pcm.allocation.AllocationContext context, StringBuilder buffer) protected void
appendAssemblyConnector
(org.palladiosimulator.pcm.core.composition.AssemblyConnector connector, StringBuilder buffer) protected void
appendContainerStart
(org.palladiosimulator.pcm.resourceenvironment.ResourceContainer container, StringBuilder buffer) protected org.palladiosimulator.pcm.allocation.AllocationContext
assemblyToAllocationContext
(org.palladiosimulator.pcm.core.composition.AssemblyContext assemblyContext)
-
Constructor Details
-
PcmAllocationDiagramGenerator
public PcmAllocationDiagramGenerator(org.palladiosimulator.pcm.allocation.Allocation allocation)
-
-
Method Details
-
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)
-