Uses of Enum Class
de.xam.featdoc.mermaid.sequence.Arrow
Packages that use Arrow
-
Uses of Arrow in de.xam.featdoc.mermaid.sequence
Methods in de.xam.featdoc.mermaid.sequence that return ArrowModifier and TypeMethodDescriptionSequenceStep.arrow()Returns the value of thearrowrecord component.static ArrowReturns the enum constant of this class with the specified name.static Arrow[]Arrow.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.xam.featdoc.mermaid.sequence with parameters of type ArrowModifier and TypeMethodDescriptionSequenceDiagram.step(String fromParticipant, Arrow arrow, SequenceStep.LifetimeEvent lifetimeEvent, String toParticipant, String message) SequenceDiagram.step(String fromParticipant, Arrow arrow, SequenceStep.LifetimeEvent lifetimeEvent, String toParticipant, String message, String comment) Constructors in de.xam.featdoc.mermaid.sequence with parameters of type ArrowModifierConstructorDescriptionSequenceStep(String from, Arrow arrow, SequenceStep.LifetimeEvent lifetimeEvent, String to, String message, String comment) Creates an instance of aSequenceSteprecord class.