66 lines
1.7 KiB
Groff
66 lines
1.7 KiB
Groff
.TH "src/widget/one_rule/algebra/assign.c" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
src/widget/one_rule/algebra/assign.c \- Gem-graph-client rules algebra: assignations list\&.
|
|
|
|
.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
|
|
.RI "builds the assignations list of a rule\&. "
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
Gem-graph-client rules algebra: assignations list\&.
|
|
|
|
This file is part of Gem-graph\&. It groups together the functions needed to describe a rule assignations\&.
|
|
.SH "Function Documentation"
|
|
.PP
|
|
.SS "void * widget_get_selected_rule_assignations_list_btt ()"
|
|
|
|
.PP
|
|
builds the assignations list of a rule\&. TODO // today, an arbitrary mock-up without any link to the XML model
|
|
.PP
|
|
This list groups all the elementary assignations of the rule\&. No assignation should be repeated\&. No assignation may contradict another (== a unique assignation per address in rule workspace) Completeness is not required (== there does not need to be one assignation per address in the rule workspace)
|
|
.PP
|
|
\fBSince\fP
|
|
.RS 4
|
|
2024-08
|
|
.RE
|
|
.PP
|
|
\fBSee also\fP
|
|
.RS 4
|
|
src/widget/one_rule/algebra/utilities/widget_set_item_text()
|
|
.PP
|
|
src/fsm/dispatch/fsm_journal_event() < TODO (or not ?)
|
|
.PP
|
|
src/widget/one_rule/algebra/dispatch()
|
|
.RE
|
|
.PP
|
|
\fBReturns\fP
|
|
.RS 4
|
|
the assignations list
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for Gem-graph from the source code\&.
|