systemcomposer.rptgen.finder.ConnectorFinder Class
Namespace: systemcomposer.rptgen.finder
Superclasses: mlreportgen.finder.Finder
(MATLAB Report Generator)
Description
The systemcomposer.rptgen.finder.ConnectorFinder
class searches for
information about all the connectors in a given System Composer™ architecture model.
Creation
creates a finder that finds all connectors in a component or on an architecture specified by
the finder
= ConnectorFinder(Container
)Filter
property. The component is defined by the
ComponentName
property.
Note
This finder provides these options to get search results:
To return the search results as an array, use the
find
method. Add the results directly to a report or process the results in afor
-loop.To iterate through the results one at a time, use the
hasNext
andnext
methods in awhile
-loop.
Neither option has a performance advantage.
Properties
Methods
Examples
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