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