Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.doc/targets/keyword-hover/RefinedState.html')
-rw-r--r--plugins/org.eclipse.etrice.doc/targets/keyword-hover/RefinedState.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/org.eclipse.etrice.doc/targets/keyword-hover/RefinedState.html b/plugins/org.eclipse.etrice.doc/targets/keyword-hover/RefinedState.html
new file mode 100644
index 000000000..c8cd2ce86
--- /dev/null
+++ b/plugins/org.eclipse.etrice.doc/targets/keyword-hover/RefinedState.html
@@ -0,0 +1,11 @@
+<!-- generated by featurizer -->
+<p>A RefinedState refines a State of one of the Actor&rsquo;s base class state machines</p>
+<pre><code class=room customHighlighted> <span class=keyword>RefinedState</span> BaseState {
+ <span class=keyword>exit</span> <span class=string>&#39;&#39;&#39;// this is derived exit code&#39;&#39;&#39;</span>
+ <span class=keyword>subgraph</span> {
+ <span class=comment>// add a sub state machine
+</span> <span class=keyword>Transition</span> init: <span class=keyword>initial</span> -&gt; state0 { }
+ <span class=keyword>State</span> state0
+ }
+ }
+</code></pre> \ No newline at end of file

Back to the top