Chapter 55. Transformers

We assume that you already know what components are. See Chapter 26, Components for brief information.

Some of the components are intermediate nodes of the graph. These are called Transformers or Joiners.

For information about Joiners see Chapter 56, Joiners. Here we will describe Transformers.

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).

Components can have different properties. But they also can have some in common. Some properties are common for all of them, others are common for most of the components, or they are common for Transformers only. You should learn:

We can distinguish Transformers according to what they can do.