2024-10-18 09:43:30 +02:00
.TH "src/widget/one_rule/algebra/dispatch.c" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*-
2024-10-16 10:28:19 +02:00
.ad l
.nh
.SH NAME
2024-10-18 09:43:30 +02:00
src/widget/one_rule/algebra/dispatch.c \- Gem-graph-client Algebra rules dispatcher\& .
2024-10-16 10:28:19 +02:00
.SH SYNOPSIS
.br
.PP
2024-10-18 09:43:30 +02:00
\fC #include '\& .\& ./\& .\& ./\& .\& ./\& .\& ./include/fsm\& .h'\fP
2024-10-16 10:28:19 +02:00
.br
2024-10-18 09:43:30 +02:00
\fC #include '\& .\& ./\& .\& ./\& .\& ./\& .\& ./include/widget\& .h'\fP
2024-10-16 10:28:19 +02:00
.br
2024-10-18 09:43:30 +02:00
\fC #include '\& .\& ./\& .\& ./\& .\& ./\& .\& ./include/signal\& .h'\fP
2024-10-16 10:28:19 +02:00
.br
.SS "Functions"
.in +1c
.ti -1c
2024-10-18 09:43:30 +02:00
.RI "void * \fBwidget_get_selected_rule_algebra\fP ()"
2024-10-16 10:28:19 +02:00
.br
2024-10-18 09:43:30 +02:00
.RI "builds the box that contains the texts (three lists) needed to describe a rule algebraically\&. "
2024-10-16 10:28:19 +02:00
.in -1c
.SH "Detailed Description"
.PP
2024-10-18 09:43:30 +02:00
Gem-graph-client Algebra rules dispatcher\& .
2024-10-16 10:28:19 +02:00
2024-10-18 09:43:30 +02:00
This file is part of Gem-graph\& . It organizes the algebraic description of a rule\& .
.SH "Function Documentation"
.PP
.SS "void * widget_get_selected_rule_algebra ()"
2024-10-16 10:28:19 +02:00
.PP
2024-10-18 09:43:30 +02:00
builds the box that contains the texts (three lists) needed to describe a rule algebraically\& . The algebric description of a rule is made of three types of texts (three lists):
2024-10-16 10:28:19 +02:00
.IP "\(bu" 2
2024-10-18 09:43:30 +02:00
conditions
2024-10-16 10:28:19 +02:00
.IP "\(bu" 2
2024-10-18 09:43:30 +02:00
assignations
2024-10-16 10:28:19 +02:00
.IP "\(bu" 2
2024-10-18 09:43:30 +02:00
name (a set of identity elements)
2024-10-16 10:28:19 +02:00
.PP
.PP
2024-10-18 09:43:30 +02:00
\fB Since\fP
2024-10-16 10:28:19 +02:00
.RS 4
2024-10-18 09:43:30 +02:00
2024-08
2024-10-16 10:28:19 +02:00
.RE
.PP
\fB See also\fP
.RS 4
2024-10-18 09:43:30 +02:00
src/widget/one_rule/algebra/conditions()
2024-10-16 10:28:19 +02:00
.PP
2024-10-18 09:43:30 +02:00
src/widget/one_rule/algebra/assignations()
2024-10-16 10:28:19 +02:00
.PP
2024-10-18 09:43:30 +02:00
src/widget/one_rule/algebra/identity()
2024-10-16 10:28:19 +02:00
.PP
2024-10-18 09:43:30 +02:00
src/widget/one_rule/dispatch()
2024-10-16 10:28:19 +02:00
.RE
.PP
.SH "Author"
.PP
Generated automatically by Doxygen for Gem-graph from the source code\& .