Package de.xam.featdoc.mermaid.sequence
Class SequenceDiagram
java.lang.Object
de.xam.featdoc.mermaid.sequence.SequenceDiagram
- All Implemented Interfaces:
MermaidDiagram
Unsupported features from mermaid sequence diagram
Loops, Alt, Else, Opt, parallel, critical, break,
block nesting
colored background rects
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfilename()note(Note.Position position, String participant, String text) notes()participant(String id) participant(String id, String label) participants(Participant... participants) step(String fromParticipant, Arrow arrow, SequenceStep.LifetimeEvent lifetimeEvent, String toParticipant, String message) step(String fromParticipant, Arrow arrow, SequenceStep.LifetimeEvent lifetimeEvent, String toParticipant, String message, String comment) step(String fromParticipant, SequenceStep.LifetimeEvent lifetimeEvent, String toParticipant, String message) steps()title()
-
Field Details
-
isAutonumber
public boolean isAutonumber
-
-
Constructor Details
-
SequenceDiagram
-
-
Method Details
-
actor
-
actor
-
filename
-
note
-
note
-
notes
-
participant
-
participant
-
participants
-
participants
-
step
public SequenceDiagram step(String fromParticipant, Arrow arrow, SequenceStep.LifetimeEvent lifetimeEvent, String toParticipant, String message, String comment) -
step
public SequenceDiagram step(String fromParticipant, Arrow arrow, String toParticipant, String message) -
step
public SequenceDiagram step(String fromParticipant, SequenceStep.LifetimeEvent lifetimeEvent, String toParticipant, String message) -
step
-
step
public SequenceDiagram step(String fromParticipant, Arrow arrow, SequenceStep.LifetimeEvent lifetimeEvent, String toParticipant, String message) -
steps
-
title
-
title
-