DataFlow
Circulation of information between ModelElements.
DataFlows are the representation of all types of information that can be transmitted between elements. For example, DataFlows can be objects or requests. A DataFlow between elements expresses that the kind of information that it represents (defined through its ModelSignal) can circulate between the connected elements. This can provide high level (system level) information exchange diagrams.
: DataFlow (architecture_autodiagram)
Figure 182 : DataFlow (architecture_autodiagram)
DataFlowUmlModelElementNameSpaceSignal
Association
Description
Destination : NameSpace [0..1]
Designates the NameSpaces (Packages, Classes, and so on) that are targeted by the DataFlow.
Origin : NameSpace [0..1]
Owner : NameSpace [1..1]
SModel : Signal [0..1]
Defines the DataFlow as being an instance of the associated Signal.