Uses of Class
kieker.tools.trace.analysis.filter.traceReconstruction.InvalidTraceException
| Package | Description |
|---|---|
| kieker.tools.trace.analysis.systemModel |
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 InvalidTraceException in kieker.tools.trace.analysis.systemModel
Methods in kieker.tools.trace.analysis.systemModel that throw InvalidTraceException Modifier and Type Method Description voidExecutionTrace. add(Execution execution)Deprecated.Adds an execution to the trace.MessageTraceExecutionTrace. toMessageTrace(Execution rootExecution)Deprecated.Returns the message trace representation for this trace.
The transformation to a message trace is only computed during the first execution of this method.