Difference between revisions of "Adapter"

From DocDataFlow
Jump to: navigation, search
(Adapter)
(Base Adapter Types)
Line 12: Line 12:
  
 
=Base Adapter Types=
 
=Base Adapter Types=
 +
 +
Below some adapter types, which serve as the basis for more specific adapters.
 +
 +
[[Adapter Chain]]
 +
 +
[[Assembler]]
 +
 +
[[Debug Monitor]]
 +
 +
[[Disassembler]]
 +
 +
[[Exporter]]
 +
 +
[[Filter]]
 +
 +
[[Output]]
 +
 +
[[Processor]]
 +
 +
[[Selector]]
 +
 +
[[Splitter]]
 +
 +
[[Scripted]]

Revision as of 01:33, 28 December 2013

A basic adapter is a processing unit which has at least an input connection, and an output connection.

Data flows through an adapter in the shape of granules.

The adapter accepts granules through its input connection, and emits granules through its output connection.

Adapter.png

Some adapters have additional output connections - e.g. an input splitter is an adapter which connects to many output adapters.

Some adapters might not produce any output, and act as a sink. They might be collating their input data into a common data pool, where it can be picked up later by another adapter, or they might be sending the data they receive it to the outside world, and have no need to pass it on to an adapter further in the chain.

Base Adapter Types

Below some adapter types, which serve as the basis for more specific adapters.

Adapter Chain

Assembler

Debug Monitor

Disassembler

Exporter

Filter

Output

Processor

Selector

Splitter

Scripted