Firebird/Concepts: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
Line 29: Line 29:
Represent a node in the pipeline. A node can have bunch of input ports and bunch of output ports. Each port has a unique id within the node.
Represent a node in the pipeline. A node can have bunch of input ports and bunch of output ports. Each port has a unique id within the node.


<h2>Properties</h2>
<b>Properties</b>
<pre><nowiki>
<pre><nowiki>
id:              The id of the node, it is unique within a pipeline
id:              The id of the node, it is unique within a pipeline

Revision as of 04:31, 13 May 2023

Firebird

Overview

Models

Node

Sink