Uses of Class
kieker.tools.trace.analysis.filter.visualization.callTree.WeightedDirectedCallTreeEdge
| Package | Description |
|---|---|
| kieker.tools.trace.analysis.filter.visualization.callTree |
Copyright 2022 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.tools.trace.analysis.filter.visualization.callTree
Fields in kieker.tools.trace.analysis.filter.visualization.callTree with type parameters of type WeightedDirectedCallTreeEdge Modifier and Type Field Description protected java.util.Map<java.lang.Integer,WeightedDirectedCallTreeEdge<T>>AbstractAggregatedCallTreeNode. childMapDeprecated.For faster lookup of existing children.Methods in kieker.tools.trace.analysis.filter.visualization.callTree that return types with arguments of type WeightedDirectedCallTreeEdge Modifier and Type Method Description java.util.Collection<WeightedDirectedCallTreeEdge<T>>AbstractCallTreeNode. getChildEdges()Deprecated.Delivers the child edges.java.util.Collection<WeightedDirectedCallTreeEdge<T>>AbstractCallTreeNode. getOutgoingEdges()Deprecated.Methods in kieker.tools.trace.analysis.filter.visualization.callTree with parameters of type WeightedDirectedCallTreeEdge Modifier and Type Method Description protected voidAbstractCallTreeNode. appendChildEdge(WeightedDirectedCallTreeEdge<T> destination)Deprecated.Append edge to *sorted* list of children.