-
Notifications
You must be signed in to change notification settings - Fork 0
R54
Leon Starr edited this page Jan 23, 2022
·
5 revisions
Process Input Port consumes zero or one Process Output Port
Process Output Port feeds zero, one or many Process Input Port
If a Process Input Port consumes data from a Process Output Port we ensure that the Content conveyed on each side matches.
A Process Output Port can distribute data to any number of destinations of which one possibility is a Process Input Port.
Process Connection.(Input Port, Input process, Graph, Content) ->
Process Input Port.(Name, Process, Graph, Content)
Process Connection.(Output port, Output process, Graph, Content) ->
Process Output Port.(Name, Process, Graph, Content)
By referencing the super-identifier which includes the Content attribute, we ensure that both input and output convey compatible Content.
The Graph is also shared, so that a Process may only connect to another Process on the same Graph.
A Process may not cycle input into itself because we would have no guarantee that the Graph would ever complete execution.
Input process != Output process
Copyright © 2022 Leon Starr
- Case
- Compatible Process
- Content
- Control Sequence
- Custom Process
- Custom Process Port
- Execution Dependency
- Graph
- External Input
- External Output
- Graph Port
- Graph Specification
- Interface
- Port
- Process
- Process Port
- Process Input Port
- Process Output Port
- Process Specification
- Standard Process
- Standard Process Port
- Store
- Switch
- Conditional Input
- External Input
- External Output
- External Process Input
- Process Connection
- Process Input Port
- Process Input Source
- Process Output Port
- Read Access
- Switched Input Set
- Write Access