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
OUTPUT_PORT_NAME_GRAPH
static final String OUTPUT_PORT_NAME_GRAPH
- The default name for graph output ports.
- See Also:
- Constant Field Values
getGraphOutputPortName
String getGraphOutputPortName()
- Returns the name of the port this filter uses to emit the graph.
- Returns:
- See above
- Since:
- 1.6
Copyright 2014 Kieker Project, http://kieker-monitoring.net>