systemcomposer.interaction.Interaction
Description
An Interaction
object represents the root level of a sequence
diagram. An interaction specifies how each part of a system should interact as a sequence of message exchanges.
Creation
Access Interaction
objects via the getInteractions
or getInteraction
function of the corresponding systemcomposer.arch.Model
object.
Properties
Object Functions
open | Open interaction |
addLifeline | Create new lifeline in interaction |
addAnnotation | Create new annotation in interaction |
findLifeline | Find lifeline in interaction |
findElement | Find element in interaction |
destroy | Remove model element |
Examples
More About
Version History
Introduced in R2024a
See Also
Tools
Functions
openViews
|sim
|addInteraction
|getInteraction
|getInteractions
|open
|addLifeline
|addFragment
|addOperand
|addMessage
|addDurationConstraint
|addAnnotation
|findLifeline
|findElement
|move
|move
|move
|destroy
|next
|current
|reset
Objects
systemcomposer.arch.Model
|systemcomposer.interaction.Iterator
|systemcomposer.interaction.Lifeline
|systemcomposer.interaction.MessageEvent
|systemcomposer.interaction.FormalGate
|systemcomposer.interaction.Message
|systemcomposer.interaction.Fragment
|systemcomposer.interaction.Operand
|systemcomposer.interaction.DurationConstraint
|systemcomposer.interaction.Annotation