kieker.tools.traceAnalysis.filter.visualization.callTree
Class AbstractCallTreeFilter<T>
java.lang.Object
kieker.analysis.analysisComponent.AbstractAnalysisComponent
kieker.analysis.plugin.AbstractPlugin
kieker.analysis.plugin.filter.AbstractFilterPlugin
kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter
kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeFilter<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
- IAnalysisComponent, IFilterPlugin, IPlugin
- Direct Known Subclasses:
- AbstractAggregatedCallTreeFilter
public abstract class AbstractCallTreeFilter<T>
- extends AbstractMessageTraceProcessingFilter
Plugin providing the creation of calling trees both for individual traces and an aggregated form multiple traces.
- Since:
- 1.1
- Author:
- Andre van Hoorn
Methods inherited from class kieker.analysis.plugin.AbstractPlugin |
areAllRepositoryPortsConnected, connect, connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getIncomingPlugins, getPluginDescription, getPluginName, getState, isConnectionAllowed, shutdown, start |
Methods inherited from interface kieker.analysis.plugin.IPlugin |
connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentConfiguration, getCurrentRepositories, getName, getPluginDescription, getPluginName, getState |
AbstractCallTreeFilter
public AbstractCallTreeFilter(Configuration configuration,
IProjectContext projectContext)
- Creates a new instance of this class using the given parameters.
- Parameters:
configuration
- The configuration for this component.projectContext
- The project context for this component.
writeDotForMessageTrace
public static <T> void writeDotForMessageTrace(AbstractCallTreeNode<T> root,
AbstractCallTreeFilter.IPairFactory<T> pairFactory,
MessageTrace msgTrace,
String outputFilename,
boolean includeWeights,
boolean shortLabels)
throws FileNotFoundException,
TraceProcessingException,
UnsupportedEncodingException
- Throws:
FileNotFoundException
TraceProcessingException
UnsupportedEncodingException
Copyright 2014 Kieker Project, http://kieker-monitoring.net>