• attachment:Turnstile.dot of decision_making/Tutorials/FSM

Attachment 'Turnstile.dot'

Download

digraph G {
subgraph cluster_0 {
label=Turnstile;
1 [label=Locked];
1 -> 2  [URL="/Turnstile/Locked$/Turnstile/Unlocked", label=COIN, ltail=1, lhead=2];
1 -> 1  [URL="/Turnstile/Locked$/Turnstile/Locked", label=PUSH, ltail=1, lhead=1];
2 [label=Unlocked];
2 -> 2  [URL="/Turnstile/Unlocked$/Turnstile/Unlocked", label=COIN, ltail=2, lhead=2];
2 -> 1  [URL="/Turnstile/Unlocked$/Turnstile/Locked", label=PUSH, ltail=2, lhead=1];
4 -> 1  [URL="/Turnstile$/Turnstile/Locked", lhead=1, ltail=4];
}

4 [shape=point];
}

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2013-12-04 12:52:34, 9.3 KB) [[attachment:FSM.png]]
  • [get | view] (2013-12-04 14:01:17, 0.5 KB) [[attachment:Turnstile.dot]]
  • [get | view] (2013-12-04 14:00:55, 6.7 KB) [[attachment:Turnstile.gif]]
  • [get | view] (2013-12-04 14:13:21, 0.6 KB) [[attachment:Turnstile.scxml]]
  • [get | view] (2013-12-09 08:53:35, 40.4 KB) [[attachment:roomba.jpg]]
  • [get | view] (2013-12-09 09:31:14, 15.6 KB) [[attachment:roomba.xot.gif]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.