Main Content

systemcomposer.rptgen.finder.RequirementSetResult class

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

Search result for requirements

Since R2022b

Description

Search result object for information about a requirement in a requirement set.

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

Creation

result = ComponentResult creates a search result object for a requirement found by a systemcomposer.rptgen.finder.RequirementSetFinder object.

Note

The find method of the systemcomposer.rptgen.finder.RequirementSetFinder class creates objects of this type for each requirement 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

ID of requirement, returned as a string.

Data Types: string

Summary of requirement, returned as a string.

Data Types: string

Requirement link, returned as a string.

Data Types: string

Tag to associate with result, specified as a string. This property allows you 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