|
@@ -1,9 +1,9 @@
|
|
|
|
|
|
p(edit-on-github). "Edit on GitHub":https://github.com/Yakindu/statecharts/edit/master/plugins/org.yakindu.sct.doc.user/src/user-guide/simulating_statecharts.textile
|
|
|
|
|
|
-h1(#simulating-statecharts). Simulating state machines
|
|
|
+h1(#simulating-statecharts). Simulating statecharts
|
|
|
|
|
|
-Simulating a state machine model means to execute it, raise events manually, have time-based and other events being triggered automatically, and observe the model's behavior.
|
|
|
+Simulating a statechart model means to execute it, raise events manually, have time-based and other events being triggered automatically, and observe the model's behavior.
|
|
|
|
|
|
You can run multiple state machines in parallel and even multiple instances of the same state machine.
|
|
|
|
|
@@ -74,7 +74,7 @@ h3(#oss_views-contained-in-the-sc-simulation-perspective). Views contained in th
|
|
|
By default, the _SC Simulation_ perspective shows the following views:
|
|
|
* _Project Explorer_ (left): This view displays your workspace and projects, folders, and files contained therein. You can also use the _Project Explorer_ to inspect the internal structure of your statechart models.
|
|
|
* _Debug_ (top middle): This view is showing all statechart instances and allows to select one of them. YAKINDU Statechart Tools allow multiple executions of the same statechart as well as parallel executions of different statecharts at the same time.
|
|
|
-* _Outline_ (right): This view is a bird's eye view on the opened state machine. It also indicates the current viewport for better orientation in large models.
|
|
|
+* _Outline_ (right): This view is a bird's eye view on the opened statechart. It also indicates the current viewport for better orientation in large models.
|
|
|
* _Simulation_ (right): This view shows the current state of all variables and events during a simulation. A detailed description is available in section ""The Simulation view"":#oss_the-simulation-view.
|
|
|
* %(pro-feature)_Breakpoints_ (right): This view shows a list of all breakpoints. You can use it for disabling, enabling, or removing breakpoints as well as for defining conditional breakpoints.%
|
|
|
* %(pro-feature)_Snapshots_ (right): This view contains all snapshots with their respective names and timestamps.%
|