kieker.tools.traceAnalysis.filter
Class AbstractMessageTraceProcessingFilter
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
- All Implemented Interfaces:
- IAnalysisComponent, IFilterPlugin, IPlugin
- Direct Known Subclasses:
- AbstractCallTreeFilter, AbstractGraphProducingFilter, MessageTraceWriterFilter, SequenceDiagramFilter, TraceCallTreeFilter
public abstract class AbstractMessageTraceProcessingFilter
- extends AbstractTraceProcessingFilter
This is an abstract base for components which process message 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 |
INPUT_PORT_NAME_MESSAGE_TRACES
public static final String INPUT_PORT_NAME_MESSAGE_TRACES
- The name of the input port receiving the message traces.
- See Also:
- Constant Field Values
AbstractMessageTraceProcessingFilter
public AbstractMessageTraceProcessingFilter(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.
inputMessageTraces
public abstract void inputMessageTraces(MessageTrace mt)
- This is the (abstract) input port for the incoming message traces.
- Parameters:
mt
- The incoming message trace.
Copyright 2014 Kieker Project, http://kieker-monitoring.net>