Stateflow    
Machine Methods

Machine objects have the methods displayed in the table below. For details on each method, see the API Methods Reference.

See also Machine Properties.

Method
Description
classhandle
Return a read-only handle to the class (object type) used to define this machine.
dialog
Display the properties dialog of this machine.
disp
Display the property names and their settings for this Machine object.
find
Find all objects that this machine contains that meet the specified criteria.

    Note    Do not use the -depth switch with the find method for a machine object.

findDeep
Return all objects of the specified type in this machine at all levels of containment (i.e., infinite depth).
findShallow
Return all objects of the specified type in this machine at only the first level of containment (i.e., first depth).
get
Return the specified property settings for this machine.
help
Display a list of properties for this Machine object with short descriptions.
methods
Display all nonglobal methods of this Machine object.
parse
Parse all the charts in this machine.
set
Set the specified property of this Machine object with the specified value.
struct
Return and display a MATLAB structure containing the property settings of this Machine object.


  Root Methods Chart Methods