Flow-Based Programming Pattern: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "Category:Concept __NOTOC__" to "__NOTOC__ Category:Concept") |
m (Text replacement - "ions]] " to "ion]]s ") |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
A [[Flow-Based Programming Pattern]] is a [[dataflow programming pattern]] based on bounded buffers, information packets with defined lifetimes, named ports, and separate definition of connections.] | A [[Flow-Based Programming Pattern]] is a [[dataflow programming pattern]] based on bounded buffers, information packets with defined lifetimes, named ports, and separate definition of connections.] | ||
* <B>See:</B> [[Dataflow Programming]], [[Computer Programming]], [[Programming Paradigm]], [[Application Software]], [[Process (Computer Science)]], [[Message Passing]], [[Software Componentry]]. | * <B>See:</B> [[Dataflow Programming]], [[Computer Programming]], [[Programming Paradigm]], [[Application Software]], [[Process (Computer Science)]], [[Message Passing]], [[Software Componentry]]. | ||
---- | ---- | ||
---- | ---- | ||
Line 8: | Line 9: | ||
=== 2021 === | === 2021 === | ||
* (Wikipedia, 2021) ⇒ https://en.wikipedia.org/wiki/flow-based_programming Retrieved:2021-2-23. | * (Wikipedia, 2021) ⇒ https://en.wikipedia.org/wiki/flow-based_programming Retrieved:2021-2-23. | ||
** In [[computer programming]], '''flow-based programming''' ('''FBP''') is a [[programming paradigm]] that defines [[application software| | ** In [[computer programming]], '''flow-based programming''' ('''FBP''') is a [[programming paradigm]] that defines [[application software|application]]s as networks of "black box" [[process (computer science)|processes]], which exchange data across predefined connections by [[message passing]], where the connections are specified ''externally'' to the processes. These black box processes can be reconnected endlessly to form different applications without having to be changed internally. FBP is thus naturally [[Software componentry|component-oriented]]. <P> FBP is a particular form of [[dataflow programming]] based on bounded buffers, information packets with defined lifetimes, named ports, and separate definition of connections. | ||
---- | ---- | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Concept]] | [[Category:Concept]] |
Latest revision as of 07:29, 22 August 2024
A Flow-Based Programming Pattern is a dataflow programming pattern based on bounded buffers, information packets with defined lifetimes, named ports, and separate definition of connections.]
- See: Dataflow Programming, Computer Programming, Programming Paradigm, Application Software, Process (Computer Science), Message Passing, Software Componentry.
References
2021
- (Wikipedia, 2021) ⇒ https://en.wikipedia.org/wiki/flow-based_programming Retrieved:2021-2-23.
- In computer programming, flow-based programming (FBP) is a programming paradigm that defines applications as networks of "black box" processes, which exchange data across predefined connections by message passing, where the connections are specified externally to the processes. These black box processes can be reconnected endlessly to form different applications without having to be changed internally. FBP is thus naturally component-oriented.
FBP is a particular form of dataflow programming based on bounded buffers, information packets with defined lifetimes, named ports, and separate definition of connections.
- In computer programming, flow-based programming (FBP) is a programming paradigm that defines applications as networks of "black box" processes, which exchange data across predefined connections by message passing, where the connections are specified externally to the processes. These black box processes can be reconnected endlessly to form different applications without having to be changed internally. FBP is thus naturally component-oriented.