Differences
This shows you the differences between two versions of the page.
|
group [2011/07/31 17:53] hermann created |
group [2026/08/28 03:22] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Group ====== | + | ====== Group ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | This container wraps and executes a set of functors. | + | Executes the functors it contains as a single step. This container has no effect of its own beyond organizing part of a model visually, or forcing an execution order through its Sequence Input and Sequence Output ports. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| + | |||
| + | None. | ||
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| + | |||
| + | ^ Name ^ Type ^ Description ^ Default Value ^ | ||
| + | | Sequence Input | [[None Type]] | Ensures that the functor connected to this port finishes executing before this container starts. | None | | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| + | |||
| + | ^ Name ^ Type ^ Description ^ | ||
| + | | Sequence Output | [[None Type]] | Connect this port to another container's Sequence Input to make this container finish executing before that other container starts. | | ||
| ===== Group ===== | ===== Group ===== | ||
| Line 15: | Line 23: | ||
| [[Functor List#Control | Control]] | [[Functor List#Control | Control]] | ||
| - | ===== Notes ===== | + | ===== Notes ===== |
| - | Group consists of an easy way to group a set of functors; they do not necessarily need to be connected to form a data flow chain. | + | Group is a convenient way to group a set of functors visually; they do not need to be connected to one another to form a data flow chain. |
| - | ===== Internal Name ===== | + | ===== Internal Name ===== |
| Group | Group | ||