systemcomposer.interaction.Operand
Description
An Operand
object is a set of messages within a fragment guarded
by a common condition.
Creation
Access Operand
objects via the RootFragment
property
of the corresponding systemcomposer.interaction.Interaction
object. Access the
Operand
property of the root fragment and then, if fragments are within
the root operand, access the Fragment
property of the root operand and
iterate over it to view the operands within the fragments.
Properties
Object Functions
addFragment | Add fragment to operand |
addMessage | Add message to interaction between lifelines |
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.Interaction
|systemcomposer.interaction.Iterator
|systemcomposer.interaction.Lifeline
|systemcomposer.interaction.MessageEvent
|systemcomposer.interaction.FormalGate
|systemcomposer.interaction.Message
|systemcomposer.interaction.Fragment
|systemcomposer.interaction.DurationConstraint
|systemcomposer.interaction.Annotation