methods

List methods belonging to object

Syntax

thisObject.methods

Description

The methods method lists the names of the methods belonging to this object.

Note

The methods method for this object displays some internal methods that do not apply to chart use, and are not documented. Unsupported methods include: areChildrenOrdered, evalDialogParams, getChildren, getCurrentDialogPrompts, getDialogInterface, getDialogProxy, getDialogSchema, getDisplayClass, getDisplayIcon, getDisplayLabel, getFullName, getHierarchicalChildren, getInstanceProperties, getParent, getPreferredProperties, isHierarchical, isLibrary, isLinked, isMasked, isModelReference, isTunableProperty, isValidProperty.

Arguments

thisObject

Object for which to list methods. Can be of any Stateflow® object type.

Returns

None

Examples

If state A is represented by State object sA, the command sA.methods lists the methods of state A.

Introduced before R2006a