65 lines
3.0 KiB
XML
65 lines
3.0 KiB
XML
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
|
|
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="_assign_8c" xml:lang="en-US">
|
|
<title>src/widget/main_window/one_rule/algebra/assign.c File Reference</title>
|
|
<indexterm><primary>src/widget/main_window/one_rule/algebra/assign.c</primary></indexterm>
|
|
<para>
|
|
|
|
<para>Algebra of rule actions. </para>
|
|
|
|
</para>
|
|
<programlisting linenumbering="unnumbered">#include "../../../../../include/fsm.h"<?linebreak?>#include "../../../../../include/widget.h"<?linebreak?>#include "../../../../../include/signal.h"<?linebreak?>#include <stdio.h><?linebreak?>#include <stdlib.h><?linebreak?></programlisting><simplesect>
|
|
<title>Functions </title>
|
|
<itemizedlist>
|
|
<listitem><para>void * <link linkend="_assign_8c_1a118c74f398c9e46f2a2252deaf88337e">widget_get_selected_rule_assignations_list_btt</link> ()</para>
|
|
|
|
<para>Presents the list of all the elementary actions (assignments) performed when the rule is applied. </para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</simplesect>
|
|
<section>
|
|
<title>Detailed Description</title>
|
|
|
|
<para>Algebra of rule actions. </para>
|
|
|
|
<para>This file is part of Gem-graph. It hosts the functions needed to describe a rule effect. </para>
|
|
</section>
|
|
<section>
|
|
<title>Function Documentation</title>
|
|
<anchor xml:id="_assign_8c_1a118c74f398c9e46f2a2252deaf88337e"/><section>
|
|
<title>widget_get_selected_rule_assignations_list_btt()</title>
|
|
<indexterm><primary>widget_get_selected_rule_assignations_list_btt</primary><secondary>assign.c</secondary></indexterm>
|
|
<indexterm><primary>assign.c</primary><secondary>widget_get_selected_rule_assignations_list_btt</secondary></indexterm>
|
|
<para><computeroutput>void * widget_get_selected_rule_assignations_list_btt ( )</computeroutput></para><para>
|
|
|
|
<para>Presents the list of all the elementary actions (assignments) performed when the rule is applied. </para>
|
|
</para>
|
|
|
|
<para>Today, an arbitrary presentation with no link to the XML model and no verification of compliance with the meta-rules. (see below) TODO</para>
|
|
|
|
<para>|- - - - - - - - - - - - - - meta-rules - - - - - - - - - - - - - - - ></para>
|
|
|
|
<para>This list groups all the elementary assignments of the rule. No assignment should be repeated or modified by other assignments. (== a unique assignment per address in rule workspace) Completeness is not required. (== there does not need to be one assignment per address in the rule workspace)</para>
|
|
|
|
<para>< - - - - - - - - - - - - - - meta-rules - - - - - - - - - - - - - - -|</para>
|
|
|
|
<para><formalpara><title>Since</title>
|
|
|
|
<para>2024-08</para>
|
|
</formalpara>
|
|
<formalpara><title>See also</title>
|
|
|
|
<para>src/widget/one_rule/algebra/utilities/widget_set_item_text() </para>
|
|
|
|
<para>src/fsm/dispatch/fsm_journal_event() < TODO (for each item ?)</para>
|
|
|
|
<para>src/widget/one_rule/algebra/dispatch()</para>
|
|
</formalpara>
|
|
<formalpara><title>Returns</title>
|
|
|
|
<para>the assignations list </para>
|
|
</formalpara>
|
|
</para>
|
|
</section>
|
|
</section>
|
|
</section>
|