getStereotypes

Get stereotypes applied on element of architecture model

Description

example

stereotypes = getStereotypes(element) gets an array of fully qualified stereotype names that have been applied on the element.

Examples

collapse all

stereotypes = getStereotypes(component_handle)

Input Arguments

collapse all

Output Arguments

collapse all

Fully qualified name list of stereotypes, specified as a cell array of character vectors in the form '<profile>.<stereotype>'.

Data Types: char

Introduced in R2019a