mlreportgen.finder.Finder Class
Namespace: mlreportgen.finder
Base class for finders
Description
mlreportgen.finder.Finder
is an abstract class that defines the
properties and methods common to finder classes. Objects of finder classes are used to
find result objects that can be added to an mlreportgen.report.Report
object. Use the Finder
class, or any descendent of the
Finder
class, as the base for your custom finder class.
The mlreportgen.finder.Finder
class is a handle
class.
Properties
Container
— Container to be searched
type depends on subclass implementation
Container to be searched by the finder. The data type depends on the type of container to be searched. For example, for a variable name, the data type is a character vector or string.
Properties
— Properties of objects to find
cell array
Properties of objects to find, specified as a cell array of name-value pairs. The finder returns only objects that have the specified properties with the specified values.
Example: finder.Properties = {'Gain','5'}
Methods
Public Methods
find |
|
hasNext |
|
next |
|
isIterating |
|
mustNotBeIterating |
|
satisfyObjectPropertiesConstraint |
|
reset |
|
Version History
Introduced in R2018a
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)