-
- All Implemented Interfaces:
-
icu.windea.breezeframework.dsl.DslEntry,icu.windea.breezeframework.dsl.api.WithTransition
@SequenceDiagramDslMarker() public interface SequenceDiagramDsl.DslEntry implements DslEntry, WithTransition<SequenceDiagramDsl.Participant, SequenceDiagramDsl.Message>
-
-
Method Summary
Modifier and Type Method Description StringtoContentString()SequenceDiagramDsl.Messagelinks(String $self, String other)abstract Set<SequenceDiagramDsl.Participant>getParticipants()abstract List<SequenceDiagramDsl.Message>getMessages()abstract List<SequenceDiagramDsl.Note>getNotes()-
-
Method Detail
-
toContentString
String toContentString()
-
links
SequenceDiagramDsl.Message links(String $self, String other)
-
getParticipants
abstract Set<SequenceDiagramDsl.Participant> getParticipants()
-
getMessages
abstract List<SequenceDiagramDsl.Message> getMessages()
-
getNotes
abstract List<SequenceDiagramDsl.Note> getNotes()
-
-
-
-