Interface IGraphOutputtingFilter<G extends AbstractGraph<?,?,?>>

Type Parameters:
G - The type of the output graph
All Known Subinterfaces:
IGraphProducingFilter<G>
All Known Implementing Classes:
AbstractDependencyGraphFilter, AbstractGraphFilter, AbstractGraphProducingFilter, ComponentDependencyGraphAllocationFilter, ComponentDependencyGraphAssemblyFilter, ContainerDependencyGraphFilter, DescriptionDecoratorFilter, OperationDependencyGraphAllocationFilter, OperationDependencyGraphAssemblyFilter, TraceColoringFilter

@Deprecated public interface IGraphOutputtingFilter<G extends AbstractGraph<?,?,?>>
Deprecated.
1.15 has no ressemblence in the teetime port
Interface for graph-outputting filters.
Since:
1.6
Author:
Holger Knoche
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
    The default name for graph output ports.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the name of the port this filter uses to emit the graph.
  • Field Details

    • OUTPUT_PORT_NAME_GRAPH

      static final String OUTPUT_PORT_NAME_GRAPH
      Deprecated.
      The default name for graph output ports.
      See Also:
  • Method Details

    • getGraphOutputPortName

      String getGraphOutputPortName()
      Deprecated.
      Returns the name of the port this filter uses to emit the graph.
      Returns:
      See above
      Since:
      1.6