Kieker 1.12

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

java.lang.Object
  extended by kieker.analysis.analysisComponent.AbstractAnalysisComponent
      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<AllocationComponentOperationPair>
                                  extended by 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 Stoever, 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.AbstractTraceAnalysisFilter
CONFIG_PROPERTY_VALUE_VERBOSE, LOG, REPOSITORY_PORT_NAME_SYSTEM_MODEL
 
Fields inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent
CONFIG_NAME, configuration, log, projectContext, recordsTimeUnitFromProjectContext
 
Fields inherited from interface kieker.tools.traceAnalysis.filter.IGraphOutputtingFilter
OUTPUT_PORT_NAME_GRAPH
 
Constructor Summary
OperationDependencyGraphAllocationFilter(Configuration configuration, IProjectContext projectContext)
          Creates a new filter using the given parameters.
 
Method Summary
 java.lang.String getConfigurationName()
          Returns this filter's configuration name.
 void inputMessageTraces(MessageTrace t)
          This is the (abstract) input port for the incoming message traces.
 
Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter
addDecorator, invokeDecorators, isDependencyAssumed
 
Methods inherited from class kieker.tools.traceAnalysis.filter.AbstractGraphProducingFilter
getGraph, getGraphOutputPortName, getOriginRetentionPolicy, handleOrigin, requestOriginRetentionPolicy, terminate
 
Methods inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
getErrorCount, getLastTraceIdError, getLastTraceIdSuccess, getSuccessCount, getTotalCount, printStatusMessage, reportError, reportSuccess
 
Methods inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
createExecutionByEntityNames, createExecutionByEntityNames, createExecutionByEntityNames, createExecutionByEntityNames, getCurrentConfiguration, getSystemEntityFactory, printDebugLogMessage, printErrorLogMessage
 
Methods inherited from class kieker.analysis.plugin.filter.AbstractFilterPlugin
init
 
Methods inherited from class kieker.analysis.plugin.AbstractPlugin
areAllRepositoryPortsConnected, connect, connect, deliver, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getDefaultConfiguration, getIncomingPlugins, getPluginDescription, getPluginName, getRepository, getState, isConnectionAllowed, notifyNewIncomingConnection, notifyNewOutgoingConnection, shutdown, start
 
Methods inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface kieker.analysis.plugin.IPlugin
connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getName, getPluginDescription, getPluginName, getState
 

Constructor Detail

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.
Method Detail

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 java.lang.String getConfigurationName()
Returns this filter's configuration name.

Specified by:
getConfigurationName in class AbstractGraphProducingFilter<AbstractDependencyGraph<AllocationComponentOperationPair>>
Returns:
See above

Kieker 1.12

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