Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.doc/targets/keyword-hover/Transition.html')
-rw-r--r--plugins/org.eclipse.etrice.doc/targets/keyword-hover/Transition.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/org.eclipse.etrice.doc/targets/keyword-hover/Transition.html b/plugins/org.eclipse.etrice.doc/targets/keyword-hover/Transition.html
new file mode 100644
index 000000000..dc7ac5abc
--- /dev/null
+++ b/plugins/org.eclipse.etrice.doc/targets/keyword-hover/Transition.html
@@ -0,0 +1,9 @@
+<!-- generated by featurizer -->
+<p>A Transition is an edge in the state graph representation of the state machine</p>
+<pre><code class=room customHighlighted> <span class=keyword>Transition</span> init: <span class=keyword>initial</span> -&gt; Standby
+ <span class=keyword>Transition</span> tr0: Standby -&gt; Running {
+ <span class=keyword>triggers</span> {
+ &lt;timeout: to&gt;
+ }
+ }
+</code></pre> \ No newline at end of file

Back to the top