Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
number_table [2011/07/31 19:14] hermann created |
number_table [2026/08/28 03:28] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Number Table ====== | + | ====== Number Table ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | This hook identifies a lookup table by assigning a number to it. | + | Placeholder used to register a table or lookup table under a given number in the container it is placed inside. This functor produces no output itself: the enclosing container inspects its input ports and performs the actual registration. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Table | [[Lookup Table Type|Lookup Table]] | Lookup table. | | + | | Table | [[Base Table Type]] | Table or lookup table to register in the container. | |
| - | | Table Number | [[Positive Int Type|Positive Int]] | Lookup table number identifier. | | + | | Table Number | [[Positive Integer Value Type]] | Number under which Table will be known inside the container. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| + | |||
| + | None. | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| + | |||
| + | None. | ||
| ===== Group ===== | ===== Group ===== | ||
| - | [[Functor List#Map Algebra Supplementary | Map Algebra Supplementary]] | + | [[Functor List#Map Algebra Supplementary | Map Algebra Supplementary]] |
| - | ===== Notes ===== | + | ===== Notes ===== |
| - | A hook is usually used to enter a type of data into a container that performs some operation. | + | A hook such as this one is typically used to feed one value of a given type into a container that performs some operation over a series of such values, such as [[Calculate Table]]. |
| - | ===== Internal Name ===== | + | ===== Internal Name ===== |
| NumberTable | NumberTable | ||