

Actor
An actor is an active architectural component of a software system. Actors interact with their environment via ports. A dynamic actor is created and destroyed by the containing actor.
Learn how to edit text on actor symbols.


Ports
Ports provide an interface between actors using protocols that define how information should be accessed and changed.

Protocols
Protocols specify what messages are exchanged between actors.
Binding
Binding exists between actors that share protocols.
ROOMcharts and other Behavior Diagrams
ROOM behavior diagrams include ROOMcharts and Message Sequence Charts (MSC).
