Skip to content

Commit

Permalink
Correct missed documentation copy-paste errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolandscat committed May 27, 2020
1 parent 00f34d3 commit 1163ebf
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/UML/classes/adhoc_group.adoc
Expand Up @@ -18,5 +18,5 @@ h|*Attributes*
h|*0..1 +
(redefined)*
|*members*: `List<ADHOC_BRANCH>`
a|Set of Tasks to perform. Execution order is defined by the `_execution_type_` setting, either sequential or parallel (no order).
a|Branches of this choice group.
|===
2 changes: 1 addition & 1 deletion docs/UML/classes/condition_group.adoc
Expand Up @@ -20,5 +20,5 @@ h|*Attributes*
h|*0..1 +
(redefined)*
|*members*: `List<CONDITION_BRANCH>`
a|Set of Tasks to perform. Execution order is defined by the `_execution_type_` setting, either sequential or parallel (no order).
a|Set of branches in this condition group.
|===
24 changes: 14 additions & 10 deletions docs/task_planning.html
Expand Up @@ -148,7 +148,7 @@
<li><a href="#_local_variablett_class">5.2.1.6. LOCAL_VARIABLE&lt;TT&gt; Class</a></li>
<li><a href="#_event_variablett_class">5.2.1.7. EVENT_VARIABLE&lt;TT&gt; Class</a></li>
<li><a href="#_continuous_event_variablett_class">5.2.1.8. CONTINUOUS_EVENT_VARIABLE&lt;TT&gt; Class</a></li>
<li><a href="#_state_variable_class">5.2.1.9. STATE_VARIABLE Class</a></li>
<li><a href="#_state_variablett_class">5.2.1.9. STATE_VARIABLE&lt;TT&gt; Class</a></li>
<li><a href="#_context_expressiontt_class">5.2.1.10. CONTEXT_EXPRESSION&lt;TT&gt; Class</a></li>
<li><a href="#_boolean_context_expression_class">5.2.1.11. BOOLEAN_CONTEXT_EXPRESSION Class</a></li>
</ul>
Expand Down Expand Up @@ -2743,7 +2743,7 @@ <h5 id="_continuous_event_variablett_class"><a class="anchor" href="#_continuous
</table>
</div>
<div class="sect4">
<h5 id="_state_variable_class"><a class="anchor" href="#_state_variable_class"></a>5.2.1.9. STATE_VARIABLE Class</h5>
<h5 id="_state_variablett_class"><a class="anchor" href="#_state_variablett_class"></a>5.2.1.9. STATE_VARIABLE&lt;TT&gt; Class</h5>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 11.1111%;">
Expand All @@ -2753,15 +2753,17 @@ <h5 id="_state_variable_class"><a class="anchor" href="#_state_variable_class"><
<tbody>
<tr>
<th class="tableblock halign-center valign-top"><p class="tableblock"><strong>Class</strong></p></th>
<th class="tableblock halign-center valign-top" colspan="2"><p class="tableblock"><strong>STATE_VARIABLE</strong></p></th>
<th class="tableblock halign-center valign-top" colspan="2"><p class="tableblock"><strong>STATE_VARIABLE&lt;TT&gt;</strong></p></th>
</tr>
<tr>
<th class="tableblock halign-center valign-top"><p class="tableblock"><strong>Description</strong></p></th>
<td class="tableblock halign-left valign-top" colspan="2"><div class="content"></div></td>
<td class="tableblock halign-left valign-top" colspan="2"><div class="content"><div class="paragraph">
<p>Variable that is updated by polling, and is regarded as correct as long as the last update occurred at or more recently than the required currency.</p>
</div></div></td>
</tr>
<tr>
<th class="tableblock halign-center valign-top"><p class="tableblock"><strong>Inherit</strong></p></th>
<td class="tableblock halign-left valign-top" colspan="2"><p class="tableblock"><code>MODULE_FEATURE</code></p></td>
<td class="tableblock halign-left valign-top" colspan="2"><p class="tableblock"><code>EXTERNAL_VARIABLE</code></p></td>
</tr>
<tr>
<th class="tableblock halign-center valign-top"><p class="tableblock"><strong>Attributes</strong></p></th>
Expand All @@ -2770,8 +2772,10 @@ <h5 id="_state_variable_class"><a class="anchor" href="#_state_variable_class"><
</tr>
<tr>
<th class="tableblock halign-center valign-top"><p class="tableblock"><strong>0..1</strong></p></th>
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>currency</strong>: <code>Iso8601_duration</code></p></td>
<td class="tableblock halign-left valign-top"><div class="content"></div></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>required_currency</strong>: <code>Iso8601_duration</code></p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>Required currency of data in target system (e.g. EHR) to be considered valid in the context of this Task.</p>
</div></div></td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -6334,7 +6338,7 @@ <h5 id="_condition_group_class"><a class="anchor" href="#_condition_group_class"
(redefined)</strong></p></th>
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>members</strong>: <code>List&lt;CONDITION_BRANCH&gt;</code></p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>Set of Tasks to perform. Execution order is defined by the <code><em>execution_type</em></code> setting, either sequential or parallel (no order).</p>
<p>Set of branches in this condition group.</p>
</div></div></td>
</tr>
</tbody>
Expand Down Expand Up @@ -6510,7 +6514,7 @@ <h5 id="_adhoc_group_class"><a class="anchor" href="#_adhoc_group_class"></a>6.7
(redefined)</strong></p></th>
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>members</strong>: <code>List&lt;ADHOC_BRANCH&gt;</code></p></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p>Set of Tasks to perform. Execution order is defined by the <code><em>execution_type</em></code> setting, either sequential or parallel (no order).</p>
<p>Branches of this choice group.</p>
</div></div></td>
</tr>
</tbody>
Expand Down Expand Up @@ -9711,7 +9715,7 @@ <h2 id="_references"><a class="anchor" href="#_references"></a>References</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2020-03-04 21:27:12 UTC
Last updated 2020-05-27 16:01:23 +0100
</div>
</div>
<link rel="stylesheet" href="https://specifications.openehr.org/styles/pygments-default.css">
Expand Down

0 comments on commit 1163ebf

Please sign in to comment.