kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Class ComponentDependencyGraphAssemblyFilter
java.lang.Object
kieker.analysis.plugin.AbstractPlugin
kieker.analysis.plugin.filter.AbstractFilterPlugin
kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter
kieker.tools.traceAnalysis.filter.AbstractGraphProducingFilter<AbstractDependencyGraph<T>>
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter<AssemblyComponent>
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAssemblyFilter
- All Implemented Interfaces:
- IFilterPlugin, IPlugin, IGraphOutputtingFilter<AbstractDependencyGraph<AssemblyComponent>>, IGraphProducingFilter<AbstractDependencyGraph<AssemblyComponent>>
public class ComponentDependencyGraphAssemblyFilter
- extends AbstractDependencyGraphFilter<AssemblyComponent>
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in". The created graph is emitted through
the output port.
- Author:
- Andre van Hoorn, Lena Stöver, Matthias Rohr,
Methods inherited from class kieker.analysis.plugin.AbstractPlugin |
areAllRepositoryPortsConnected, connect, connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getIncomingPlugins, getName, getPluginDescription, getPluginName, getState, isConnectionAllowed, shutdown, start |
ComponentDependencyGraphAssemblyFilter
public ComponentDependencyGraphAssemblyFilter(Configuration configuration)
- Creates a new filter using the given configuration.
- Parameters:
configuration
- The configuration to use
inputMessageTraces
public void inputMessageTraces(MessageTrace t)
- Specified by:
inputMessageTraces
in class AbstractMessageTraceProcessingFilter
getConfigurationName
public String getConfigurationName()
- Description copied from class:
AbstractGraphProducingFilter
- Returns this filter's configuration name.
- Specified by:
getConfigurationName
in class AbstractGraphProducingFilter<AbstractDependencyGraph<AssemblyComponent>>
- Returns:
- See above
Copyright 2012 Kieker Project, http://kieker-monitoring.net>