slreportgen.finder.DiagramResult class
Package: slreportgen.finder
Superclasses: mlreportgen.finder.Result
Create diagram result finder object
Description
Diagram search result object for a Simulink® or Stateflow® diagram.
sets properties using name-value pairs. You can specify multiple name-value pair
arguments in any order.finder
= DiagramResult(Name=Value
)
Construction
creates a search result object for a Simulink or Stateflow diagram. The result
= DiagramResult(diagram
)result
object contains the specified
Simulink or Stateflow diagram. Diagram finder find methods create and return instances of this
object for each diagram that they find. You do not need to create this object
yourself.
Input Arguments
Properties
Methods
Public Methods
getDefaultSummaryProperties | propList =
getDefaultSummaryProperties(resultObject,TypeSpecificProperties)
returns the list of finder result class properties that are included
by default in a summary table. |
getDefaultSummaryTableTitle | tableTitle =
getDefaultSummaryTableTitle(resultObject,TypeSpecificTitle)
returns the default title for a summary table for a finder result
object of type resultObject . |
getPropertyValues | propVals =
getPropertyValues(resultObject,propNames) returns the
values of the properties specified in propNames
in a cell array. Access the properties of the result object or the
diagram represented by the finder result object by specifying the
required property names in propNames . |
getReporterLinkTargetID | targetID =
getReporterLinkTargetID(resultObject) returns the link
target ID of the reporter associated with the finder result object.
Use the link target ID to add a hyperlink to the reporter from any
part of the report. |
Copy Semantics
Handle. To learn how handle classes affect copy operations, see Copying Objects.