Kieker 1.6

kieker.tools.traceAnalysis.filter.visualization.callTree
Class AbstractCallTreeFilter<T>

java.lang.Object
  extended by kieker.analysis.plugin.AbstractPlugin
      extended by kieker.analysis.plugin.filter.AbstractFilterPlugin
          extended by kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
              extended by kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
                  extended by kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter
                      extended by kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeFilter<T>
Type Parameters:
T -
All Implemented Interfaces:
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 mulitple traces.

Author:
Andre van Hoorn

Nested Class Summary
static interface AbstractCallTreeFilter.IPairFactory
           
 
Nested classes/interfaces inherited from interface kieker.analysis.plugin.IPlugin
IPlugin.PluginInputPortReference, IPlugin.STATE
 
Field Summary
 
Fields inherited from class kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter
INPUT_PORT_NAME_MESSAGE_TRACES
 
Fields inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
MAX_DURATION_MILLIS
 
Fields inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
REPOSITORY_PORT_NAME_SYSTEM_MODEL
 
Fields inherited from class kieker.analysis.plugin.AbstractPlugin
CONFIG_NAME
 
Constructor Summary
AbstractCallTreeFilter(Configuration configuration)
           
 
Method Summary
static void writeDotForMessageTrace(AbstractCallTreeNode<?> root, AbstractCallTreeFilter.IPairFactory pairFactory, MessageTrace msgTrace, String outputFilename, boolean includeWeights, boolean shortLabels)
           
 
Methods inherited from class kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter
inputMessageTraces
 
Methods inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
getErrorCount, getLastTraceIdError, getLastTraceIdSuccess, getSuccessCount, getTotalCount, printStatusMessage
 
Methods inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
createExecutionByEntityNames, createExecutionByEntityNames, getSystemEntityFactory, setErrStream, setOutStream
 
Methods inherited from class kieker.analysis.plugin.filter.AbstractFilterPlugin
init, terminate
 
Methods inherited from class kieker.analysis.plugin.AbstractPlugin
areAllRepositoryPortsConnected, connect, connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getIncomingPlugins, getName, getPluginDescription, getPluginName, getState, isConnectionAllowed, shutdown, start
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface kieker.analysis.plugin.IPlugin
connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getConnectedPlugins, getCurrentConfiguration, getCurrentRepositories, getName, getPluginDescription, getPluginName, getState
 

Constructor Detail

AbstractCallTreeFilter

public AbstractCallTreeFilter(Configuration configuration)
Method Detail

writeDotForMessageTrace

public static void writeDotForMessageTrace(AbstractCallTreeNode<?> root,
                                           AbstractCallTreeFilter.IPairFactory pairFactory,
                                           MessageTrace msgTrace,
                                           String outputFilename,
                                           boolean includeWeights,
                                           boolean shortLabels)
                                    throws FileNotFoundException,
                                           TraceProcessingException,
                                           UnsupportedEncodingException
Throws:
FileNotFoundException
TraceProcessingException
UnsupportedEncodingException

Kieker 1.6

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