Class AbstractGraphProducingFilter<G extends AbstractGraph<?,​?,​?>>

java.lang.Object
kieker.analysis.analysisComponent.AbstractAnalysisComponent
kieker.analysis.plugin.AbstractPlugin
Type Parameters:
G - The graph type created by this filter
All Implemented Interfaces:
kieker.analysis.analysisComponent.IAnalysisComponent, kieker.analysis.plugin.filter.IFilterPlugin, kieker.analysis.plugin.IPlugin, IGraphOutputtingFilter<G>, IGraphProducingFilter<G>
Direct Known Subclasses:
AbstractDependencyGraphFilter

@Deprecated
public abstract class AbstractGraphProducingFilter<G extends AbstractGraph<?,​?,​?>>
extends AbstractMessageTraceProcessingFilter
implements IGraphProducingFilter<G>
Deprecated.
1.15 ported to teetime
Abstract superclass for graph-producing filters.
Since:
1.6
  • Constructor Details

    • AbstractGraphProducingFilter

      public AbstractGraphProducingFilter​(kieker.common.configuration.Configuration configuration, kieker.analysis.IProjectContext projectContext, G graph)
      Deprecated.
      Creates a new graph-producing filter using the given configuration and the given graph.
      Parameters:
      configuration - The configuration to use
      projectContext - The project context to use.
      graph - The (usually empty) graph to produce / extend
  • Method Details