kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Class OperationDependencyGraphAllocationFilter
java.lang.Object
kieker.analysis.analysisComponent.AbstractAnalysisComponent
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:
- IAnalysisComponent, 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.
- Since:
- 1.1
- 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, getPluginDescription, getPluginName, getState, isConnectionAllowed, shutdown, start |
Methods inherited from interface kieker.analysis.plugin.IPlugin |
connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getName, getPluginDescription, getPluginName, getState |
OperationDependencyGraphAllocationFilter
public OperationDependencyGraphAllocationFilter(Configuration configuration,
IProjectContext projectContext)
- Creates a new filter using the given parameters.
- Parameters:
configuration
- The configuration to use.projectContext
- The project context to use.
inputMessageTraces
public void inputMessageTraces(MessageTrace t)
- This is the (abstract) input port for the incoming message traces.
- Specified by:
inputMessageTraces
in class AbstractMessageTraceProcessingFilter
- Parameters:
t
- The incoming message trace.
getConfigurationName
public String getConfigurationName()
- Returns this filter's configuration name.
- Specified by:
getConfigurationName
in class AbstractGraphProducingFilter<AbstractDependencyGraph<AllocationComponentOperationPair>>
- Returns:
- See above
Copyright 2014 Kieker Project, http://kieker-monitoring.net>