systemcomposer.arch.BasePort

Common base class for all ports in architecture model

Description

A systemcomposer.arch.Baseport cannot be constructed. Create a systemcomposer.arch.ArchitecturePort.

Properties

expand all

Name of port, returned as a character vector.

Data Types: char

Port direction, returned as a character array with values 'Input' and 'Output'.

Data Types: char

Name of interface associated with port, returned as a character vector.

Data Types: char

Interface associated with port, returned as a systemcomposer.interface.SignalInterface object.

Port connectors, returned as a systemcomposer.arch.Connector object.

Whether port has connections, returned as a logical or numeric value 1 (true) or 0 (false).

Data Types: logical

Object Functions

getPropertyGet property value corresponding to stereotype applied to element
setPropertySet property value corresponding to stereotype applied to element
getEvaluatedPropertyValueGet evaluated value of property from component
applyStereotypeApply stereotype to architecture model element
getStereotypesGet stereotypes applied on element of architecture model
removeStereotypeRemove stereotype from model element
destroyRemove and destroy model element
Introduced in R2019a