Extend ADAF¶
- The considered category of nodes includes a number of common list operations,
- Append
- Extend
- Get item
These list operations exist for list of ADAFs, Tables, and Text.
-
class
node_list_operations.
ExtendADAF
[source]¶ Extend a list of ADAFs with another list of ADAFs.
Inputs: - First : ADAFs
List of ADAFs that the list on the lower port to be extended to.
- Second : ADAFs
List of ADAFs to be extended to the list on the upper port.
Outputs: - Output : ADAFs
List of ADAFs that includes all incoming ADAFs. The ADAFs in the list on the lower port will be located after the ADAFs coming in through the upper port.
Opposite node: Ref. nodes: