~~NOTOC~~ ====== Graph ====== This section present some basics elements of the graph design in GroIMP. This concern the ''data graph'' only. I.e., the graph structure that hold the data of the project. It includes both data nodes such as part of the model, and resources nodes. The ''data graph'' can be visited with [[:01_user_documentation:06_graph:04_visitor|visitors]], which are different from the queries and pattern matching used by the ''[[:01_user_documentation:07_rgg_xl:03_query_graph|query graph]]''. Most of the objects of the data graph are declared in [[https://javadoc.grogra.de/graph/module-summary.html|graph]]. ====== ====== {{namespace>:01_user_documentation:06_graph}}