-
- All Implemented Interfaces:
-
icu.windea.breezeframework.dsl.DslElement,icu.windea.breezeframework.dsl.api.WithNode,icu.windea.breezeframework.dsl.mermaid.MermaidDsl.DslElement,icu.windea.breezeframework.dsl.mermaid.sequencediagram.MermaidSequenceDiagramDsl.DslElement
@MermaidSequenceDiagramDslMarker() public final class MermaidSequenceDiagramDsl.Message implements MermaidSequenceDiagramDsl.DslElement, WithNode
Mermaid序列图的消息。
-
-
Field Summary
Fields Modifier and Type Field Description private Stringtextprivate MermaidSequenceDiagramDsl.ArrowShapearrowShapeprivate BooleanisActivatedprivate final StringsourceNodeIdprivate final StringtargetNodeIdprivate final StringfromParticipantIdprivate final StringtoParticipantId
-
Method Summary
Modifier and Type Method Description final StringgetText()final UnitsetText(String text)final MermaidSequenceDiagramDsl.ArrowShapegetArrowShape()final UnitsetArrowShape(MermaidSequenceDiagramDsl.ArrowShape arrowShape)final BooleangetIsActivated()final UnitsetIsActivated(Boolean isActivated)StringgetSourceNodeId()StringgetTargetNodeId()final StringgetFromParticipantId()final StringgetToParticipantId()StringtoString()-
-
Method Detail
-
getArrowShape
final MermaidSequenceDiagramDsl.ArrowShape getArrowShape()
-
setArrowShape
final Unit setArrowShape(MermaidSequenceDiagramDsl.ArrowShape arrowShape)
-
getIsActivated
final Boolean getIsActivated()
-
setIsActivated
final Unit setIsActivated(Boolean isActivated)
-
getSourceNodeId
String getSourceNodeId()
-
getTargetNodeId
String getTargetNodeId()
-
getFromParticipantId
final String getFromParticipantId()
-
getToParticipantId
final String getToParticipantId()
-
-
-
-