User Tools

Site Tools


01_user_documentation:07_rgg_xl:03_query_graph:07_msgraph:05_production:02_clique

Table of Contents

Clique

Cliques are fully interconnected subgraphs, connected by bidirectional edges with both successor and branch bits (thus they have and edge bit of 768). Cliques are used by the MSGraph model to define node types that belong to a same scale.

Clique can be created in a production statement with the symbol {# and #}.

Declaration

In a production statement a clique starts with {# and ends with '#}''. In between these symbol should only appear node types (i.e. the class of node to use, NOT instances of these classes). The node types are separated with SPACES.

In a production statement, all elements of the clique is connected with the elements on its right hand side and left hand side following the standards production operators (i.e., space, [, …).

Example

module A;
module B;
module C;
module D;
module E;
void run() [ Axiom ==> A /> {# B C D #} E;]

01_user_documentation/07_rgg_xl/03_query_graph/07_msgraph/05_production/02_clique.txt · Last modified: 2026/02/07 14:04 by gaetan