Next: , Previous: , Up: Dezyne IDE View Commands   [Contents][Index]


4.2.9 Invoking ide state

The ide state command runs the dzn graph command with the --backend=state. It produces graph data to the ide daemon to provide a state vew can be viewed with a browser.

ide ide-option… state optionFILE

Running

ide state examples/alarm.dzn

will have the state.html view show

images/ide-state-alarm

The options can be among the following:

--help
-h

Display help on invoking ide state, and then exit.

--hide=hide
-H hide

Generate a state diagram and hide hide from the transitions; one of labels (hide everything) or actions.

--import=dir
-I dir

Add directory dir to import path.

--model=model
-m model

Show state diagram for model model.

--remove=vars
-R vars

Generate a state diagram and remove variables from nodes remove; one of ports or extended.

ports Hides the state of the component’s or system’s ports, extended hides the interface’s or component’s extended state, i.e., all but the main (first) state variable and implies ports.