Class ComponentDependencyGraphAllocationFilter
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<AllocationComponent>
kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentDependencyGraphAllocationFilter
- All Implemented Interfaces:
kieker.analysis.analysisComponent.IAnalysisComponent,kieker.analysis.plugin.filter.IFilterPlugin,kieker.analysis.plugin.IPlugin,IGraphOutputtingFilter<AbstractDependencyGraph<AllocationComponent>>,IGraphProducingFilter<AbstractDependencyGraph<AllocationComponent>>
@Deprecated public class ComponentDependencyGraphAllocationFilter extends AbstractDependencyGraphFilter<AllocationComponent>
Deprecated.
1.15 ported to teetime
Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in". The produced graph is emitted through the single output port.
This class has exactly one input port named "in". The produced graph is emitted through the single output port.
- Since:
- 0.95a
-
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 ComponentDependencyGraphAllocationFilter(kieker.common.configuration.Configuration configuration, kieker.analysis.IProjectContext projectContext)Deprecated.Creates a new filter using the given configuration. -
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
-
ComponentDependencyGraphAllocationFilter
public ComponentDependencyGraphAllocationFilter(kieker.common.configuration.Configuration configuration, kieker.analysis.IProjectContext projectContext)Deprecated.Creates a new filter using the given configuration.- 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<AllocationComponent>>- Returns:
- See above
-