Chapter 50. Transformers

Transformers are intermediate nodes of the graph.

Transformers receive data through the connected input port(s), process it in the user-specified way and send it out through the connected output port(s).

We can distinguish Transformers according to what they can do.

See also
Chapter 30, Components
Common Properties of Components
Specific Attribute Types
Common Properties of Transformers
Chapter 51, Joiners