Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
modeling_tree_view [2017/05/07 18:11] admin [Model Treeview] |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Model Treeview ===== | ||
- | Modeling Tree View provides a convenient way to find a state or transition of interest quickly. It also provides many of the same features the modeling canvas supports. | ||
- | |||
- | {{http:// | ||
- | |||
- | ---- | ||
- | ==== Treeview Layout ==== | ||
- | The states and transitions are sorted alphabeically when the view is opened or re-opened. States can be expanded or collapsed by the //Expand// and // | ||
- | |||
- | --- | ||
- | ==== Breakpoint ==== | ||
- | // | ||
- | |||
- | |||
- | ---- | ||
- | ==== Interacting with Model ==== | ||
- | Clicking on the state label or transition label will select the corresponding state or transition and scroll it into view. This is a quick way to locate a state or transition in the model. | ||
- | |||
- | ---- | ||
- | ==== State Context Menus ==== | ||
- | State context menu: | ||
- | |||
- | * State Property - to edit state properties | ||
- | * Notepad - to create or edit state note | ||
- | * Add Sub-State - to create a sub-state | ||
- | * Delete State - to delete the state | ||
- | * Add Transition - to create a new transition originating from the state, you will be prompted to select the target state on the model. | ||
- | * Add To MCase - to add all outgoing transitions from the state to an existing mCase. You will be prompted to select an mCase. | ||
- | * Toggle Break - to enable or disable breakpoin on the state. | ||
- | |||
- | ---- | ||
- | ==== Transition Context Menus ==== | ||
- | Transition context menu: | ||
- | |||
- | * Transition Property - to edit transition properties | ||
- | * Transition DataSet - to create or edit dataset for the transition. | ||
- | * Notepad - to create or edit transition note | ||
- | * Delete Transition - to delete the transition from the model | ||
- | * Add To MCase - to add the transition to an existing mCase. You will be prompted to select an mCase from a dropdown list. | ||
- | * Toggle Break - to enable or disable breakpoint on the transition |