Connection

Aus ExpeccoWiki

Wechseln zu: Navigation, Suche

A connection is used to interconnect two pins. Depending on the type of the pins the connection models either a data flow- or a control flow-connection. input pins can only be connected with output pins and the datatypes of the pins must be compatible. That means they either have the same type or the input pin has a "more general" type than the output. Inputs with an "any" datatype are most general and can consume any value. Outputs can be connected to multiple inputs, but each connection has exactly one input and one output pin. If an output pin has more than one connection, outgoing values are sent to all connected inputs.

For other diagram elements see: Diagram Elements

Back to the full online documentation: Online Documentation

Meine Werkzeuge