Firebird: Difference between revisions
From stonehomewiki
Jump to navigationJump to search
Stonezhong (talk | contribs) (→APIs) |
Stonezhong (talk | contribs) (→APIs) |
||
| Line 12: | Line 12: | ||
<div class="mw-collapsible-preview">Node</div> | <div class="mw-collapsible-preview">Node</div> | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
Represent a node in the pipeline. A node can have bunch of input ports and bunch of output ports. Each port has a unique | 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. | ||
Properties: | Properties: | ||
* | * id: the id of the node, it is unique within a pipeline | ||
* input: the default input port, e.g. node.input | * input: the default input port, e.g. node.input | ||
* output: the default input port, e.g. node.output | * output: the default input port, e.g. node.output | ||
* input_port_names: tuple of all input port ids | |||
* output_port_ids: tuple of all output port ids | |||