Class AggregatedAssemblyComponentOperationCallTreeFilter
java.lang.Object
teetime.framework.AbstractStage
teetime.framework.AbstractConsumerStage<T>
kieker.analysis.architecture.trace.AbstractTraceAnalysisStage<T>
kieker.analysis.architecture.trace.AbstractTraceProcessingStage<MessageTrace>
kieker.analysis.plugin.trace.AbstractMessageTraceProcessingFilter
kieker.visualization.trace.call.tree.AbstractCallTreeFilter<T>
kieker.visualization.trace.call.tree.AbstractAggregatedCallTreeFilter<AssemblyComponentOperationPair>
kieker.visualization.trace.call.tree.AggregatedAssemblyComponentOperationCallTreeFilter
public class AggregatedAssemblyComponentOperationCallTreeFilter
extends AbstractAggregatedCallTreeFilter<AssemblyComponentOperationPair>
- Since:
- 1.1
- Author:
- Andre van Hoorn ~/Projects/Kieker/kieker/
-
Nested Class Summary
Nested classes/interfaces inherited from class kieker.visualization.trace.call.tree.AbstractCallTreeFilter
AbstractCallTreeFilter.IPairFactory<T> -
Field Summary
Fields inherited from class teetime.framework.AbstractConsumerStage
inputPortFields inherited from class teetime.framework.AbstractStage
logger -
Constructor Summary
ConstructorsConstructorDescriptionAggregatedAssemblyComponentOperationCallTreeFilter(SystemModelRepository repository, boolean includeWeights, boolean shortLabels, String dotOutputFile) Creates a new instance of this class using the given parameters. -
Method Summary
Modifier and TypeMethodDescriptionprotected AssemblyComponentOperationPairconcreteCreatePair(SynchronousCallMessage callMsg) HACK.Methods inherited from class kieker.visualization.trace.call.tree.AbstractAggregatedCallTreeFilter
execute, onTerminating, printStatusMessage, saveTreeToDotFile, setRootMethods inherited from class kieker.visualization.trace.call.tree.AbstractCallTreeFilter
addTraceToTree, nodeLabel, saveTreeToDotFile, writeDotForMessageTraceMethods inherited from class kieker.analysis.architecture.trace.AbstractTraceProcessingStage
getErrorCount, getLastTraceIdError, getLastTraceIdSuccess, getSuccessCount, getTotalCount, reportError, reportSuccessMethods inherited from class kieker.analysis.architecture.trace.AbstractTraceAnalysisStage
createExecutionByEntityNames, createExecutionByEntityNames, createExecutionByEntityNames, createExecutionByEntityNames, getSystemModelRepository, printDebugLogMessage, printErrorLogMessageMethods inherited from class teetime.framework.AbstractConsumerStage
createInputPort, execute, getInputPortMethods 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, onValidating, removeDynamicPort, removeDynamicPort, setPaused, setStateless, shouldBeTerminated, signalAlreadyReceived, terminateStage, toString, workCompleted
-
Constructor Details
-
AggregatedAssemblyComponentOperationCallTreeFilter
public AggregatedAssemblyComponentOperationCallTreeFilter(SystemModelRepository repository, boolean includeWeights, boolean shortLabels, String dotOutputFile) Creates a new instance of this class using the given parameters.- Parameters:
repository-includeWeights-shortLabels-dotOutputFile-
-
-
Method Details
-
concreteCreatePair
HACK. Inheriting classes should implement this method to deliver the actual pair.- Specified by:
concreteCreatePairin classAbstractAggregatedCallTreeFilter<AssemblyComponentOperationPair>- Parameters:
callMsg- The call message which contains the information necessary to create the pair.- Returns:
- The actual pair.
-