UmlSequenceFragmentCondition
12 Sep 20251 minute to read
Represents a single condition within a UML sequence fragment.
Each condition includes a description and references to the messages or sub-fragments it controls.
Properties
content string
The textual description of the condition (e.g., a Boolean expression or case label).
Defaults to ’’
fragmentIds string[]
The IDs of nested fragments that are included under this condition.
Defaults to undefined
messageIds []
The IDs of messages that are included under this condition.
Defaults to []