Class OperationAssemblyDependencyGraphFormatter
java.lang.Object
kieker.tools.trace.analysis.filter.visualization.AbstractGraphFormatter<G>
kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter<T>
kieker.visualization.trace.dependency.graph.AbstractOperationDependencyGraphFormatter<OperationAssemblyDependencyGraph>
kieker.visualization.trace.dependency.graph.OperationAssemblyDependencyGraphFormatter
public class OperationAssemblyDependencyGraphFormatter extends AbstractOperationDependencyGraphFormatter<OperationAssemblyDependencyGraph>
Formatter for operation dependency graphs on the assembly level (see
OperationAssemblyDependencyGraph
).- Since:
- 1.6
- Author:
- Holger Knoche
-
Field Summary
Fields inherited from class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
STEREOTYPE_ALLOCATION_COMPONENT, STEREOTYPE_ASSEMBLY_COMPONENT, STEREOTYPE_EXECUTION_CONTAINER
-
Constructor Summary
Constructors Constructor Description OperationAssemblyDependencyGraphFormatter()
Creates a new formatter. -
Method Summary
Modifier and Type Method Description protected java.lang.String
formatDependencyGraph(OperationAssemblyDependencyGraph 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.Methods inherited from class kieker.visualization.trace.dependency.graph.AbstractOperationDependencyGraphFormatter
createOperationNodeLabel
Methods inherited from class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
appendGraphFooter, appendGraphHeader, createAllocationComponentId, createAssemblyComponentId, createContainerId, createNodeId, createNodeId, createOperationNodeId, formatGraph, getNodeFillColor
Methods inherited from class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFormatter
createFormattedRepresentation, formatDecorations, getDotRepresentation
-
Constructor Details
-
OperationAssemblyDependencyGraphFormatter
public OperationAssemblyDependencyGraphFormatter()Creates a new formatter.
-
-
Method Details
-
formatDependencyGraph
protected java.lang.String formatDependencyGraph(OperationAssemblyDependencyGraph graph, boolean includeWeights, boolean useShortLabels, boolean plotLoops)Description copied from class:AbstractDependencyGraphFormatter
The inheriting classes should implement this method to encapsulate the concrete graph formatting.- Specified by:
formatDependencyGraph
in classAbstractDependencyGraphFormatter<OperationAssemblyDependencyGraph>
- Parameters:
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.- Returns:
- A textual specification of the input graph
-
getDefaultFileName
public java.lang.String getDefaultFileName()Description copied from class:AbstractGraphFormatter
Returns the default file name suggested by this formatter.- Specified by:
getDefaultFileName
in classAbstractGraphFormatter<OperationAssemblyDependencyGraph>
- Returns:
- See above
-