Uses of Enum
jline.io.tikz.SequenceDiagramTraverser.Interaction.Type
Packages that use SequenceDiagramTraverser.Interaction.Type
-
Uses of SequenceDiagramTraverser.Interaction.Type in jline.io.tikz
Fields in jline.io.tikz declared as SequenceDiagramTraverser.Interaction.TypeMethods in jline.io.tikz that return SequenceDiagramTraverser.Interaction.TypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.SequenceDiagramTraverser.Interaction.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jline.io.tikz with parameters of type SequenceDiagramTraverser.Interaction.TypeModifierConstructorDescriptionInteraction(SequenceDiagramTraverser.Interaction.Type type, Task sourceTask, Task targetTask, Entry targetEntry, Activity sourceActivity, double callMean, int level)