This is an old revision of the document!
Project graph
This section present the main project graphs. It is possible to visualize each graph with the 2D graph display. Each project has one and only one project graph. The graphs presented bellow all belongs to the project graph and have different root. Thus, they are not connected together. As they still belongs to the same project graph, it is possible to create edges between them (but highly discouraged).
It is possible to get the roots of the graphs from the project graph with: graph().getRoot(“NAME_OF_THE_GRAPH”)
Main graph
The main graph is the graph user will mostly interact with. It contains the RGGRoot and Axiom. By default all objects insertion, and queries are applied to element of that graph.
Type Graph
The Type graph is part of the multiscale extention. All nodes of the Type graph are on extent index 8 by default. It contains the TypeRoot, SRoot, and TypeAxiom. The Type graph is used by the MSGraph (a model graph adapted for multiscale rules).
Additional root
You can create any root you want :O
