Table of Contents
Graph descriptors
A GroIMP GraphManager can have multiple roots representing different graphs, yet the 2D view always only shows one of them (by default the ProjectGraph)
Project
The project graph descriptor provides the main 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
The type descriptor provides the type graph use in the new multi scale implementation (GroIMP 2.2.2):
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).
Custom
The custom descriptor allows the definition of the root by hand. This allows to access custom root nodes and therefore custom graphs.
Additional root
You can create any root you want :O
This roots are untouched by the reset function of RGG.
