
UML/BPMN Metamodel
Defines an expression of interaction fragments.
A combined fragment is defined by an interaction operator and corresponding interaction operands. Through the use of CombinedFragments the user will be able to describe a number of traces in a compact and concise manner. The semantics of a CombinedFragment depend on the interaction operator.
Modelio specific:
Gates on CombinedFragments are not supported. In order to model the call and return from a CombinedFragment, create messages just before or just after the CombinedFragment.

Figure 142 : CombinedFragment (architecture_autodiagram)
Attribute | Description |
---|---|
InteractionOperator Operator [1..1] | Specifies the operation that defines the semantics of this combination of InteractionFragments. The default value is seq. |
Association | Description |
---|---|
The set of operands of the combined fragment. | |
Not supported in sequence diagrams:
Specifies the gates that form the interface between this CombinedFragment and its surroundings. |