ModelAdvisor.Procedure class

Package: ModelAdvisor
Superclasses:

Define custom procedures

Description

The ModelAdvisor.Procedure class defines a procedure that is displayed in the Model Advisor tree. Use procedures to organize additional procedures or checks by functionality or usage.

Construction

ModelAdvisor.ProcedureDefine custom procedures

Properties

Description

Provides information about the procedure. Details about the procedure are displayed in the right pane of the Model Advisor.

Default: '' (empty character vector)

Name

Specifies the name of the procedure that is displayed in the Model Advisor.

Default: '' (empty character vector)

ID

Specifies a permanent, unique identifier for the procedure.

Note

  • You must specify this field.

  • The value of ID must remain constant.

  • The Model Advisor generates an error if ID is not unique.

  • Procedure definitions must refer to other procedures by ID.

MAObj

Specifies a handle to the current Model Advisor object.

Methods

addProcedureAdd subprocedure to procedure
addTaskAdd task to procedure

Copy Semantics

Handle. To learn how this affects your use of the class, see Copying Objects in the MATLAB® Programming Fundamentals documentation.