G - The graph type this formatter is forpublic abstract class AbstractComponentDependencyGraphFormatter<G extends AbstractDependencyGraph<?>> extends AbstractDependencyGraphFormatter<G>
STEREOTYPE_ALLOCATION_COMPONENT, STEREOTYPE_ASSEMBLY_COMPONENT, STEREOTYPE_EXECUTION_CONTAINER| Constructor and Description |
|---|
AbstractComponentDependencyGraphFormatter() |
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.String |
createComponentNodeLabel(DependencyGraphNode<AllocationComponent> node,
boolean useShortLabels,
java.lang.String stereotype)
Utility function to create a label for component nodes.
|
appendGraphFooter, appendGraphHeader, createAllocationComponentId, createAssemblyComponentId, createContainerId, createNodeId, createNodeId, createOperationNodeId, formatDependencyGraph, formatGraph, getNodeFillColorcreateFormattedRepresentation, formatDecorations, getDefaultFileName, getDotRepresentationpublic AbstractComponentDependencyGraphFormatter()
protected static java.lang.String createComponentNodeLabel(DependencyGraphNode<AllocationComponent> node, boolean useShortLabels, java.lang.String stereotype)
node - The component node to create the label foruseShortLabels - Indicates whether short labels (i.e. without package names) should be usedstereotype - The stereotype to use in the labelCopyright 2021 Kieker Project, http://kieker-monitoring.net