kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Class AbstractDependencyGraphFilter<T extends ISystemModelElement>
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<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
- IAnalysisComponent, IFilterPlugin, IPlugin, IGraphOutputtingFilter<AbstractDependencyGraph<T>>, IGraphProducingFilter<AbstractDependencyGraph<T>>
- Direct Known Subclasses:
- ComponentDependencyGraphAllocationFilter, ComponentDependencyGraphAssemblyFilter, ContainerDependencyGraphFilter, OperationDependencyGraphAllocationFilter, OperationDependencyGraphAssemblyFilter
public abstract class AbstractDependencyGraphFilter<T extends ISystemModelElement>
- extends AbstractGraphProducingFilter<AbstractDependencyGraph<T>>
Refactored copy from LogAnalysis-legacy tool.
- Since:
- 1.1
- Author:
- Andre van Hoorn, Lena Stoever, 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 |
AbstractDependencyGraphFilter
public AbstractDependencyGraphFilter(Configuration configuration,
IProjectContext projectContext,
AbstractDependencyGraph<T> graph)
- Creates a new abstract dependency graph filter using the given data.
- Parameters:
configuration
- The configuration to use for this filter.projectContext
- The project context to use for this filter.graph
- The graph to produce / extend
addDecorator
public void addDecorator(AbstractNodeDecorator decorator)
- Adds a node decorator to this graph.
- Parameters:
decorator
- The decorator to add
Copyright 2014 Kieker Project, http://kieker-monitoring.net>