kieker.tools.traceAnalysis.plugins.visualization.callTree
Class AbstractCallTreePlugin<T>
java.lang.Object
kieker.tools.traceAnalysis.plugins.AbstractTraceAnalysisPlugin
kieker.tools.traceAnalysis.plugins.AbstractTraceProcessingPlugin
kieker.tools.traceAnalysis.plugins.AbstractMessageTraceProcessingPlugin
kieker.tools.traceAnalysis.plugins.visualization.callTree.AbstractCallTreePlugin<T>
- All Implemented Interfaces:
- IAnalysisPlugin
- Direct Known Subclasses:
- AggregatedCallTreePlugin
public abstract class AbstractCallTreePlugin<T>
- extends AbstractMessageTraceProcessingPlugin
Plugin providing the creation of calling trees both for individual traces
and an aggregated form mulitple traces.
- Author:
- Andre van Hoorn
AbstractCallTreePlugin
public AbstractCallTreePlugin(String name,
SystemModelRepository systemEntityFactory)
writeDotForMessageTrace
public static void writeDotForMessageTrace(SystemModelRepository systemEntityFactory,
AbstractCallTreeNode root,
MessageTrace msgTrace,
String outputFilename,
boolean includeWeights,
boolean shortLabels)
throws FileNotFoundException,
TraceProcessingException
- Throws:
FileNotFoundException
TraceProcessingException
Copyright 2011 the Kieker Project, http://kieker.sourceforge.net>