systemcomposer.interaction.AltFragment
Description
An AltFragment
object is a container for operands in a sequence
diagram that specifies the behavior of the contained elements.
An Alt Fragment represents multiple
mutually exclusive conditions within an interaction under which different sets of messages
(operands) are expected to occur. An alternative fragment is akin to an
IF-ELSEIF-THEN
clause in a software program.
An alternative fragment is drawn as a box in the sequence diagram, with the label
Alt
in the box header. Each operand is then drawn within this box as a
separate section.
Creation
Access Fragment
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 details about each of the fragments.
Properties
Object Functions
addOperand | Add operand to fragment |
move | Move fragment within 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
|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.RootFragment
|systemcomposer.interaction.OptFragment
|systemcomposer.interaction.LoopFragment
|systemcomposer.interaction.SeqFragment
|systemcomposer.interaction.StrictFragment
|systemcomposer.interaction.ParFragment
|systemcomposer.interaction.Operand
|systemcomposer.interaction.Annotation
|Simulink.SimulationInput
|Simulink.SimulationOutput
Topics
- Overview of System Composer API
- Describe System Behavior Using Sequence Diagrams
- Pivot Between Lifelines and Components in Views Gallery
- Compose Architectures Visually
- Implement Component Behavior Using Simulink
- Implement Component Behavior Using Stateflow Charts
- Implement Component Behavior Using Simscape