systemcomposer.arch.ArchitecturePort

Represent input and output ports of an architecture

Description

This class inherits from systemcomposer.arch.BasePort .

Creation

port = addPort(archObj,'in')

The addPort method is the constructor for the systemcomposer.arch.ArchitecturePort class.

Properties

expand all

Direction of the port, specified as input or output.

Name of the interface associated with this port, specified as a string.

Interface associated with this port specified as a systemcomposer.internal.SignalInterface object.

Connectors associated with this port specified as a systemcomposer.arch.Connector object.

Whether the port already has connections, specified as logical.

Architecture that owns this port, specified as a systemcomposer.arch.Architecture object.

Object Functions

connectConnect pairs of components
applyStereotypeApply a stereotype to a model element
destroyRemove and destroy a model element

Introduced in R2019a