Kieker 1.6

kieker.tools.traceAnalysis.filter.visualization.callTree
Class AbstractAggregatedCallTreeFilter<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>
                          extended by kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter<T>
Type Parameters:
T -
All Implemented Interfaces:
IFilterPlugin, IPlugin
Direct Known Subclasses:
AggregatedAllocationComponentOperationCallTreeFilter, AggregatedAssemblyComponentOperationCallTreeFilter

public abstract class AbstractAggregatedCallTreeFilter<T>
extends AbstractCallTreeFilter<T>

This class has exactly one input port named "in". The data which is send to this plugin is not delegated in any way.

Author:
Andre van Hoorn

Nested Class Summary
 
Nested classes/interfaces inherited from class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeFilter
AbstractCallTreeFilter.IPairFactory
 
Nested classes/interfaces inherited from interface kieker.analysis.plugin.IPlugin
IPlugin.PluginInputPortReference, IPlugin.STATE
 
Field Summary
static String CONFIG_PROPERTY_NAME_INCLUDE_WEIGHTS
           
static String CONFIG_PROPERTY_NAME_OUTPUT_FILENAME
           
static String CONFIG_PROPERTY_NAME_SHORT_LABELS
           
static String CONFIG_PROPERTY_VALUE_INCLUDE_WEIGHTS_DEFAULT
           
static String CONFIG_PROPERTY_VALUE_OUTPUT_FILENAME_DEFAULT
           
static String CONFIG_PROPERTY_VALUE_SHORT_LABELS_DEFAULT
           
 
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
AbstractAggregatedCallTreeFilter(Configuration configuration)
           
 
Method Summary
 Configuration getCurrentConfiguration()
          This method should deliver a Configuration object containing the current configuration of this instance.
 void inputMessageTraces(MessageTrace t)
           
 void printStatusMessage()
          Returns a user-addressed status message to be logged by the calling tool.
 void saveTreeToDotFile()
           
 void terminate(boolean error)
          Saves the call tree to the dot file if error is not true.
 
Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeFilter
writeDotForMessageTrace
 
Methods inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
getErrorCount, getLastTraceIdError, getLastTraceIdSuccess, getSuccessCount, getTotalCount
 
Methods inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
createExecutionByEntityNames, createExecutionByEntityNames, getSystemEntityFactory, setErrStream, setOutStream
 
Methods inherited from class kieker.analysis.plugin.filter.AbstractFilterPlugin
init
 
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, getCurrentRepositories, getName, getPluginDescription, getPluginName, getState
 

Field Detail

CONFIG_PROPERTY_NAME_OUTPUT_FILENAME

public static final String CONFIG_PROPERTY_NAME_OUTPUT_FILENAME
See Also:
Constant Field Values

CONFIG_PROPERTY_NAME_INCLUDE_WEIGHTS

public static final String CONFIG_PROPERTY_NAME_INCLUDE_WEIGHTS
See Also:
Constant Field Values

CONFIG_PROPERTY_NAME_SHORT_LABELS

public static final String CONFIG_PROPERTY_NAME_SHORT_LABELS
See Also:
Constant Field Values

CONFIG_PROPERTY_VALUE_OUTPUT_FILENAME_DEFAULT

public static final String CONFIG_PROPERTY_VALUE_OUTPUT_FILENAME_DEFAULT
See Also:
Constant Field Values

CONFIG_PROPERTY_VALUE_INCLUDE_WEIGHTS_DEFAULT

public static final String CONFIG_PROPERTY_VALUE_INCLUDE_WEIGHTS_DEFAULT
See Also:
Constant Field Values

CONFIG_PROPERTY_VALUE_SHORT_LABELS_DEFAULT

public static final String CONFIG_PROPERTY_VALUE_SHORT_LABELS_DEFAULT
See Also:
Constant Field Values
Constructor Detail

AbstractAggregatedCallTreeFilter

public AbstractAggregatedCallTreeFilter(Configuration configuration)
Method Detail

saveTreeToDotFile

public void saveTreeToDotFile()
                       throws IOException
Throws:
IOException

printStatusMessage

public void printStatusMessage()
Description copied from class: AbstractTraceProcessingFilter
Returns a user-addressed status message to be logged by the calling tool. Extending classes may override this method but should call the then-inherited method first.

Overrides:
printStatusMessage in class AbstractTraceProcessingFilter

terminate

public void terminate(boolean error)
Saves the call tree to the dot file if error is not true.

Specified by:
terminate in interface IPlugin
Overrides:
terminate in class AbstractFilterPlugin
Parameters:
error -

getCurrentConfiguration

public Configuration getCurrentConfiguration()
Description copied from interface: IPlugin
This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.

Returns:
A completely filled configuration object.

inputMessageTraces

public void inputMessageTraces(MessageTrace t)
Specified by:
inputMessageTraces in class AbstractMessageTraceProcessingFilter

Kieker 1.6

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