stm_rpt_interface (elist, rtype, chart, lact lmod, ftype,
dis, names);
• A—Activity interface report
• M—Module interface report
• I—Information interface report A single-character string argument indicating which arrows are taken into account when the report is generated. The possible values are as follows:
• A—Activity-chart arrows
• M—Module-chart arrows An argument of typelist
of
activities
indicating which activities are taken into account when the report is generated. Iflact
is an empty list, the default is all activities implemented by the center module.If chart is ‘M’, the lact parameter has no use, but still must be specified. For simplicity, use the null list (null). An argument of typelist of modules
indicating the side modules that interface with the central module for which the report is to be generated. Iflmod
is empty, the default behavior is to use all modules except the center module’s own ancestors and descendants. A single-character string argument indicating the kind of information flow to appear in the report. The possible values are as follows:
• D—Data-flows
• C—Control-flows
• B—Both data-flows and control-flows A single-character string argument indicating the kind of information to appear in the report. The possible values are as follows:
• I—Flow labels
• P—Parent information items
• B—Basic information items A single-character string argument specifying how names appear in the report. The possible values are as follows:
• N—The name appears for elements that flow between the boxes.
• S—The synonym appears for elements that flow between the boxes.