Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2019-03-08 06:45:10 +0000
committerGerrit Code Review @ Eclipse.org2019-03-08 06:45:10 +0000
commitc511bcf1062cc5d8af65be5092a164d62cc017f3 (patch)
tree40202d0ccc6311b887a6f89d7e034da1c1556607 /plugins/org.eclipse.etrice.doc/targets/keyword-hover/Transition.html
parent35604358afc4ac347548b7061c0e1a7bbc196258 (diff)
parenta6de841644187d23fb207b1ba1b0433e6348bec3 (diff)
downloadorg.eclipse.etrice-f1fa22a82579afdc6a63fdd1caf449b7d9e36c39.tar.gz
org.eclipse.etrice-f1fa22a82579afdc6a63fdd1caf449b7d9e36c39.tar.xz
org.eclipse.etrice-f1fa22a82579afdc6a63fdd1caf449b7d9e36c39.zip
Merge "WIP: [doc] completed feature model"v_2.0.0-RC8
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