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