User Tools

Site Tools


01_user_documentation:06_graph:05_derivation:04_modes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
01_user_documentation:06_graph:05_derivation:04_modes [2025/12/17 16:05] Tim01_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 in the query graph with the  value of the modes and masks.+The derivation mode is defined using the setDerivationMode() function with the value of the modes and masks.
 e.g. e.g.
  
-<code>+<code java>
 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; 
-]+ ]
 } }
 </code>  </code> 
  
 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. 
-<code> +<code java>  
- rggGraph().setDerivationMode(PARALLEL_MODE|EXCLUDE_DELETED_FLAG);+ setDerivationMode(PARALLEL_MODE|EXCLUDE_DELETED_FLAG);
 </code>  </code> 
  
01_user_documentation/06_graph/05_derivation/04_modes.1765983904.txt.gz · Last modified: 2025/12/17 16:05 by Tim