IsStereotypeDerivedFrom

Create query to select stereotype derived from a fully qualified name

    Description

    query = IsStereotypeDerivedFrom(name) creates a query object that the find method and the createViewArchitecture method use to select a stereotype from the fully qualified name.

    Input Arguments

    collapse all

    Fully qualified stereotype name, specified as a character vector as '<profile name>.<stereotype name>'.

    Example: 'AutoProfile.BaseComponent'

    Data Types: char

    Output Arguments

    collapse all

    Query, returned as a systemcomposer.query.Constraint object.

    Introduced in R2019b