Gem-graph 0.1.0
A modelling tool based on rewriting of geometric graphs.
|
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. | |
Algebra of rule actions.
This file is part of Gem-graph. It hosts the functions needed to describe a rule effect.
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 - - - - - - - - - - - - - - -|