Unit modifier marking a Function Unit as an integration in the sense of the Flow Design paradigm.
The term
integration has the same meaning as in the IODA architecture.
Integration unit's only purpose is to integrate other function units by wiring them together defining
the data flow between them. Integration units never contain logic and control flow implementations.
Typically, they only contain function unit instantiations and a constructor with wiring operations.