-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtransitions.html
More file actions
119 lines (111 loc) · 5.82 KB
/
Copy pathtransitions.html
File metadata and controls
119 lines (111 loc) · 5.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en" data-content_root="../">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Transitions — MWorks 0.14.dev documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=03e43079" />
<link rel="stylesheet" type="text/css" href="../_static/bizstyle.css?v=5283bb3d" />
<link rel="stylesheet" type="text/css" href="../_static/custom.css?v=6573aa41" />
<script src="../_static/documentation_options.js?v=e978e1ea"></script>
<script src="../_static/doctools.js?v=fd6eb6e6"></script>
<script src="../_static/sphinx_highlight.js?v=6ffebe34"></script>
<script src="../_static/bizstyle.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Always Go Transition" href="always_go_transition.html" />
<link rel="prev" title="White Noise Background" href="white_noise_background.html" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<!--[if lt IE 9]>
<script src="_static/css3-mediaqueries.js"></script>
<![endif]-->
</head><body>
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="always_go_transition.html" title="Always Go Transition"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="white_noise_background.html" title="White Noise Background"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">MWorks 0.14.dev documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="../reference/index.html" >Reference Manual</a> »</li>
<li class="nav-item nav-item-2"><a href="index.html" accesskey="U">Components</a> »</li>
<li class="nav-item nav-item-this"><a href="">Transitions</a></li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section id="transitions">
<span id="id1"></span><h1>Transitions<a class="headerlink" href="#transitions" title="Link to this heading">¶</a></h1>
<p>Transitions control how an experiment moves through a <a class="reference internal" href="task_system.html#task-system"><span class="std std-ref">Task System</span></a>. Each <a class="reference internal" href="task_system_state.html#task-system-state"><span class="std std-ref">Task System State</span></a> repeatedly tests its transitions until one of them succeeds, after which control passes to the successful transition’s target state.</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="always_go_transition.html">Always Go Transition</a></li>
<li class="toctree-l1"><a class="reference internal" href="conditional_transition.html">Conditional Transition</a></li>
<li class="toctree-l1"><a class="reference internal" href="exit_task_system.html">Exit Task System</a></li>
<li class="toctree-l1"><a class="reference internal" href="goto_transition.html">Goto Transition</a></li>
<li class="toctree-l1"><a class="reference internal" href="timer_expired_transition.html">Timer Expired Transition</a></li>
</ul>
</div>
</section>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<div>
<h4>Previous topic</h4>
<p class="topless"><a href="white_noise_background.html"
title="previous chapter">White Noise Background</a></p>
</div>
<div>
<h4>Next topic</h4>
<p class="topless"><a href="always_go_transition.html"
title="next chapter">Always Go Transition</a></p>
</div>
<search id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</search>
<script>document.getElementById('searchbox').style.display = "block"</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="always_go_transition.html" title="Always Go Transition"
>next</a> |</li>
<li class="right" >
<a href="white_noise_background.html" title="White Noise Background"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">MWorks 0.14.dev documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="../reference/index.html" >Reference Manual</a> »</li>
<li class="nav-item nav-item-2"><a href="index.html" >Components</a> »</li>
<li class="nav-item nav-item-this"><a href="">Transitions</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2016-2026, The MWorks Project.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.1.0.
</div>
</body>
</html>