Interface IGraphProducingFilter<G extends AbstractGraph<?,​?,​?>>

Type Parameters:
G - The type of the produced graph
All Superinterfaces:
IGraphOutputtingFilter<G>
All Known Implementing Classes:
AbstractDependencyGraphFilter, AbstractGraphProducingFilter, ComponentDependencyGraphAllocationFilter, ComponentDependencyGraphAssemblyFilter, ContainerDependencyGraphFilter, OperationDependencyGraphAllocationFilter, OperationDependencyGraphAssemblyFilter

@Deprecated
public interface IGraphProducingFilter<G extends AbstractGraph<?,​?,​?>>
extends IGraphOutputtingFilter<G>
Deprecated.
1.15 ported to teetime
Interface for graph-producing filters.
Since:
1.6
Author:
Holger Knoche