Interaction
UML specifies several types of behaviors:
▪Activity
▪State Machine
▪Interaction
▪Opaque Behavior, which has subtype FunctionBehavior
Interaction is a communication between objects. You model Interactions on Sequence diagrams.
See also
Go up to