kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Class OperationDependencyGraphAllocationFilter
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<AllocationComponentOperationPair>
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.OperationDependencyGraphAllocationFilter
- All Implemented Interfaces:
- IFilterPlugin, IPlugin, IGraphOutputtingFilter<AbstractDependencyGraph<AllocationComponentOperationPair>>, IGraphProducingFilter<AbstractDependencyGraph<AllocationComponentOperationPair>>
public class OperationDependencyGraphAllocationFilter
- extends AbstractDependencyGraphFilter<AllocationComponentOperationPair>
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in". The data which is send to
this plugin is not delegated in any way.
- 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 |
OperationDependencyGraphAllocationFilter
public OperationDependencyGraphAllocationFilter(Configuration configuration)
- Creates a new instance of this class using the given configuration.
- Parameters:
configuration
- The configuration used to initialize this instance.
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<AllocationComponentOperationPair>>
- Returns:
- See above
Copyright 2012 Kieker Project, http://kieker-monitoring.net>