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.StringOUTPUT_PORT_NAME_GRAPHDeprecated.The default name for graph output ports. -
Method Summary
Modifier and Type Method Description java.lang.StringgetGraphOutputPortName()Deprecated.Returns the name of the port this filter uses to emit the graph.
-
Field Details
-
OUTPUT_PORT_NAME_GRAPH
static final java.lang.String OUTPUT_PORT_NAME_GRAPHDeprecated.The default name for graph output ports.- See Also:
- Constant Field Values
-
-
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
-