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

Type Parameters:
G - The graph type created by this filter
All Implemented Interfaces:
IAnalysisComponent, IFilterPlugin, 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
Author:
Holger Knoche
  • Constructor Details

    • AbstractGraphProducingFilter

      public AbstractGraphProducingFilter(Configuration configuration, 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