tutorials:rgg-code-structure
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tutorials:rgg-code-structure [2024/12/04 10:22] – [Working with several Files] tim2 | tutorials:rgg-code-structure [2025/01/10 11:16] (current) – gaetan | ||
---|---|---|---|
Line 76: | Line 76: | ||
==== Queries ==== | ==== Queries ==== | ||
- | In GroIMP the project graph is considered to hold almost all information on the simulation. Therefore it can also be seen as a knowledge graph. To retrieve this knowledge rgg uses the [[tutorials: | + | In GroIMP the project graph is considered to hold almost all information on the simulation. Therefore it can also be seen as a knowledge graph. To retrieve this knowledge rgg uses the [[tutorials: |
As shown in the example below in '' | As shown in the example below in '' | ||
Line 108: | Line 108: | ||
===== XL Blocks ===== | ===== XL Blocks ===== | ||
- | While using XL rules mainly two operators | + | While using XL queries |
Line 156: | Line 156: | ||
==== Working with several Files ==== | ==== Working with several Files ==== | ||
- | {{ : | + | {{ : |
In GroIMP it is possible to split your code into several files and folders to improve the structure and keep an overview. | In GroIMP it is possible to split your code into several files and folders to improve the structure and keep an overview. | ||
+ | <color # | ||
+ | |||
+ | |||
To use function from another file this file needs to be imported similar to a java class or package. | To use function from another file this file needs to be imported similar to a java class or package. | ||
Yet in the case of GroIMP all files are imported by their name without the directories, | Yet in the case of GroIMP all files are imported by their name without the directories, |
tutorials/rgg-code-structure.1733304138.txt.gz · Last modified: 2024/12/04 10:22 by tim2