UmlSequenceParticipantStereotype

9 Jul 20261 minute to read

Specifies the visual stereotype used to represent a participant in a UML sequence diagram.
The stereotype determines the shape and semantic meaning of the participant
header (for example, actor, boundary, control, entity, or database).

  • Actor - Represents an actor that interacts with the system.
  • Boundary - Represents a boundary object or system interface.
  • Control - Represents a control object.
  • Database - Represents a database or persistent storage system.
  • Default - Represents a standard object participant.
  • Entity - Represents an entity object.