Main Content

systemcomposer.rptgen.finder.ProfileResult Class

Namespace: systemcomposer.rptgen.finder
Superclasses: mlreportgen.finder.Result (MATLAB Report Generator)

Search result for profiles

Since R2022b

Description

Search result object for information about a profile in a System Composer™ architecture model.

The systemcomposer.rptgen.finder.ProfileResult class is a handle class.

Creation

result = ProfileResult creates a search result object for a profile that you find by using a systemcomposer.rptgen.finder.ProfileFinder object.

Note

The find method of the systemcomposer.rptgen.finder.ProfileFinder class creates a search result object for each profile that it finds. You do not need to create this object yourself.

Properties

expand all

Universal unique identifier (UUID) of result element, returned as a string.

Data Types: string

Name of profile, returned as a string.

Data Types: string

Description of profile, returned as a string.

Data Types: string

Stereotypes on profile, returned as an array of strings.

Data Types: string

Tag to associate with result, specified as a string. You can use this property to attach additional information to a result. You can set this property to any value that meets your requirements.

Data Types: string

Methods

expand all

Version History

Introduced in R2022b