Gem-graph 0.1.0
A modelling tool based on rewriting of geometric graphs.
Loading...
Searching...
No Matches
Functions
assign.c File Reference

Algebra of rule actions. More...

#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 Description

Algebra of rule actions.

This file is part of Gem-graph. It hosts the functions needed to describe a rule effect.

Function Documentation

◆ widget_get_selected_rule_assignations_list_btt()

void * 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 - - - - - - - - - - - - - - -|

Since
2024-08
See also
src/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()
Returns
the assignations list