Dataflow Programming Pattern: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
(Created page with "A Dataflow Programming Pattern is a programming pattern that models a program as a directed graph of the data flowing between operations, thus implementing dataf...")
 
No edit summary
Line 1: Line 1:
A [[Dataflow Programming Pattern]] is a [[programming pattern]] that models a program as a [[directed graph]] of the data flowing between operations, thus implementing [[dataflow]] principles and architecture.
A [[Dataflow Programming Pattern]] is a [[programming pattern]] that models a program as a [[directed graph]] of the data flowing between operations, thus implementing [[dataflow]] principles and architecture.
* <B>Context:</B>
** It can be supported by a [[Dataflow Programming Language]].
** ...
* <B>Example(s):</B>
* <B>Example(s):</B>
** [[Flow-Based Programming]].
** [[Flow-Based Programming]].

Revision as of 19:11, 23 February 2021

A Dataflow Programming Pattern is a programming pattern that models a program as a directed graph of the data flowing between operations, thus implementing dataflow principles and architecture.



References

2021