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

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

public interface IGraphProducingFilter<G extends AbstractGraph<?,​?,​?>>
Interface for graph-producing filters.
Since:
1.6
Author:
Holger Knoche