Kieker 1.11

kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Class AbstractOperationDependencyGraphFormatter<T extends AbstractDependencyGraph<?>>

java.lang.Object
  extended by kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFormatter<G>
      extended by kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter<T>
          extended by kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.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.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
STEREOTYPE_ALLOCATION_COMPONENT, STEREOTYPE_ASSEMBLY_COMPONENT, STEREOTYPE_EXECUTION_CONTAINER
 
Constructor Summary
AbstractOperationDependencyGraphFormatter()
           
 
Method Summary
protected  java.lang.String createOperationNodeLabel(Operation operation, DependencyGraphNode<?> node)
           
 
Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFormatter
appendGraphFooter, appendGraphHeader, createAllocationComponentId, createAssemblyComponentId, createContainerId, createNodeId, createNodeId, createOperationNodeId, formatDependencyGraph, formatGraph, getNodeFillColor
 
Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.AbstractGraphFormatter
createFormattedRepresentation, formatDecorations, getDefaultFileName, getDotRepresentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractOperationDependencyGraphFormatter

public AbstractOperationDependencyGraphFormatter()
Method Detail

createOperationNodeLabel

protected java.lang.String createOperationNodeLabel(Operation operation,
                                                    DependencyGraphNode<?> node)

Kieker 1.11

Copyright 2015 Kieker Project, http://kieker-monitoring.net