Main Content

systemcomposer.rptgen.finder.RequirementLinkResult Class

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

Search result for requirement links

Since R2022b

Description

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

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

Creation

result = RequirementLinkResult creates a search result object for a requirement link that you find by using a systemcomposer.rptgen.finder.RequirementLinkFinder object.

Note

The find method of the systemcomposer.rptgen.finder.RequirementLinkFinder class creates a search result object for each requirement link 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

Source of link, returned as a string.

Data Types: string

Type of link, returned as a string.

Data Types: string

Destination of link, returned as a string.

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