Previous | UML Classes | Table of Contents | UML Packages | Next |
None
ExpansionKind is an enumeration type used to specify how multiple executions of an expansion region interact. See ExpansionRegion
(from ExtraStructuredActivities ).
• parallel The executions are independent. They may be executed concurrently.
• iterative The executions are dependent and must be executed one at a time, in order of the collection elements.
• stream A stream of collection elements flows into a single execution, in order of the collection elements.