kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Class ComponentDependencyGraphAllocationFilter
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<AllocationComponent>
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAllocationFilter
- All Implemented Interfaces:
- IFilterPlugin, IPlugin, IGraphOutputtingFilter<AbstractDependencyGraph<AllocationComponent>>, IGraphProducingFilter<AbstractDependencyGraph<AllocationComponent>>
public class ComponentDependencyGraphAllocationFilter
- extends AbstractDependencyGraphFilter<AllocationComponent>
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in". The produced graph is emitted through
the single output port.
- Author:
- Andre van Hoorn, Lena Stöver, Matthias Rohr, Jan Waller
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 |
ComponentDependencyGraphAllocationFilter
public ComponentDependencyGraphAllocationFilter(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<AllocationComponent>>
- Returns:
- See above
Copyright 2012 Kieker Project, http://kieker-monitoring.net>