Uses of Interface
kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeFilter.IPairFactory
| 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 AbstractCallTreeFilter.IPairFactory in kieker.tools.trace.analysis.filter.visualization.callTree
Methods in kieker.tools.trace.analysis.filter.visualization.callTree with parameters of type AbstractCallTreeFilter.IPairFactory Modifier and Type Method Description protected static <T> voidAbstractCallTreeFilter. addTraceToTree(AbstractCallTreeNode<T> root, MessageTrace trace, AbstractCallTreeFilter.IPairFactory<T> pairFactory, boolean aggregated)Deprecated.Adds the given trace to the given tree.static <T> voidAbstractCallTreeFilter. writeDotForMessageTrace(AbstractCallTreeNode<T> root, AbstractCallTreeFilter.IPairFactory<T> pairFactory, MessageTrace msgTrace, java.lang.String outputFilename, boolean includeWeights, boolean shortLabels)Deprecated.Write dot info for message trace.