kieker.tools.traceAnalysis.filter
Class AbstractInvalidExecutionTraceProcessingFilter
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.AbstractInvalidExecutionTraceProcessingFilter
- All Implemented Interfaces:
- IAnalysisComponent, IFilterPlugin, IPlugin
- Direct Known Subclasses:
- InvalidExecutionTraceWriterFilter
public abstract class AbstractInvalidExecutionTraceProcessingFilter
- extends AbstractTraceProcessingFilter
This is an abstract base for filters processing invalid execution traces.
- Since:
- 1.2
- 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 |
AbstractInvalidExecutionTraceProcessingFilter
public AbstractInvalidExecutionTraceProcessingFilter(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.
getInvalidExecutionTraceInputPortName
public abstract String getInvalidExecutionTraceInputPortName()
- Implementing classes should return the name of the input port for the invalid executions.
- Returns:
- The name of the input port.
Copyright 2014 Kieker Project, http://kieker-monitoring.net>