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.
1.15 has no ressemblence in the teetime port
Interface for graph-outputting filters.
- Since:
- 1.6
- Author:
- Holger Knoche
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.The default name for graph output ports. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the name of the port this filter uses to emit the graph.
-
Field Details
-
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
-