InteractionOperand
Represents one operand of the enclosing CombinedFragment.
An InteractionOperand is contained in a CombinedFragment and contains an ordered set of InteractionFragments. It represents one operand of the expression given by the enclosing CombinedFragment. An InteractionOperand has an optional guard expression. Only InteractionOperands with a guard that evaluates to true at this point in the interaction will be considered for the production of the traces for the enclosing CombinedFragment.
: InteractionOperand (architecture_autodiagram)
Figure 150 : InteractionOperand (architecture_autodiagram)
InteractionOperandInteractionFragmentCombinedFragment
Attribute
Description
string Guard [1..1]
Constraint of the operand.
integer EndLineNumber [1..1]
Association
Description
Fragment : InteractionFragment [0..*]
The fragments of the operand.
OwnerFragment : CombinedFragment [0..1]