Stateflow    
Box Methods

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

See also Box Properties.

Method
Description
classhandle
Return a read-only handle to the class (object type) used to define this box.
defaultTransitions
Return the default transitions in this box at the top level of containment.
delete
Delete this box.
dialog
Display the properties dialog of this box.
disp
Display the property names and their settings for this Box object.
find
Find all objects that this box contains that meet the specified criteria.
findDeep
Return all objects of the specified type in this box at all levels of containment (i.e., infinite depth).
findShallow
Return all objects of the specified type in this box at only the first level of containment (i.e., first depth).
get
Return the specified property settings for this box.
help
Display a list of properties for this Box object with short descriptions.
innerTransitions
Return the inner transitions that originate with this box and terminate on a contained object.
methods
Display all nonglobal methods of this Box object.
outerTransitions
Return an array of transitions that exit the outer edge of this box and terminate on an object outside the containment of this box.
set
Set the specified property of this Box object with the specified value.
sourcedTransitions
Return all inner and outer transitions whose source is this box.
struct
Return and display a MATLAB structure containing the property settings of this Box object.
view
Display this box's chart in a diagram editor with this box highlighted.


  State Methods Function Methods