01_user_documentation:06_graph:05_derivation:04_modes
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| 01_user_documentation:06_graph:05_derivation:04_modes [2025/12/17 16:05] – Tim | 01_user_documentation:06_graph:05_derivation:04_modes [2025/12/17 16:12] (current) – [Usage] Tim | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ====== Usage ====== | ====== Usage ====== | ||
| - | The derivation mode is defined using the setDerivationMode() function | + | The derivation mode is defined using the setDerivationMode() function with the value of the modes and masks. |
| e.g. | e.g. | ||
| - | < | + | < |
| public void run(){ | public void run(){ | ||
| - | rggGraph().setDerivationMode(SEQUENTIAL_NON_DETERMINISTIC_MODE); | + | setDerivationMode(SEQUENTIAL_NON_DETERMINISTIC_MODE); |
| - | [ | + | [ |
| - | A ==> B; | + | A ==> B; |
| - | A ==> C; | + | A ==> C; |
| - | ] | + | ] |
| } | } | ||
| </ | </ | ||
| The default value used in RGG is PARALLEL_MODE with the addition of the EXCLUDE_DELETED_FLAG. | The default value used in RGG is PARALLEL_MODE with the addition of the EXCLUDE_DELETED_FLAG. | ||
| - | < | + | < |
| - | rggGraph().setDerivationMode(PARALLEL_MODE|EXCLUDE_DELETED_FLAG); | + | |
| </ | </ | ||
01_user_documentation/06_graph/05_derivation/04_modes.1765983904.txt.gz · Last modified: 2025/12/17 16:05 by Tim
