Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
number_table [2015/10/13 01:52]
admin
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 ​table or lookup table under 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. ​ | +| Table  | [[Base Table Type]] ​ | Table or lookup ​table to register in the container.  | 
-| Table Number ​ | [[Positive Integer Value Type]] ​ | Lookup table number identifier.  |+| Table Number ​ | [[Positive Integer Value Type]] ​ | Number under which Table will be known inside the container.  |
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
Line 21: Line 21:
 ===== 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 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