Creating Logical Ports

A port is an entity exposing the different data manipulated by a logical component.

The port can have four directions: In, Out, In/Out or No Direction:

  • In: during execution, signal is received by the logical component.
  • Out: during execution, signal is emitted by the logical component.
  • In/Out: during execution, signal can be emitted and received by the logical component.
  • No Direction: In that case, the port exposes a variable. The connection of this port to another port (also without direction) models a mathematical equality between exposed variable.

This task shows you how to create new ports on a logical component.

See Also
About Logical Connections