Uses of Interface
kieker.visualization.trace.call.tree.AbstractCallTreeFilter.IPairFactory
| 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 AbstractCallTreeFilter.IPairFactory in kieker.visualization.trace.call.tree
Methods in kieker.visualization.trace.call.tree 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)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)Write dot info for message trace.