|
Input and Output Ports |
Top Previous Next |
|
Each task has a vector of input ports and a vector of output ports that are used to connect tasks together. A task is like a software 'black box', communicating with the outside only via its ports, as shown below.
You join tasks by connecting output ports to input ports using channels, and this collection of tasks is combined into a single application file by a 3L utility called the configurer.
|