Package kieker.analysis.plugin.trace
Class AbstractExecutionTraceProcessingFilter
java.lang.Object
teetime.framework.AbstractStage
teetime.framework.AbstractConsumerStage<T>
kieker.analysis.architecture.trace.AbstractTraceAnalysisStage<T>
kieker.analysis.architecture.trace.AbstractTraceProcessingStage<ExecutionTrace>
kieker.analysis.plugin.trace.AbstractExecutionTraceProcessingFilter
@Deprecated public abstract class AbstractExecutionTraceProcessingFilter extends AbstractTraceProcessingStage<ExecutionTrace>
Deprecated.
since 1.15 class is obsolete
This is the abstract base for a filter processing execution traces.
- Since:
- 1.1
- Author:
- Andre van Hoorn
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AbstractExecutionTraceProcessingFilter(SystemModelRepository systemModelRepository)
Deprecated.Creates a new instance of this class using the given parameters. -
Method Summary
Methods inherited from class kieker.analysis.architecture.trace.AbstractTraceProcessingStage
getErrorCount, getLastTraceIdError, getLastTraceIdSuccess, getSuccessCount, getTotalCount, printStatusMessage, reportError, reportSuccess
Methods inherited from class kieker.analysis.architecture.trace.AbstractTraceAnalysisStage
createExecutionByEntityNames, createExecutionByEntityNames, createExecutionByEntityNames, createExecutionByEntityNames, getSystemModelRepository, printDebugLogMessage, printErrorLogMessage
Methods inherited from class teetime.framework.AbstractConsumerStage
createInputPort, execute, execute, getInputPort
Methods inherited from class teetime.framework.AbstractStage
abort, addInputPortRemovedListener, addOutputPortRemovedListener, compareAndSetBeingExecuted, createInputPort, createInputPort, createInputPort, createOutputPort, createOutputPort, createOutputPort, createOutputPort, declareActive, declarePassive, executeByFramework, getCurrentState, getId, getInputPorts, getOutputPorts, getOwningThread, getTerminationStrategy, isActive, isBeingExecuted, isPaused, isProducer, isStateless, onSignal, onStarting, onTerminating, onValidating, removeDynamicPort, removeDynamicPort, setPaused, setStateless, shouldBeTerminated, signalAlreadyReceived, terminateStage, toString, workCompleted
-
Constructor Details
-
AbstractExecutionTraceProcessingFilter
Deprecated.Creates a new instance of this class using the given parameters.- Parameters:
systemModelRepository
- the used system model repository
-