Uses of Class
kieker.visualization.trace.call.tree.WeightedDirectedCallTreeEdge
Packages that use WeightedDirectedCallTreeEdge
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 WeightedDirectedCallTreeEdge in kieker.visualization.trace.call.tree
Fields in kieker.visualization.trace.call.tree with type parameters of type WeightedDirectedCallTreeEdgeModifier and TypeFieldDescriptionprotected final Map<Integer,WeightedDirectedCallTreeEdge<T>> AbstractAggregatedCallTreeNode.childMapFor faster lookup of existing children.Methods in kieker.visualization.trace.call.tree that return types with arguments of type WeightedDirectedCallTreeEdgeModifier and TypeMethodDescriptionfinal Collection<WeightedDirectedCallTreeEdge<T>>AbstractCallTreeNode.getChildEdges()Delivers the child edges.AbstractCallTreeNode.getOutgoingEdges()Methods in kieker.visualization.trace.call.tree with parameters of type WeightedDirectedCallTreeEdgeModifier and TypeMethodDescriptionprotected final voidAbstractCallTreeNode.appendChildEdge(WeightedDirectedCallTreeEdge<T> destination) Append edge to *sorted* list of children.