Main Content

getReporter

Class: systemcomposer.rptgen.finder.StereotypeResult
Package: systemcomposer.rptgen.finder

Get stereotype reporter

Since R2022b

Syntax

reporter = getReporter(result)

Description

reporter = getReporter(result) returns a reporter that is used to include information about stereotypes in a profile. You can use this reporter to customize what information is included and how the information is formatted. See the systemcomposer.rptgen.report.Stereotype reporter class for more information on how to customize the reporter.

Input Arguments

expand all

Stereotype result, specified as a systemcomposer.rptgen.finder.StereotypeResult object.

Output Arguments

expand all

Stereotype reporter, returned as a systemcomposer.rptgen.report.Stereotype object.

Version History

Introduced in R2022b