Stateflow.StateTransitionTableCell
R2026bDescription
Use Stateflow.StateTransitionTableCell objects to
programmatically read and modify condition, action, and destination cells in a
Stateflow®
state transition table. A cell represents a single condition, condition action,
and destination for one transition column in a row. For more information, see
Model Finite State Machines Using State Transition Tables.
Creation
Syntax
Description
appends a transition column to the state transition table cells = stt.addTransitionColumn()stt and
returns the cells in that column as an array of
Stateflow.StateTransitionTableCell objects.
returns an array of cells = getTransitionCell(row)Stateflow.StateTransitionTableCell objects for the
specified row. Each element corresponds to one transition column in the state transition
table.
returns the cells for the transition column with the specified column
name as an array of
cells = stt.getTransitionColumn(columnName)Stateflow.StateTransitionTableCell objects.
returns the cells for the transition column at the specified numeric
column index as an array of
cells = stt.getTransitionColumn(index)Stateflow.StateTransitionTableCell objects.
returns the cell = stt.getTransitionCell(rowIndex, columnIndex)Stateflow.StateTransitionTableCell object at
the specified row index and column index in the state transition
table stt.
Properties
Object Functions
getParent | Identify parent of object |