For Each Category
Description
Container that executes the functors it contains once for every class or category present in a categorical map.
Inputs
| Name | Type | Description |
|---|---|---|
| Map | Categorical Map Type | Map of classes or categories the contained functors are executed for. |
Optional Inputs
None.
Outputs
None.
Internal Outputs
| Name | Type | Description |
|---|---|---|
| Step | Integer Value Type | Category being processed in the current execution. |
Group
Notes
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.
Internal Name
ForEachCategory
Usage examples
See practical examples of this functor in Lesson 14: Using For Each Category and Region Manager