Uses of Class
kieker.visualization.trace.SequenceDiagramFilter.SDModes
Package | Description |
---|---|
kieker.visualization.trace |
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.visualization.trace
Methods in kieker.visualization.trace that return SequenceDiagramFilter.SDModes Modifier and Type Method Description static SequenceDiagramFilter.SDModes
SequenceDiagramFilter.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.visualization.trace with parameters of type SequenceDiagramFilter.SDModes Modifier and Type Method Description static void
SequenceDiagramFilter. writePicForMessageTrace(MessageTrace msgTrace, SequenceDiagramFilter.SDModes sdMode, java.lang.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.SDModes Constructor Description SequenceDiagramFilter(SystemModelRepository repository, SequenceDiagramFilter.SDModes sdmode, java.lang.String outputFnBase, boolean shortLabels)
Creates a new instance of this class using the given parameters.