Uses of Enum Class
kieker.visualization.trace.SequenceDiagramFilter.SDModes
Packages that use SequenceDiagramFilter.SDModes
Package
Description
Copyright 2026 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.visualization.trace
Methods in kieker.visualization.trace that return SequenceDiagramFilter.SDModesModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SequenceDiagramFilter.SDModes[]SequenceDiagramFilter.SDModes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in kieker.visualization.trace with parameters of type SequenceDiagramFilter.SDModesModifier and TypeMethodDescriptionstatic voidSequenceDiagramFilter.writePicForMessageTrace(MessageTrace msgTrace, SequenceDiagramFilter.SDModes sdMode, String outputFilename, boolean shortLabels) This method writes the pic code for the given message trace into the given file.Constructors in kieker.visualization.trace with parameters of type SequenceDiagramFilter.SDModesModifierConstructorDescriptionSequenceDiagramFilter(SystemModelRepository repository, SequenceDiagramFilter.SDModes sdmode, String outputFnBase, boolean shortLabels) Creates a new instance of this class using the given parameters.