Get stereotypes applied on element of architecture model
stereotypes = getStereotypes(element)
example
stereotypes = getStereotypes(element) gets an array of fully qualified stereotype names that have been applied on the element.
stereotypes
element
collapse all
stereotypes = getStereotypes(component_handle)
Model element, specified as a systemcomposer.arch.Architecture, systemcomposer.arch.Component, systemcomposer.arch.ComponentPort, systemcomposer.arch.ArchitecturePort, or systemcomposer.arch.Connector object.
systemcomposer.arch.Architecture
systemcomposer.arch.Component
systemcomposer.arch.ComponentPort
systemcomposer.arch.ArchitecturePort
systemcomposer.arch.Connector
Fully qualified name list of stereotypes, specified as a cell array of character vectors in the form '<profile>.<stereotype>'.
'<profile>.<stereotype>'
Data Types: char
char
applyStereotype | batchApplyStereotype | removeStereotype
applyStereotype
batchApplyStereotype
removeStereotype