Main Content
customizeReporter
Class: systemcomposer.rptgen.report.Stereotype
Namespace: systemcomposer.rptgen.report
Syntax
reporter = customizeReporter(classpath,type)
Description
creates a stereotype class definition file that is a subclass of the reporter
= customizeReporter(classpath
,type
)systemcomposer.rptgen.report.Stereotype
class.
The customizeReporter
method creates the file at the specified classpath
location. The method also copies the default allocation list templates to the <classpath>/resources/template
folder. Use the new class definition file as a starting point to design a custom allocation list class for your report.
Input Arguments
Output Arguments
Version History
Introduced in R2022b
See Also
Classes
systemcomposer.rptgen.report.AllocationList
|systemcomposer.rptgen.report.AllocationSet
|systemcomposer.rptgen.report.Component
|systemcomposer.rptgen.report.Connector
|systemcomposer.rptgen.report.DependencyGraph
|systemcomposer.rptgen.report.Function
|systemcomposer.rptgen.report.Interface
|systemcomposer.rptgen.report.Profile
|systemcomposer.rptgen.report.RequirementLink
|systemcomposer.rptgen.report.RequirementSet
|systemcomposer.rptgen.report.SequenceDiagram
|systemcomposer.rptgen.report.Stereotype
|systemcomposer.rptgen.report.View