Stateflow User's Guide Previous page   Next Page

Constructor Methods

The following methods create a new Stateflow object for a parent object specified as an argument in the general expression o = Stateflow.Object(p), where o is a handle to an API object for the new Stateflow object, p is a handle to the parent object, and Object is the type of the object:

Method
Description
Stateflow.Box
Create a box for a parent chart, state, box, or function.
Stateflow.Data
Create a data for a parent machine, chart, state, box, or function.
Stateflow.EMFunction
Create an Embedded MATLAB function for a parent chart or state.
Stateflow.Event
Create an event for a parent machine, chart, state, box, or function.
Stateflow.Function
Create a graphical function for a parent chart, state, box, or function.
Stateflow.Junction
Create a junction for a parent chart, state, box, or function.
Stateflow.Note
Create a note for a parent chart, state, box, or function.
Stateflow.State
Create a state for a parent chart, state, box, or function.
Stateflow.Target
Create a target for a parent machine.
Stateflow.Transition
Create a transition for a parent chart, state, box, or function.
Stateflow.TruthTable
Create a truth table for a parent chart or state.


Previous page  Objectless Methods Editor Properties Next page

© 1994-2005 The MathWorks, Inc.