Class AbstractOperationDependencyGraphFormatter<T extends AbstractDependencyGraph<?>>
java.lang.Object
kieker.tools.trace.analysis.filter.visualization.AbstractGraphFormatter<G>
kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter<T>
kieker.visualization.trace.dependency.graph.AbstractOperationDependencyGraphFormatter<T>
- Type Parameters:
T
- The type of graph this formatter is for
- Direct Known Subclasses:
OperationAllocationDependencyGraphFormatter
,OperationAssemblyDependencyGraphFormatter
public abstract class AbstractOperationDependencyGraphFormatter<T extends AbstractDependencyGraph<?>> extends AbstractDependencyGraphFormatter<T>
Abstract for formatters for operation-level dependency graph.
- 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 AbstractOperationDependencyGraphFormatter()
-
Method Summary
Modifier and Type Method Description protected java.lang.String
createOperationNodeLabel(Operation operation, DependencyGraphNode<?> node)
Methods inherited from class kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
appendGraphFooter, appendGraphHeader, createAllocationComponentId, createAssemblyComponentId, createContainerId, createNodeId, createNodeId, createOperationNodeId, formatDependencyGraph, formatGraph, getNodeFillColor
Methods inherited from class kieker.tools.trace.analysis.filter.visualization.AbstractGraphFormatter
createFormattedRepresentation, formatDecorations, getDefaultFileName, getDotRepresentation
-
Constructor Details
-
AbstractOperationDependencyGraphFormatter
public AbstractOperationDependencyGraphFormatter()
-
-
Method Details
-
createOperationNodeLabel
protected java.lang.String createOperationNodeLabel(Operation operation, DependencyGraphNode<?> node)
-