Differences

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

Link to this comparison view

none [2026/08/28 03:00] (current)
hermann Create new page from functor_docs documentation
Line 1: Line 1:
 +====== None ======
 +
 +===== Description =====
 +
 +Declares a null value that can be reused as the input to more than one functor, instead of repeating the same constant throughout the model. This functor is typically used to force an execution order between two functors, through the sequenceInput and sequenceOutput ports that most containers expose.
 +
 +===== Inputs =====
 +
 +^ Name  ^ Type  ^ Description ​ ^
 +| Constant ​ | [[None Type]] ​ | Null value or constant. ​ |
 +
 +===== Optional Inputs =====
 +
 +None.
 +
 +===== Outputs =====
 +
 +^ Name  ^ Type  ^ Description ​ ^
 +| Object ​ | [[None Type]] ​ | Null value provided as the functor input. ​ |
 +
 +===== Group =====
 +
 +[[Functor List#Map Algebra Supplementary | Map Algebra Supplementary]]
 +
 +===== Notes =====
 +
 +None.
 +
 +===== Internal Name =====
 +
 +None