-
- All Implemented Interfaces:
-
icu.windea.breezeframework.dsl.DslDocument,icu.windea.breezeframework.dsl.DslEntry,icu.windea.breezeframework.dsl.api.WithTransition,icu.windea.breezeframework.dsl.sequence.SequenceDiagramDsl.DslEntry
@SequenceDiagramDslMarker() public final class SequenceDiagramDsl.DslDocument implements DslDocument, SequenceDiagramDsl.DslEntry
-
-
Field Summary
Fields Modifier and Type Field Description private SequenceDiagramDsl.Titletitleprivate final Set<SequenceDiagramDsl.Participant>participantsprivate final List<SequenceDiagramDsl.Message>messagesprivate final List<SequenceDiagramDsl.Note>notes
-
Method Summary
Modifier and Type Method Description final SequenceDiagramDsl.TitlegetTitle()final UnitsetTitle(SequenceDiagramDsl.Title title)Set<SequenceDiagramDsl.Participant>getParticipants()List<SequenceDiagramDsl.Message>getMessages()List<SequenceDiagramDsl.Note>getNotes()StringtoString()-
Methods inherited from class icu.windea.breezeframework.dsl.sequence.SequenceDiagramDsl.DslDocument
links, toContentString -
Methods inherited from class icu.windea.breezeframework.dsl.sequence.SequenceDiagramDsl.DslEntry
links, links, links, links, links -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTitle
final SequenceDiagramDsl.Title getTitle()
-
setTitle
final Unit setTitle(SequenceDiagramDsl.Title title)
-
getParticipants
Set<SequenceDiagramDsl.Participant> getParticipants()
-
getMessages
List<SequenceDiagramDsl.Message> getMessages()
-
getNotes
List<SequenceDiagramDsl.Note> getNotes()
-
-
-
-