Stateflow    

Displaying the Names of Methods

Use the methods method to list the methods for any object. For example, if the object t is a handle to a Transition object, use the following command to list the methods for any Transition object:

Use a combination of the get method and the classhandle method to list only the names of the methods for an object. For example, list the names of the methods for the Transition object t with the following command:


  Displaying the Names of Properties Displaying Property Subproperties