Class PcmAllocationDiagramGenerator
java.lang.Object
org.palladiosimulator.view.plantuml.generator.PcmAllocationDiagramGenerator
-
Constructor Summary
ConstructorsConstructorDescriptionPcmAllocationDiagramGenerator(org.palladiosimulator.pcm.allocation.Allocation allocation) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidappendAllocationContext(org.palladiosimulator.pcm.allocation.AllocationContext context, StringBuilder buffer) protected voidappendAssemblyConnector(org.palladiosimulator.pcm.core.composition.AssemblyConnector connector, StringBuilder buffer) protected voidappendContainerStart(org.palladiosimulator.pcm.resourceenvironment.ResourceContainer container, StringBuilder buffer) protected org.palladiosimulator.pcm.allocation.AllocationContextassemblyToAllocationContext(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)
-