Class ComponentDependencyGraphAssemblyFilter
java.lang.Object
kieker.analysis.analysisComponent.AbstractAnalysisComponent
kieker.analysis.plugin.AbstractPlugin
kieker.analysis.plugin.filter.AbstractFilterPlugin
kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
kieker.tools.trace.analysis.filter.AbstractMessageTraceProcessingFilter
kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter<AbstractDependencyGraph<T>>
kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter<AssemblyComponent>
kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAssemblyFilter
- All Implemented Interfaces:
kieker.analysis.analysisComponent.IAnalysisComponent,kieker.analysis.plugin.filter.IFilterPlugin,kieker.analysis.plugin.IPlugin,IGraphOutputtingFilter<AbstractDependencyGraph<AssemblyComponent>>,IGraphProducingFilter<AbstractDependencyGraph<AssemblyComponent>>
@Deprecated public class ComponentDependencyGraphAssemblyFilter extends AbstractDependencyGraphFilter<AssemblyComponent>
Deprecated.
1.15 ported to teetime
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in". The created graph is emitted through the output port.
This class has exactly one input port named "in". The created graph is emitted through the output port.
- Since:
- 1.2
-
Nested Class Summary
-
Field Summary
Fields inherited from class kieker.tools.trace.analysis.filter.AbstractMessageTraceProcessingFilter
INPUT_PORT_NAME_MESSAGE_TRACESFields inherited from class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
CONFIG_PROPERTY_VALUE_VERBOSE, LOGGER, REPOSITORY_PORT_NAME_SYSTEM_MODELFields inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent
CONFIG_NAME, configuration, logger, projectContext, recordsTimeUnitFromProjectContextFields inherited from interface kieker.tools.trace.analysis.filter.IGraphOutputtingFilter
OUTPUT_PORT_NAME_GRAPH -
Constructor Summary
Constructors Constructor Description ComponentDependencyGraphAssemblyFilter(kieker.common.configuration.Configuration configuration, kieker.analysis.IProjectContext projectContext)Deprecated.Creates a new filter using the given parameters. -
Method Summary
Modifier and Type Method Description java.lang.StringgetConfigurationName()Deprecated.Returns this filter's configuration name.voidinputMessageTraces(MessageTrace t)Deprecated.This is the (abstract) input port for the incoming message traces.Methods inherited from class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraphFilter
addDecorator, invokeDecorators, isDependencyAssumedMethods inherited from class kieker.tools.trace.analysis.filter.AbstractGraphProducingFilter
getGraph, getGraphOutputPortName, getOriginRetentionPolicy, handleOrigin, requestOriginRetentionPolicy, terminateMethods inherited from class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
getErrorCount, getLastTraceIdError, getLastTraceIdSuccess, getSuccessCount, getTotalCount, printStatusMessage, reportError, reportSuccessMethods inherited from class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
createExecutionByEntityNames, createExecutionByEntityNames, createExecutionByEntityNames, getCurrentConfiguration, getSystemEntityFactory, printDebugLogMessage, printErrorLogMessageMethods 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
-
Constructor Details
-
ComponentDependencyGraphAssemblyFilter
public ComponentDependencyGraphAssemblyFilter(kieker.common.configuration.Configuration configuration, kieker.analysis.IProjectContext projectContext)Deprecated.Creates a new filter using the given parameters.- Parameters:
configuration- The configuration to use.projectContext- The project context to use.
-
-
Method Details
-
inputMessageTraces
Deprecated.This is the (abstract) input port for the incoming message traces.- Specified by:
inputMessageTracesin classAbstractMessageTraceProcessingFilter- Parameters:
t- The incoming message trace.
-
getConfigurationName
public java.lang.String getConfigurationName()Deprecated.Returns this filter's configuration name.- Specified by:
getConfigurationNamein classAbstractGraphProducingFilter<AbstractDependencyGraph<AssemblyComponent>>- Returns:
- See above
-