Uses of Class
kieker.visualization.trace.call.tree.AbstractCallTreeNode
Packages that use AbstractCallTreeNode
Package
Description
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
-
Uses of AbstractCallTreeNode in kieker.visualization.trace.call.tree
Subclasses of AbstractCallTreeNode in kieker.visualization.trace.call.treeModifier and TypeClassDescriptionclassThis is an abstract base for a single node within an aggregated call tree.classThis class represents a single node within the trace call tree.Methods in kieker.visualization.trace.call.tree that return AbstractCallTreeNodeModifier and TypeMethodDescriptionabstract AbstractCallTreeNode<T>AbstractCallTreeNode.newCall(T destination, MessageTrace origin, IOriginRetentionPolicy originPolicy) TraceCallTreeNode.newCall(AllocationComponentOperationPair destination, MessageTrace origin, IOriginRetentionPolicy originPolicy) Methods in kieker.visualization.trace.call.tree with parameters of type AbstractCallTreeNodeModifier and TypeMethodDescriptionprotected static <T> voidAbstractCallTreeFilter.addTraceToTree(AbstractCallTreeNode<T> root, MessageTrace trace, AbstractCallTreeFilter.IPairFactory<T> pairFactory, boolean aggregated) Adds the given trace to the given tree.protected static final StringAbstractCallTreeFilter.nodeLabel(AbstractCallTreeNode<?> node, boolean shortLabels) Add a node label.protected static voidAbstractCallTreeFilter.saveTreeToDotFile(AbstractCallTreeNode<?> root, String outputFn, boolean includeWeights, boolean includeEois, boolean shortLabels) This method saves the given tree as valid dot code into the given file.static <T> voidAbstractCallTreeFilter.writeDotForMessageTrace(AbstractCallTreeNode<T> root, AbstractCallTreeFilter.IPairFactory<T> pairFactory, MessageTrace msgTrace, String outputFilename, boolean includeWeights, boolean shortLabels) Write dot info for message trace.Constructors in kieker.visualization.trace.call.tree with parameters of type AbstractCallTreeNodeModifierConstructorDescriptionWeightedDirectedCallTreeEdge(AbstractCallTreeNode<T> source, AbstractCallTreeNode<T> target, MessageTrace origin, IOriginRetentionPolicy originPolicy) Creates a new instance of this class using the given parameters.