2024-10-18 09:43:30 +02:00
.TH "src/widget/one_rule/algebra/assign.c" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*-
.ad l
.nh
.SH NAME
2024-10-18 22:04:17 +02:00
src/widget/one_rule/algebra/assign.c \- Algebra of rule actions\& .
2024-10-18 09:43:30 +02:00
.SH SYNOPSIS
.br
.PP
\fC #include '\& .\& ./\& .\& ./\& .\& ./\& .\& ./include/fsm\& .h'\fP
.br
\fC #include '\& .\& ./\& .\& ./\& .\& ./\& .\& ./include/widget\& .h'\fP
.br
\fC #include '\& .\& ./\& .\& ./\& .\& ./\& .\& ./include/signal\& .h'\fP
.br
\fC #include <stdio\& .h>\fP
.br
\fC #include <stdlib\& .h>\fP
.br
.SS "Functions"
.in +1c
.ti -1c
.RI "void * \fBwidget_get_selected_rule_assignations_list_btt\fP ()"
.br
2024-10-18 22:04:17 +02:00
.RI "Presents the list of all the elementary actions (assignments) performed when the rule is applied\&. "
2024-10-18 09:43:30 +02:00
.in -1c
.SH "Detailed Description"
.PP
2024-10-18 22:04:17 +02:00
Algebra of rule actions\& .
2024-10-18 09:43:30 +02:00
2024-10-18 22:04:17 +02:00
This file is part of Gem-graph\& . It hosts the functions needed to describe a rule effect\& .
2024-10-18 09:43:30 +02:00
.SH "Function Documentation"
.PP
.SS "void * widget_get_selected_rule_assignations_list_btt ()"
.PP
2024-10-18 22:04:17 +02:00
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
2024-10-18 09:43:30 +02:00
.PP
2024-10-18 22:04:17 +02:00
|- - - - - - - - - - - - - - meta-rules - - - - - - - - - - - - - - - >
.PP
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)
.PP
< - - - - - - - - - - - - - - meta-rules - - - - - - - - - - - - - - -|
2024-10-18 09:43:30 +02:00
.PP
\fB Since\fP
.RS 4
2024-08
.RE
.PP
\fB See also\fP
.RS 4
src/widget/one_rule/algebra/utilities/widget_set_item_text()
.PP
2024-10-18 22:04:17 +02:00
src/fsm/dispatch/fsm_journal_event() < TODO (for each item ?)
2024-10-18 09:43:30 +02:00
.PP
src/widget/one_rule/algebra/dispatch()
.RE
.PP
\fB Returns\fP
.RS 4
the assignations list
.RE
.PP
.SH "Author"
.PP
Generated automatically by Doxygen for Gem-graph from the source code\& .