Kieker 1.6

kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Class ComponentDependencyGraphAssemblyFilter

java.lang.Object
  extended by kieker.analysis.plugin.AbstractPlugin
      extended by kieker.analysis.plugin.filter.AbstractFilterPlugin
          extended by kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
              extended by kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
                  extended by kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter
                      extended by kieker.tools.traceAnalysis.filter.AbstractGraphProducingFilter<AbstractDependencyGraph<T>>
                          extended by kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter<AssemblyComponent>
                              extended by 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,

Nested Class Summary
 
Nested classes/interfaces inherited from interface kieker.analysis.plugin.IPlugin
IPlugin.PluginInputPortReference, IPlugin.STATE
 
Field Summary
 
Fields inherited from class kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter
INPUT_PORT_NAME_MESSAGE_TRACES
 
Fields inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
MAX_DURATION_MILLIS
 
Fields inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
REPOSITORY_PORT_NAME_SYSTEM_MODEL
 
Fields inherited from class kieker.analysis.plugin.AbstractPlugin
CONFIG_NAME
 
Fields inherited from interface kieker.tools.traceAnalysis.filter.IGraphOutputtingFilter
OUTPUT_PORT_NAME_GRAPH
 
Constructor Summary
ComponentDependencyGraphAssemblyFilter(Configuration configuration)
          Creates a new filter using the given configuration.
 
Method Summary
 String getConfigurationName()
          Returns this filter's configuration name.
 void inputMessageTraces(MessageTrace t)
           
 
Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter
addDecorator
 
Methods inherited from class kieker.tools.traceAnalysis.filter.AbstractGraphProducingFilter
getCurrentConfiguration, getGraphOutputPortName, requestOriginRetentionPolicy, terminate
 
Methods inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
getErrorCount, getLastTraceIdError, getLastTraceIdSuccess, getSuccessCount, getTotalCount, printStatusMessage
 
Methods inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
createExecutionByEntityNames, createExecutionByEntityNames, getSystemEntityFactory, setErrStream, setOutStream
 
Methods inherited from class kieker.analysis.plugin.filter.AbstractFilterPlugin
init
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface kieker.analysis.plugin.IPlugin
connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getConnectedPlugins, getCurrentRepositories, getName, getPluginDescription, getPluginName, getState
 

Constructor Detail

ComponentDependencyGraphAssemblyFilter

public ComponentDependencyGraphAssemblyFilter(Configuration configuration)
Creates a new filter using the given configuration.

Parameters:
configuration - The configuration to use
Method Detail

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

Kieker 1.6

Copyright 2012 Kieker Project, http://kieker-monitoring.net