aboutsummaryrefslogtreecommitdiff
path: root/gfsm/src/gfsm_state-help.pd
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2006-04-20 09:42:14 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2006-04-20 09:42:14 +0000
commit5adb65e0a649725c83998245aeab5112e90267ef (patch)
treefe70dc056709982d76fc0e4c2c9712d1cdc2dc90 /gfsm/src/gfsm_state-help.pd
parent0727bfcaf2bd48bf501a7fa95515c400a1996902 (diff)
v0.401: added experimental lookup() and paths()
svn path=/trunk/externals/moocow/; revision=4946
Diffstat (limited to 'gfsm/src/gfsm_state-help.pd')
-rw-r--r--gfsm/src/gfsm_state-help.pd7
1 files changed, 5 insertions, 2 deletions
diff --git a/gfsm/src/gfsm_state-help.pd b/gfsm/src/gfsm_state-help.pd
index e26ace2..b798c0a 100644
--- a/gfsm/src/gfsm_state-help.pd
+++ b/gfsm/src/gfsm_state-help.pd
@@ -24,8 +24,8 @@
#X msg 58 239 degree;
#X text 137 240 "degree" : get number of outgoing arcs (linear time)
;
-#X msg 58 295 arc_first;
-#X msg 58 317 arc_next;
+#X msg 61 295 arc_first;
+#X msg 61 317 arc_next;
#X msg 59 382 arc_reset;
#X obj 26 508 gfsm_state fsm-help 0;
#X text 229 398 arcs are output as a list:;
@@ -42,6 +42,8 @@ first);
ID;
#X text 416 463 with labels LO:HI;
#X text 271 479 (implicitly resets arc iterator);
+#X msg 59 263 cyclic;
+#X text 141 263 "cyclic" : does this state lead to any cycles?;
#X connect 12 0 25 0;
#X connect 15 0 25 0;
#X connect 16 0 25 0;
@@ -53,3 +55,4 @@ ID;
#X connect 25 0 11 0;
#X connect 29 0 25 0;
#X connect 34 0 25 0;
+#X connect 38 0 25 0;