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 java.lang.String OUTPUT_PORT_NAME_GRAPH
    Deprecated.
    The default name for graph output ports.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getGraphOutputPortName()
    Deprecated.
    Returns the name of the port this filter uses to emit the graph.
  • Field Details

  • Method Details

    • getGraphOutputPortName

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