Uses of Class
kieker.tools.trace.analysis.filter.traceReconstruction.TraceProcessingException
| 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.
|
| 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 TraceProcessingException in kieker.tools.trace.analysis.filter.visualization.callTree
Methods in kieker.tools.trace.analysis.filter.visualization.callTree that throw TraceProcessingException 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. -
Uses of TraceProcessingException in kieker.visualization.trace.call.tree
Methods in kieker.visualization.trace.call.tree that throw TraceProcessingException 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.