kieker.tools.traceAnalysis.filter
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
public interface IGraphOutputtingFilter<G extends AbstractGraph<?,?,?>>
Interface for graph-outputting filters.
- Since:
- 1.6
- Author:
- Holger Knoche
Method Summary |
java.lang.String |
getGraphOutputPortName()
Returns the name of the port this filter uses to emit the graph. |
OUTPUT_PORT_NAME_GRAPH
static final java.lang.String OUTPUT_PORT_NAME_GRAPH
- The default name for graph output ports.
- See Also:
- Constant Field Values
getGraphOutputPortName
java.lang.String getGraphOutputPortName()
- Returns the name of the port this filter uses to emit the graph.
- Returns:
- See above
- Since:
- 1.6
Copyright 2015 Kieker Project, http://kieker-monitoring.net