src/widget/main_window/one_rule/algebra/assign.c File Referencesrc/widget/main_window/one_rule/algebra/assign.cAlgebra of rule actions. #include "../../../../../include/fsm.h"#include "../../../../../include/widget.h"#include "../../../../../include/signal.h"#include <stdio.h>#include <stdlib.h>Functions void * widget_get_selected_rule_assignations_list_btt ()Presents the list of all the elementary actions (assignments) performed when the rule is applied. Detailed DescriptionAlgebra of rule actions. This file is part of Gem-graph. It hosts the functions needed to describe a rule effect. Function Documentationwidget_get_selected_rule_assignations_list_btt()widget_get_selected_rule_assignations_list_bttassign.cassign.cwidget_get_selected_rule_assignations_list_bttvoid * widget_get_selected_rule_assignations_list_btt ( )Presents the list of all the elementary actions (assignments) performed when the rule is applied. Today, an arbitrary presentation with no link to the XML model and no verification of compliance with the meta-rules. (see below) TODO|- - - - - - - - - - - - - - meta-rules - - - - - - - - - - - - - - - >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)< - - - - - - - - - - - - - - meta-rules - - - - - - - - - - - - - - -|Since2024-08See alsosrc/widget/one_rule/algebra/utilities/widget_set_item_text() src/fsm/dispatch/fsm_journal_event() < TODO (for each item ?)src/widget/one_rule/algebra/dispatch()Returnsthe assignations list