Class OperationAllocationDependencyGraphFormatter
java.lang.Object
kieker.tools.trace.analysis.filter.visualization.AbstractGraphFormatter<G>
kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter<T>
kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractOperationDependencyGraphFormatter<OperationAllocationDependencyGraph>
kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAllocationDependencyGraphFormatter
@Deprecated public class OperationAllocationDependencyGraphFormatter extends AbstractOperationDependencyGraphFormatter<OperationAllocationDependencyGraph>
Deprecated.
1.15 ported to teetime
Formatter for operation dependency graphs on the allocation level (see
OperationAllocationDependencyGraph).- Since:
- 1.6
-
Field Summary
Fields inherited from class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
STEREOTYPE_ALLOCATION_COMPONENT, STEREOTYPE_ASSEMBLY_COMPONENT, STEREOTYPE_EXECUTION_CONTAINER -
Constructor Summary
Constructors Constructor Description OperationAllocationDependencyGraphFormatter()Deprecated.Creates a new formatter. -
Method Summary
Modifier and Type Method Description protected java.lang.StringformatDependencyGraph(OperationAllocationDependencyGraph graph, boolean includeWeights, boolean useShortLabels, boolean plotLoops)Deprecated.The inheriting classes should implement this method to encapsulate the concrete graph formatting.java.lang.StringgetDefaultFileName()Deprecated.Returns the default file name suggested by this formatter.Methods inherited from class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractOperationDependencyGraphFormatter
createOperationNodeLabelMethods inherited from class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
appendGraphFooter, appendGraphHeader, createAllocationComponentId, createAssemblyComponentId, createContainerId, createNodeId, createNodeId, createOperationNodeId, formatGraph, getNodeFillColorMethods inherited from class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFormatter
createFormattedRepresentation, formatDecorations, getDotRepresentation
-
Constructor Details
-
OperationAllocationDependencyGraphFormatter
public OperationAllocationDependencyGraphFormatter()Deprecated.Creates a new formatter.
-
-
Method Details
-
formatDependencyGraph
protected java.lang.String formatDependencyGraph(OperationAllocationDependencyGraph graph, boolean includeWeights, boolean useShortLabels, boolean plotLoops)Deprecated.Description copied from class:AbstractDependencyGraphFormatterThe inheriting classes should implement this method to encapsulate the concrete graph formatting.- Specified by:
formatDependencyGraphin classAbstractDependencyGraphFormatter<OperationAllocationDependencyGraph>- 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()Deprecated.Description copied from class:AbstractGraphFormatterReturns the default file name suggested by this formatter.- Specified by:
getDefaultFileNamein classAbstractGraphFormatter<OperationAllocationDependencyGraph>- Returns:
- See above
-