Container that executes the functors it contains once for every class or category present in a categorical map.
| Name | Type | Description |
|---|---|---|
| Map | Categorical Map Type | Map of classes or categories the contained functors are executed for. |
None.
None.
| Name | Type | Description |
|---|---|---|
| Step | Integer Value Type | Category being processed in the current execution. |
Executions for different categories can run simultaneously when there is no dependency between them.
When Map has zero categories and the results produced by the contained functors are used outside this container, connect a Junction so that a result is still provided by another functor in that case.
See Lesson 14, “Using For Each Category and Region Manager,” for a practical example of this functor.
ForEachCategory
See practical examples of this functor in Lesson 14: Using For Each Category and Region Manager