customizeReporter
Class: systemcomposer.rptgen.report.SequenceDiagram
Package: systemcomposer.rptgen.report
Syntax
reporter = customizeReporter(classpath,type)
Description
creates a sequence diagram class definition file that is a subclass of the reporter
= customizeReporter(classpath
,type
)systemcomposer.rptgen.report.SequenceDiagram
class. The file is created at the
specified classpath
location. The customizeReporter
method also copies the default sequence diagram templates to the
<classpath>/resources/template
folder. Use the new class definition
file as a starting point to design a custom sequence diagram class for your report.
Input Arguments
Output Arguments
Version History
Introduced in R2022b