public class OperationAllocationDependencyGraphFormatter extends AbstractOperationDependencyGraphFormatter<OperationAllocationDependencyGraph>
OperationAllocationDependencyGraph).STEREOTYPE_ALLOCATION_COMPONENT, STEREOTYPE_ASSEMBLY_COMPONENT, STEREOTYPE_EXECUTION_CONTAINER| Constructor and Description |
|---|
OperationAllocationDependencyGraphFormatter()
Creates a new formatter.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
formatDependencyGraph(OperationAllocationDependencyGraph graph,
boolean includeWeights,
boolean useShortLabels,
boolean plotLoops)
The inheriting classes should implement this method to encapsulate the concrete graph formatting.
|
java.lang.String |
getDefaultFileName()
Returns the default file name suggested by this formatter.
|
createOperationNodeLabelappendGraphFooter, appendGraphHeader, createAllocationComponentId, createAssemblyComponentId, createContainerId, createNodeId, createNodeId, createOperationNodeId, formatGraph, getNodeFillColorcreateFormattedRepresentation, formatDecorations, getDotRepresentationpublic OperationAllocationDependencyGraphFormatter()
protected java.lang.String formatDependencyGraph(OperationAllocationDependencyGraph graph, boolean includeWeights, boolean useShortLabels, boolean plotLoops)
AbstractDependencyGraphFormatterformatDependencyGraph in class AbstractDependencyGraphFormatter<OperationAllocationDependencyGraph>graph - The input graph to formatincludeWeights - Determines whether to include weights or not.useShortLabels - Determines whether to use short labels or not.plotLoops - Determines whether to plot loops or not.public java.lang.String getDefaultFileName()
AbstractGraphFormattergetDefaultFileName in class AbstractGraphFormatter<OperationAllocationDependencyGraph>Copyright 2021 Kieker Project, http://kieker-monitoring.net