Stateflow | ![]() ![]() |
Accessing Existing Stateflow Objects
Creating Stateflow objects through the Stateflow API gives you an immediate handle to the newly created objects (see Creating Stateflow Objects). You can also connect to Stateflow objects that already exist for which you have no current API handle.
The following sections describe how you use the Stateflow API to find and access existing objects in Stateflow charts:
find
method, which is the most powerful and versatile method for locating objects in the Stateflow API.
find
, findDeep
, and findShallow
methods for finding objects at different levels of containment.
![]() | Destroying Stateflow Objects | Finding Objects | ![]() |