64 lines
1.5 KiB
Groff
64 lines
1.5 KiB
Groff
.TH "src/widget/one_rule/algebra/dispatch.c" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
src/widget/one_rule/algebra/dispatch.c \- Gem-graph-client Algebra rules dispatcher\&.
|
|
|
|
.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
|
|
|
|
.SS "Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "void * \fBwidget_get_selected_rule_algebra\fP ()"
|
|
.br
|
|
.RI "builds the box that contains the texts (three lists) needed to describe a rule algebraically\&. "
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
Gem-graph-client Algebra rules dispatcher\&.
|
|
|
|
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 ()"
|
|
|
|
.PP
|
|
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):
|
|
.IP "\(bu" 2
|
|
conditions
|
|
.IP "\(bu" 2
|
|
assignations
|
|
.IP "\(bu" 2
|
|
name (a set of identity elements)
|
|
.PP
|
|
.PP
|
|
\fBSince\fP
|
|
.RS 4
|
|
2024-08
|
|
.RE
|
|
.PP
|
|
\fBSee also\fP
|
|
.RS 4
|
|
src/widget/one_rule/algebra/conditions()
|
|
.PP
|
|
src/widget/one_rule/algebra/assignations()
|
|
.PP
|
|
src/widget/one_rule/algebra/identity()
|
|
.PP
|
|
src/widget/one_rule/dispatch()
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for Gem-graph from the source code\&.
|