Uses of Class
kieker.tools.trace.analysis.filter.visualization.sequenceDiagram.SequenceDiagramFilter.SDModes
| Package | Description |
|---|---|
| kieker.tools.trace.analysis.filter.visualization.sequenceDiagram |
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 SequenceDiagramFilter.SDModes in kieker.tools.trace.analysis.filter.visualization.sequenceDiagram
Methods in kieker.tools.trace.analysis.filter.visualization.sequenceDiagram that return SequenceDiagramFilter.SDModes Modifier and Type Method Description static SequenceDiagramFilter.SDModesSequenceDiagramFilter.SDModes. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SequenceDiagramFilter.SDModes[]SequenceDiagramFilter.SDModes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in kieker.tools.trace.analysis.filter.visualization.sequenceDiagram with parameters of type SequenceDiagramFilter.SDModes Modifier and Type Method Description static voidSequenceDiagramFilter. writePicForMessageTrace(MessageTrace msgTrace, SequenceDiagramFilter.SDModes sdMode, java.lang.String outputFilename, boolean shortLabels)Deprecated.This method writes the pic code for the given message trace into the given file.